v01
This commit is contained in:
10
thirdparty/ros/ros_comm/tools/rostopic/test/rostopic.test
vendored
Normal file
10
thirdparty/ros/ros_comm/tools/rostopic/test/rostopic.test
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<launch>
|
||||
<node name="talker" pkg="rospy" type="talker.py" />
|
||||
<group ns="foo">
|
||||
<node name="talker" pkg="rospy" type="talker.py" />
|
||||
</group>
|
||||
<group ns="bar">
|
||||
<node name="talker" pkg="rospy" type="talker.py" />
|
||||
</group>
|
||||
<test test-name="rostopic_command_line_online" pkg="rostopic" type="check_rostopic_command_line_online.py" />
|
||||
</launch>
|
||||
Reference in New Issue
Block a user