PX4 simulation stack
gzclient.launch
Go to the documentation of this file.
1 <launch>
2 
3  <arg name="gui" default="true"/>
4 
5  <!-- start gazebo client -->
6  <group if="$(arg gui)">
7  <node name="gazebo_gui" pkg="gazebo_ros" type="gzclient" respawn="false" output="screen"/>
8  </group>
9 
10 </launch>