Skip to content

Commit

Permalink
jenkins: pub_test needs to start px4 in daemon mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lamping7 authored and bkueng committed Jul 16, 2019
1 parent f613581 commit efad34e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion launch/pub_test.launch
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<launch>
<!-- 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/hz" value="30.0"/>
<param name="pub_test/hzerror" value="1.0"/>
Expand Down

0 comments on commit efad34e

Please sign in to comment.