forked from Archive/PX4-Autopilot
10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
|
<launch>
|
||
|
|
||
|
<include file="$(find px4)/launch/multicopter.launch" />
|
||
|
|
||
|
<group ns="px4_multicopter">
|
||
|
<param name="mixer" type="string" value="x" />
|
||
|
</group>
|
||
|
|
||
|
</launch>
|