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.
|
<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>
|
|
|