Skip to content

Commit

Permalink
Merge branch 'ros2' into bug-yaml-cpp-humble-build
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer authored Sep 22, 2024
2 parents b8c4e11 + 5884e2f commit 040771a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mavros_extras/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ add_library(mavros_extras_plugins SHARED
src/plugins/wheel_odometry.cpp
# [[[end]]] (checksum: 1f8cd51fa90b89b27ee35d276b5f8c83)
)
target_link_libraries(mavros_extras_plugins yaml-cpp::yaml-cpp)
ament_target_dependencies(mavros_extras_plugins
angles
geometry_msgs
Expand Down Expand Up @@ -163,6 +164,7 @@ add_library(mavros_extras SHARED
src/lib/servo_state_publisher.cpp
# [[[end]]] (checksum: a3ce43c71c567f697861bcbcd0f25aa3)
)
target_link_libraries(mavros_extras yaml-cpp::yaml-cpp)
ament_target_dependencies(mavros_extras
rclcpp
rclcpp_components
Expand Down

0 comments on commit 040771a

Please sign in to comment.