Skip to content

Commit

Permalink
Tune up sitl.launch a little
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Oct 19, 2018
1 parent d376bc0 commit 163af20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clever/launch/sitl.launch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<launch>
<!-- Clever configuration for testing in sitl -->
<arg name="ip" default="127.0.0.1"/>
<arg name="rosbridge" default="true"/>
<arg name="rosbridge" default="false"/>

<include file="$(find clever)/launch/clever.launch">
<arg name="fcu_conn" value="udp"/>
Expand All @@ -13,5 +13,7 @@
<arg name="main_camera" default="false"/>
<arg name="rosbridge" value="$(arg rosbridge)"/>
<arg name="aruco" default="false"/>
<arg name="vl53l1x" default="false"/>
<arg name="rc" default="false"/>
</include>
</launch>

0 comments on commit 163af20

Please sign in to comment.