Browse Source

jenkins: pub_test needs to start px4 in daemon mode

sbg
Anthony Lamping 6 years ago committed by Beat Küng
parent
commit
efad34e55e
  1. 6
      launch/pub_test.launch

6
launch/pub_test.launch

@ -1,6 +1,10 @@
<launch> <launch>
<!-- Test mavros posix sitl publishes pose at 30 Hz --> <!-- Test mavros posix sitl publishes pose at 30 Hz -->
<include file="$(find px4)/launch/mavros_posix_sitl.launch"/> <include file="$(find px4)/launch/mavros_posix_sitl.launch">
<arg name="gui" value="false"/>
<arg name="interactive" value="false"/>
<arg name="verbose" value="true"/>
</include>
<param name="pub_test/topic" value="/mavros/local_position/pose"/> <param name="pub_test/topic" value="/mavros/local_position/pose"/>
<param name="pub_test/hz" value="30.0"/> <param name="pub_test/hz" value="30.0"/>
<param name="pub_test/hzerror" value="1.0"/> <param name="pub_test/hzerror" value="1.0"/>

Loading…
Cancel
Save