From 0677b9568ead2d1ff227f0914c0c807cbf0974fb Mon Sep 17 00:00:00 2001 From: Pimpest <82343504+Pimpest@users.noreply.github.com> Date: Wed, 7 May 2025 20:14:06 +0200 Subject: [PATCH] Added ros_action as dependency for i2cnode --- mg_bt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mg_bt/CMakeLists.txt b/mg_bt/CMakeLists.txt index 9a9932d..73a8767 100644 --- a/mg_bt/CMakeLists.txt +++ b/mg_bt/CMakeLists.txt @@ -49,7 +49,7 @@ target_include_directories( target_link_libraries(mg_i2cnode i2c) ament_target_dependencies(mg_bt_executor ${PACKAGE_DEPS}) -ament_target_dependencies(mg_i2cnode rclcpp mg_msgs) +ament_target_dependencies(mg_i2cnode rclcpp rclcpp_action mg_msgs) install( TARGETS mg_bt_executor