Skip to content

Commit

Permalink
fix depends for dwa_local_planner
Browse files Browse the repository at this point in the history
* add tf2_geometry_msgs (due to ros/geometry2#275)
* add missing depends on angles, sensor_msgs, tf2
  • Loading branch information
mikeferguson committed Jul 31, 2018
1 parent 4ff9bd7 commit aa2a0ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dwa_local_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ project(dwa_local_planner)

find_package(catkin REQUIRED
COMPONENTS
angles
base_local_planner
cmake_modules
costmap_2d
dynamic_reconfigure
nav_core
nav_msgs
pluginlib
sensor_msgs
roscpp
tf2
tf2_geometry_msgs
tf2_ros
)

Expand All @@ -32,10 +36,14 @@ catkin_package(
INCLUDE_DIRS include
LIBRARIES dwa_local_planner
CATKIN_DEPENDS
base_local_planner
dynamic_reconfigure
nav_msgs
pluginlib
sensor_msgs
roscpp
tf2
tf2_ros
)

add_library(dwa_local_planner src/dwa_planner.cpp src/dwa_planner_ros.cpp)
Expand Down
4 changes: 4 additions & 0 deletions dwa_local_planner/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

<buildtool_depend>catkin</buildtool_depend>

<build_depend>angles</build_depend>
<build_depend>cmake_modules</build_depend>

<depend>base_local_planner</depend>
Expand All @@ -34,7 +35,10 @@
<depend>nav_core</depend>
<depend>nav_msgs</depend>
<depend>pluginlib</depend>
<depend>sensor_msgs</depend>
<depend>roscpp</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>

<export>
Expand Down

0 comments on commit aa2a0ea

Please sign in to comment.