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
The "CI - Linux via ROS" test of #2169 (this PR is a documentation change only) fails with
install_target_dependencies
$ ( source /opt/ros/rolling/setup.bash && rosdep install -q --from-paths /root/target_ws/src --ignore-src -y | grep -E '(executing command)|(Setting up)' ; )
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
pinocchio: No definition of [hpp-fcl] for OS version [jammy]
'( source /opt/ros/rolling/setup.bash && rosdep install -q --from-paths /root/target_ws/src --ignore-src -y | grep -E '(executing command)|(Setting up)' ; )' returned with 1
'install_target_dependencies' returned with code '1' after 0 min 1 sec
Reproduction steps
Applies to all open PRs.
The text was updated successfully, but these errors were encountered:
Last I check, something broke when canonical announced the codename for 24.04, and ROS CI started to try that one instead of jammy… But yes, there are many things I need to fix with ROS packaging, and this is one of those.
Bug description
The "CI - Linux via ROS" test of #2169 (this PR is a documentation change only) fails with
Reproduction steps
Applies to all open PRs.
The text was updated successfully, but these errors were encountered: