-
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
Humble apt/source conflict? #2973
Comments
Hi @martinerk0 Yes, there is the potential for conflicts between two librealsense installations if librealsense is installed first and then a ROS wrapper install procedure that installs both librealsense and the wrapper at the same time is used. If the RealSense Viewer tool is required then the ideal method to follow is to install librealsense first from packages or source code, and then build the ROS wrapper from source afterwards to ensure that librealsense is not installed a second time. |
Hi @martinerk0 Do you require further assistance with this case, please? Thanks! |
@MartyG-RealSense can I ask what is the purpose of The documentation is still misleading, if in step 2 people install librealsense2 by apt or source, and then in step 3 by apt |
I understand and appreciate that the instructions can be somewhat unclear in regards to performing a package installation with Option 1. The same is true for the ROS1 wrapper and its Method 1 package instructions. |
Will the instructions be updated? also having problems installing on a similar environment. Three steps with 5 different options plus these extra instruction pages is unclear. https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_jetson.md |
I am not aware of any plans to adjust how the ROS wrapper's package / source instructions are presented. The librealsense SDK needs be able to work on multiple different computing hardware platforms but one guide will not work for all of those platforms. This is why there are different sets of instructions. The If you are using a Jetson board then the only official Intel instruction page that should be used is |
Hi @martinerk0 and @graham-fleming Do you require further assistance with this case, please? Thanks! |
Case closed due to no further comments received. |
I think documentation should be reviewed, since more people are having same problems IntelRealSense/librealsense#12735 What do you think @MartyG-RealSense ? |
Hi @martinerk0 I have hughlighted this issue to the RealSense ROS team for their consideration. |
Readme was updated in #3056 |
Thanks very much @SamerKhshiboun |
Issue Description
I don't know if it's bug but surely some people might get confused, I installed SDK by script https://github.com/IntelRealSense/librealsense/blob/master/scripts/libuvc_installation.sh on Orin, but then when I wanted to install ros wrapper by apt:
sudo apt install ros-humble-realsense2-*
as in Step 3 of installation, it also installsros-humble-librealsense2
which I guess is SDK for humble? And then you get conflicts in the sense IntelRealSense/librealsense#12566 where the viewer (and everything) runs only with sudo.EDIT: When you build ROS wrapper from source it's fine since
ros-humble-librealsense2
is not installed/built.The text was updated successfully, but these errors were encountered: