This repository has been archived on 2024-05-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ar_basalt/thirdparty/ros/ros_comm/tools/rostest/test/hztest.test
2022-04-05 11:42:28 +03:00

25 lines
657 B
Plaintext

<launch>
<node name="talker" pkg="rospy" type="talker.py" />
<param name="hztest1/topic" value="chatter" />
<param name="hztest1/hz" value="10.0" />
<param name="hztest1/hzerror" value="0.5" />
<param name="hztest1/test_duration" value="5.0" />
<param name="hztest1/wait_time" value="21.0" />
<test test-name="hztest_test" pkg="rostest" type="hztest" name="hztest1" />
<!-- Below also works:
<test test-name="hztest_test" pkg="rostest" type="hztest" name="hztest1">
<rosparam>
topic: chatter
hz: 10.0
hzerror: 0.5
test_duration: 5.0
wait_time: 21.0
</rosparam>
</test>
-->
</launch>