-
Notifications
You must be signed in to change notification settings - Fork 85
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
Compatible Library Versions #14
Comments
libfranka 0.9.x will work for your robot. So installing 0.9.0 will work. I guess you still have a libfranka 0.8 somewhere on your system which shadows your 0.9 installation. My random guess is that if you run: In general all current libfranka versions should work with franka_ros2 |
Hi @marcbone, I retested today with 0.9.0 again and I am still facing the above error. I am building libfranka from source and have run Here is a Dockerfile to recreate the issue:
|
I can assure you that you still have 0.8.0 somewhere on your system. Otherwise the error would not show that you have library version 4. You can verify this by putting message("libfranka version: ${Franka_VERSION}") into your CMakeLists.txt. |
Thanks for getting back to me on this @marcbone. From the above Dockerfile it seems surprising that this version of libfranka is getting installed within the container. I think the issue may be due to how ros dependencies are being installed. I'll fix this and report back here. At the very least hopefully this issue thread will help someone else who made the same mistake I did. |
The following builds and runs as expected. As @marcbone outlined I was still installing 0.8.0 via rosdep.
|
The following document only outlines version compatibility for franka_ros.
I have updated my FER to 4.2.2 and wished to check what the recommended libfranka and associated submodule versions were for interfacing with the robot using franka_ros2.
Error Message
Environment
ROS Version: Foxy
libfranka: 0.9.0 - 0.10.0 (tested against multiple releases)
Note: I am recursively cloning libfranka so have also cloned associated libfranka-common repository.
Thanks in advance for any clarity you can provide. My workspace is built as a Docker image so I am happy to share further technical details where required.
@andrejpan does this fall under no ROS2 support as mentioned here?
FYI @Kzernobog.
The text was updated successfully, but these errors were encountered: