This commit is contained in:
Ivan
2022-04-05 11:42:28 +03:00
commit 6dc0eb0fcf
5565 changed files with 1200500 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
<launch>
<node name="talker_0"
pkg="rospy" type="talker.py">
<remap from="chatter" to="~output" />
</node>
<node name="talker_1"
pkg="rospy" type="talker.py">
<remap from="chatter" to="~output" />
</node>
<node name="talker_2"
pkg="rostest" type="just_advertise">
<rosparam>
msg_name: std_msgs/String
</rosparam>
</node>
<test name="publishtest"
test-name="publishtest"
pkg="rostest" type="publishtest">
<rosparam>
topics:
- name: talker_0/output
timeout: 10
negative: False
- name: talker_1/output
- name: talker_2/output
timeout: 3
negative: True
</rosparam>
</test>
</launch>