Closed takeshi-iwanari closed 1 year ago
SYSTEM
is added as dependencies in ament_cmake_auto by https://github.com/ament/ament_cmake/commit/799183ab9bcfd9b66df0de9b644abaf8c9b78e84 . As a result, ros2/rclcpp is used rather than CARET/rclcpp in some packages.
/opt/ros/humble/share/ament_cmake_auto/cmake/ament_auto_add_executable.cmake
/opt/ros/humble/share/ament_cmake_auto/cmake/ament_auto_add_library.cmake
< ament_target_dependencies(${target} ${${PROJECT_NAME}_FOUND_BUILD_DEPENDS})
---
> ament_target_dependencies(${target} SYSTEM ${${PROJECT_NAME}_FOUND_BUILD_DEPENDS})
Checklist
Issue type
Bug
Step where the issue is related to
Build
Environments
CARET version
Target application
Description
Build failed in
obstacle_velocity_limiter
andeuclidean_cluster
due to the following errorSteps to reproduce
Commands
Logs
LTTng trace log file
No response
Screenshots
No response