mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 16:49:51 +08:00
- changes to allow for multi-uav support
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<launch>
|
||||
<arg name="ns"/>
|
||||
<arg name="mavlink_fcu_url"/>
|
||||
|
||||
<include file="$(find px4)/launch/multicopter.launch">
|
||||
<arg name="ns" value="$(arg ns)"/>
|
||||
<arg name="mavlink_fcu_url" value="$(arg mavlink_fcu_url)" />
|
||||
</include>
|
||||
|
||||
<group ns="$(arg ns)">
|
||||
|
||||
Reference in New Issue
Block a user