Skip to content

Commit e069c2c

Browse files
committed
Fix package dependencies
Add all installation dependencies to the config package files
1 parent 1bd14a8 commit e069c2c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

mse6_config/package.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@
4949
<!-- Use doc_depend for packages you need only for building documentation: -->
5050
<!-- <doc_depend>doxygen</doc_depend> -->
5151
<buildtool_depend>catkin</buildtool_depend>
52+
<depend>ackermann_steering_controller</depend>
53+
<depend>costmap_2d</depend>
54+
<depend>nav_core</depend>
55+
<depend>base_local_planner</depend>
56+
<depend>teb_local_planner</depend>
57+
<depend>map_server</depend>
58+
<depend>move_base</depend>
59+
<depend>global_planner</depend>
60+
<depend>hector_gazebo_plugins</depend>
5261

5362

5463
<!-- The export tag contains other, unspecified, tags -->

mse6_description/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for mse6_description robot</p>
1717
<depend>rviz</depend>
1818
<depend>joint_state_publisher_gui</depend>
1919
<depend>gazebo</depend>
20-
<depend>ros-noetic-hector-gazebo-plugins</depend>
20+
<depend>hector_gazebo_plugins</depend>
2121

2222
<export>
2323
<architecture_independent />

0 commit comments

Comments
 (0)