mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 06:40:35 +08:00
ros: add type specific use files than can be used by all toplevel launchfiles
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<launch>
|
||||
|
||||
<include file="$(find px4)/launch/multicopter_x.launch" />
|
||||
|
||||
</launch>
|
||||
@@ -1,6 +1,6 @@
|
||||
<launch>
|
||||
|
||||
<include file="$(find mav_gazebo)/launch/ardrone_empty_world_with_joy.launch" />
|
||||
<include file="$(find px4)/launch/multicopter_x.launch" />
|
||||
<include file="$(find px4)/launch/ardrone.launch" />
|
||||
|
||||
</launch>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<launch>
|
||||
|
||||
<include file="$(find mav_gazebo)/launch/ardrone_house_world_with_joy.launch" />
|
||||
<include file="$(find px4)/launch/multicopter_x.launch" />
|
||||
<include file="$(find px4)/launch/ardrone.launch" />
|
||||
|
||||
</launch>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<launch>
|
||||
|
||||
<include file="$(find mav_gazebo)/launch/iris_empty_world_with_joy.launch" />
|
||||
<include file="$(find px4)/launch/multicopter_w.launch" />
|
||||
<include file="$(find px4)/launch/iris.launch" />
|
||||
|
||||
</launch>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<launch>
|
||||
|
||||
<include file="$(find mav_gazebo)/launch/iris_outdoor_world_with_joy.launch" />
|
||||
<include file="$(find px4)/launch/multicopter_x.launch" />
|
||||
<include file="$(find px4)/launch/iris.launch" />
|
||||
|
||||
</launch>
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<launch>
|
||||
|
||||
<include file="$(find px4)/launch/multicopter_w.launch" />
|
||||
|
||||
</launch>
|
||||
Reference in New Issue
Block a user