Skip to content

Commit

Permalink
twist_recovery: Add missing dependency
Browse files Browse the repository at this point in the history
Actually, this is a workaround for the following bug: ros/geometry2#275
  • Loading branch information
mintar committed Sep 5, 2018
1 parent 472deca commit 193861d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion twist_recovery/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
project(twist_recovery)

# Find ROS dependencies
set(THIS_PACKAGE_ROS_DEPS nav_core costmap_2d geometry_msgs pluginlib base_local_planner tf2_ros)
set(THIS_PACKAGE_ROS_DEPS nav_core costmap_2d geometry_msgs pluginlib base_local_planner tf2_geometry_msgs tf2_ros)
find_package(catkin REQUIRED COMPONENTS ${THIS_PACKAGE_ROS_DEPS})

include_directories(include ${catkin_INCLUDE_DIRS})
Expand Down
1 change: 1 addition & 0 deletions twist_recovery/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<depend>geometry_msgs</depend>
<depend>nav_core</depend>
<depend>pluginlib</depend>
<depend>tf2_geometry_msgs</depend> <!-- required whenever tf2/utils.h is included: https://github.com/ros/geometry2/issues/275 -->
<depend>tf2_ros</depend>

<export>
Expand Down

0 comments on commit 193861d

Please sign in to comment.