Skip to content

Commit

Permalink
Merge pull request #770 from ros-planning/fix_debians
Browse files Browse the repository at this point in the history
Fix debian builds (closes #769)
  • Loading branch information
mikeferguson authored Jul 29, 2018
2 parents 7fa21a2 + 538f2f5 commit d38644c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions amcl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ find_package(catkin REQUIRED
tf2_ros
dynamic_reconfigure
nav_msgs
sensor_msgs
std_srvs
)

Expand Down
1 change: 1 addition & 0 deletions amcl/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<depend>rosbag</depend>
<depend>roscpp</depend>
<depend>std_srvs</depend>
<depend>sensor_msgs</depend>
<depend>tf2_ros</depend>

<test_depend>map_server</test_depend>
Expand Down
1 change: 1 addition & 0 deletions costmap_2d/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

<build_depend>cmake_modules</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>tf2_geometry_msgs</build_depend>
<build_depend>tf2_sensor_msgs</build_depend>

<depend>dynamic_reconfigure</depend>
Expand Down

0 comments on commit d38644c

Please sign in to comment.