mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 06:43:21 +08:00
update ros launch files and nodes for update of rotors_simulator
This commit is contained in:
@@ -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="w" />
|
||||
</group>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user