Skip to content

Commit

Permalink
Export tf2 dependency from tf2_ros (#72)
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
crdelsey authored and clalancette committed Oct 8, 2018
1 parent 80ee9d6 commit a94b4ed
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 @@ -180,4 +180,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 a94b4ed

Please sign in to comment.