mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
13 lines
221 B
XML
13 lines
221 B
XML
<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="w" />
|
|
</group>
|
|
|
|
</launch>
|