Skip to content
Snippets Groups Projects
Commit 0af1c712 authored by Anthony Lamping's avatar Anthony Lamping Committed by Daniel Agar
Browse files

launch: add respawn_mavros arg

reqs mavros>=0.23.2
parent 2c31671c
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,9 @@
<arg name="verbose" default="false"/>
<arg name="paused" default="false"/>
<arg name="respawn_gazebo" default="false"/>
<!-- MAVROS connection -->
<!-- MAVROS configs -->
<arg name="fcu_url" default="udp://:14540@localhost:14557"/>
<arg name="respawn_mavros" default="false"/>
<!-- PX4 SITL and Gazebo -->
<include file="$(find px4)/launch/posix_sitl.launch">
<arg name="x" value="$(arg x)"/>
......@@ -46,5 +47,6 @@
<!-- GCS link is provided by SITL -->
<arg name="gcs_url" value=""/>
<arg name="fcu_url" value="$(arg fcu_url)"/>
<arg name="respawn_mavros" value="$(arg respawn_mavros)"/>
</include>
</launch>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment