Skip to content

Commit

Permalink
launch: make px4 required (#9682)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamping7 authored and dagar committed Jun 15, 2018
1 parent 1da87aa commit e263af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/posix_sitl.launch
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- PX4 SITL -->
<arg unless="$(arg interactive)" name="px4_command_arg1" value="-d"/>
<arg if="$(arg interactive)" name="px4_command_arg1" value=""/>
<node name="sitl" pkg="px4" type="px4" output="screen" args="$(find px4) $(arg rcS) $(arg px4_command_arg1)"/>
<node name="sitl" pkg="px4" type="px4" output="screen" args="$(find px4) $(arg rcS) $(arg px4_command_arg1)" required="true"/>
<!-- Gazebo sim -->
<include file="$(find gazebo_ros)/launch/empty_world.launch">
<arg name="gui" value="$(arg gui)"/>
Expand Down

0 comments on commit e263af3

Please sign in to comment.