Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux ROS CI issue #2175

Open
stephane-caron opened this issue Mar 18, 2024 · 3 comments
Open

Linux ROS CI issue #2175

stephane-caron opened this issue Mar 18, 2024 · 3 comments

Comments

@stephane-caron
Copy link
Collaborator

Bug description

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.

@stephane-caron
Copy link
Collaborator Author

I'm not sure why hpp-fcl is not found on jammy there. @nim65s is this something you could take a look at?

@nim65s
Copy link
Contributor

nim65s commented Mar 18, 2024

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.

@jcarpent
Copy link
Contributor

Related to #2178.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants