mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Add ros pub test.
This commit is contained in:
committed by
Nuno Marques
parent
a6121e1655
commit
78f109bbab
8
launch/pub_test.launch
Normal file
8
launch/pub_test.launch
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<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>
|
||||||
Reference in New Issue
Block a user