Skip to content

Commit

Permalink
make AMCL depend on sensor_msgs
Browse files Browse the repository at this point in the history
previously, amcl depended on TF, which depended on
sensor_msgs.
  • Loading branch information
mikeferguson committed Jul 27, 2018
1 parent 7fa21a2 commit 960ec29
Show file tree
Hide file tree
Showing 2 changed files with 2 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

0 comments on commit 960ec29

Please sign in to comment.