mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
ros: add type specific use files than can be used by all toplevel launchfiles
This commit is contained in:
5
launch/ardrone.launch
Normal file
5
launch/ardrone.launch
Normal file
@@ -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>
|
||||
|
||||
5
launch/iris.launch
Normal file
5
launch/iris.launch
Normal file
@@ -0,0 +1,5 @@
|
||||
<launch>
|
||||
|
||||
<include file="$(find px4)/launch/multicopter_w.launch" />
|
||||
|
||||
</launch>
|
||||
Reference in New Issue
Block a user