You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
314 B

<launch>
<arg name="ns"/>
<arg name="mavlink_fcu_url"/>
<include file="$(find px4)/launch/multicopter.launch">
<arg name="ns" value="$(arg ns)"/>
<arg name="mavlink_fcu_url" value="$(arg mavlink_fcu_url)" />
</include>
<group ns="$(arg ns)">
<param name="mixer" type="string" value="w" />
</group>
</launch>