You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 theirCMakeLists.txt
, please replace it withtarget_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:
Reference Links:
The text was updated successfully, but these errors were encountered: