Skip to content

Commit

Permalink
Moving launch files around.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Aguero committed Sep 14, 2018
1 parent 63ea202 commit 849437e
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions subt_example/launch/team.launch
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<!-- X3 quadcopter -->
<group ns="$(arg x3_name)">
<include file="$(find subt_example)/launch/spawn_x3.launch">
<include file="$(find x3_description)/launch/spawn_x3.launch">
<arg name="mav_name" value="X3" />
<arg name="x" value="-1"/>
<arg name="y" value="-1"/>
Expand All @@ -65,7 +65,7 @@

<!-- X4 quadcopter -->
<group ns="$(arg x4_name)">
<include file="$(find subt_example)/launch/spawn_x4.launch">
<include file="$(find x4_description)/launch/spawn_x4.launch">
<arg name="mav_name" value="X4" />
<arg name="x" value="-2"/>
<arg name="y" value="-1"/>
Expand Down
2 changes: 1 addition & 1 deletion x3_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ find_package(catkin REQUIRED COMPONENTS roslaunch)

catkin_package()

install(DIRECTORY meshes urdf
install(DIRECTORY meshes urdf launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
File renamed without changes.
1 change: 1 addition & 0 deletions x3_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<run_depend>urdf</run_depend>
<run_depend>xacro</run_depend>
<run_depend>rotors_description</run_depend>
<run_depend>rotors_gazebo</run_depend>

<export>
</export>
Expand Down
2 changes: 1 addition & 1 deletion x4_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ find_package(catkin REQUIRED COMPONENTS roslaunch)

catkin_package()

install(DIRECTORY meshes urdf
install(DIRECTORY meshes urdf launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
File renamed without changes.
1 change: 1 addition & 0 deletions x4_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<run_depend>urdf</run_depend>
<run_depend>xacro</run_depend>
<run_depend>rotors_description</run_depend>
<run_depend>rotors_gazebo</run_depend>

<export>
</export>
Expand Down

0 comments on commit 849437e

Please sign in to comment.