update ros launch files and nodes for update of rotors_simulator

This commit is contained in:
Thomas Gubler
2015-02-28 18:15:51 +01:00
parent 1837440e43
commit c07c39bc43
13 changed files with 67 additions and 33 deletions

View File

@@ -1,8 +1,11 @@
<launch>
<arg name="ns"/>
<include file="$(find px4)/launch/multicopter.launch" />
<include file="$(find px4)/launch/multicopter.launch">
<arg name="ns" value="$(arg ns)"/>
</include>
<group ns="px4_multicopter">
<group ns="$(arg ns)">
<param name="mixer" type="string" value="x" />
</group>