Added missing name attributes in launch files
This commit is contained in:
parent
47864e32e0
commit
d207c62dea
|
@ -1,5 +1,5 @@
|
||||||
<launch>
|
<launch>
|
||||||
<node pkg="rosrecord" type="rosplay" args="$(find robot_state_publisher)/test/joint_states.bag" />
|
<node pkg="rosrecord" name="rosplay" type="rosplay" args="$(find robot_state_publisher)/test/joint_states.bag" />
|
||||||
|
|
||||||
<test test-name="test_publisher" pkg="robot_state_publisher" type="test_publisher" args="$(find robot_state_publisher)/test/pr2.urdf" />
|
<test test-name="test_publisher" pkg="robot_state_publisher" type="test_publisher" args="$(find robot_state_publisher)/test/pr2.urdf" />
|
||||||
</launch>
|
</launch>
|
||||||
|
|
Loading…
Reference in New Issue