Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cora_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ catkin_package(

xacro_add_files(
urdf/cora.urdf.xacro
INORDER INSTALL DESTINATION urdf
INSTALL DESTINATION urdf
)

install(DIRECTORY models/
Expand Down
2 changes: 1 addition & 1 deletion vorc_gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ xacro_add_files(
worlds/station_keeping.world.xacro
worlds/wayfinding.world.xacro
worlds/gymkhana.world.xacro
INORDER INSTALL DESTINATION worlds
INSTALL DESTINATION worlds
)

install(DIRECTORY worlds/
Expand Down
6 changes: 6 additions & 0 deletions vorc_gazebo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@

<buildtool_depend>catkin</buildtool_depend>

<depend>cora_description</depend>
<depend>gazebo_dev</depend>
<depend version_gte="2.5.17">gazebo_ros</depend>
<depend>joint_state_publisher</depend>
<depend>robot_localization</depend>
<depend>robot_state_publisher</depend>
<depend>rospy</depend>
<depend>rviz</depend>
<depend>vrx_gazebo</depend>
<depend>wamv_gazebo</depend>
<depend>wave_gazebo</depend>
Expand Down