Skip to content

Commit

Permalink
add explicit sensor_msgs, tf2 depends for base_local_planner
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Jul 30, 2018
1 parent b2e7102 commit 506fb4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base_local_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ find_package(catkin REQUIRED
pluginlib
roscpp
rospy
sensor_msgs
std_msgs
tf2
tf2_geometry_msgs
tf2_ros
voxel_grid
Expand Down Expand Up @@ -68,8 +70,11 @@ catkin_package(
nav_msgs
pluginlib
roscpp
sensor_msgs
std_msgs
tf2
tf2_ros
voxel_grid
)

#uncomment for profiling
Expand Down
2 changes: 2 additions & 0 deletions base_local_planner/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@
<depend>nav_core</depend>
<depend>nav_msgs</depend>
<depend>pluginlib</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>rosconsole</depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>visualization_msgs</depend>
<depend>voxel_grid</depend>
Expand Down

0 comments on commit 506fb4d

Please sign in to comment.