-
-
Notifications
You must be signed in to change notification settings - Fork 65
Add franka_ros2 package on Linux #338
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
Conversation
|
macOS is failing due to some options missing on macOS: Linux are failing with: but these are just tests, I wonder if we can simply disable them. |
|
For the linux failure, the ChatGPT suggestion seems to make sense: https://chatgpt.com/share/688dfa18-4cd0-8006-a467-39932d3868c4 . |
|
Windows failure seems unrelated as it is rebuilding a package already built, probably some bug in the PR machinery. |
|
Fix submitted upstream in frankarobotics/libfranka#195 . |
|
New failure on Linux: probably a missing dependency in package.xml ? |
Fixed uptream in frankarobotics/franka_ros2#169 . As it seems that a few fixes are required, as a first stane this PR will just concentrate on adding |
|
Looks like it’s good to go? |
1f66b8e to
9f41d08
Compare
|
Yes, there was a long list of missing dependencies from the package.xml files, but now it should be good to go. |
|
fyi @garylvov franka packages should now be avalable in |
|
Thank you @traversaro !!! I'll have access to a Franka at the end of the month I'm excited to try it out! |
According to https://github.com/garylvov/pixidock_template this may be useful, let's see if it is tricky to package.
fyi @garylvov