-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Starting with the new ROS distribution, ROS 2 Kilted, the function ament_target_dependencies() has been deprecated.
If any sub-packages are still using ament_target_dependencies() within their CMakeLists.txt, please replace it with target_link_libraries().
This update must be applied across all open-source platform packages, including TB3, OpenManipulator, AI Worker, DXL SDK, etc. Failure to do so will result in issues with the Binary Jobs in the rolling distribution.
Reference PRs:
- [kilted] Update deprecated call to ament_target_dependencies ld08_driver#30
- [kilted] Update deprecated call to ament_target_dependencies hls_lfcd_lds_driver#78
- [kilted] Update deprecated call to ament_target_dependencies DynamixelSDK#652
- Export moderm CMake Target DynamixelSDK#653
- [kilted] Update deprecated call to ament_target_dependencies #37
- [kilted] Update deprecated call to ament_target_dependencies dynamixel-workbench#396
- Replace ament_target_dependencies with target_link_libraries turtlebot3_simulations#234
- [kilted] Update deprecated call to ament_target_dependencies ai_worker#14
Reference Links:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Type
Projects
Status
🚩Done