Skip to content

Commit

Permalink
Export tf2 dependency from tf2_ros
Browse files Browse the repository at this point in the history
tf2_ros brings in tf2 headers. This dependency was not being
exported before. As a consequence of this, if a package
included the tf2_ros package and included the `transform_listener.h`
header, the package would fail to compile.
  • Loading branch information
Carl Delsey committed Oct 6, 2018
1 parent e986121 commit b8b9987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tf2_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,5 @@ ament_export_include_directories(include)
ament_export_libraries(${PROJECT_NAME})
ament_export_dependencies(rclcpp)
ament_export_dependencies(tf2_msgs)
ament_export_dependencies(tf2)
ament_package()

0 comments on commit b8b9987

Please sign in to comment.