-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Error while building on Eloquent #1467
Comments
Hi @rafaelRinconFo As a starting point in investigating your problem, I note that you list librealsense version 2.16.5 from November 2018 as the librealsense SDK version that you are using. ROS wrapper versions should be matched as closely as possible with the librealsense version number listed on the Release Notes for a particular wrapper version. https://github.com/IntelRealSense/realsense-ros/releases The first version of the official ROS2 Eloquent wrapper began with a recommendation of SDK 2.38.1, and that is the current recommended version for ROS2 at the time of writing this. |
Hi @MartyG-RealSense , is there any way to force the installation of a specific version of the SDK? I have already performed the |
I hope that the link below will provide the guidance that you need for installing specific versions of packages. It recommends removing the currently installed SDK packages and then guides about how to install particularly-numbered packages: |
I think the issue might be that librealsense2 2.38.1 is not yet available in the ros-distributions for eloquent. There is a merged PR for it but they have not released an update yet. |
Hi @rafaelRinconFo Do you still require assistance with this case, please? Thanks! |
Case closed due to no further comments received. |
Issue Description
Hi guys!
Currently, I'm trying to install the Ros2 Eloquent package within a Docker File. When Building, I get the following log:
I have already installed the SDK as stated in https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md . However, I keep getting that log. I don't know if the fact of it being a Docker Container affects the package building when executing the CMake.
I look for your response.
The text was updated successfully, but these errors were encountered: