mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
9 lines
371 B
XML
9 lines
371 B
XML
<launch>
|
|
<include file="$(find px4)/launch/mavros_posix_sitl.launch"/>
|
|
<param name="pub_test/topic" value="/mavros/local_position/pose"/>
|
|
<param name="pub_test/hz" value="30.0"/>
|
|
<param name="pub_test/hzerror" value="1.0"/>
|
|
<param name="pub_test/test_duration" value="10.0"/>
|
|
<test test-name="pub_test" pkg="rostest" type="hztest" name="pub_test"/>
|
|
</launch>
|