aboutsummaryrefslogblamecommitdiff
path: root/launch/multicopter_x.launch
blob: c686eba390bdfcd0f940738c8e270911587ed6e3 (plain) (tree)
1
2
3
4
5
6
7
8
        
                
 


                                                      
 
                      



                                                      
<launch>
<arg name="ns"/>

<include file="$(find px4)/launch/multicopter.launch">
	<arg name="ns" value="$(arg ns)"/>
</include>

<group ns="$(arg ns)">
	<param name="mixer" type="string" value="x" />
</group>

</launch>