Skip to content

Commit

Permalink
fix(ros_ign_bridge): exports dependencies to downstream packages (#404)
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaumebeuzeboc <guillaume.beuzeboc@gmail.com>
  • Loading branch information
Guillaumebeuzeboc committed Jun 5, 2023
1 parent 2d6d0ac commit e94d406
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ros_ign_bridge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,15 @@ if(BUILD_TESTING)
)
endif()

ament_export_dependencies(
geometry_msgs
nav_msgs
rclcpp
rosgraph_msgs
sensor_msgs
std_msgs
tf2_msgs
trajectory_msgs
)

ament_package()

0 comments on commit e94d406

Please sign in to comment.