-
Notifications
You must be signed in to change notification settings - Fork 4.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
realsense-viewer not getting installed in Docker Container #13662
Comments
Hi @rdlynx19 Most successful RealSense Docker installations have the It looks as though you are using the instructions from the distribution_linux.md page in your Docker file sign in to the package keyserver. https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md But then librealsense main package If you install the librealsense SDK from the packages on the ROS server then realsense-viewer is not included in the installation, which may be why your realsense-viewer launch command is not recognized. To use realsense-viewer, I recommend installing librealsense with the packages librealsense-dkms and librealsense-utils using the instructions on the distribution_linux.md page. Then install the ROS wrapper from the ROS server with |
Hi @MartyG-RealSense
However, the docker container build now fails. remoteContainers-2025-01-08T19-38-06.036Z.log The error is indicated in lines 3135-3180
|
Another RealSense user who experienced Errors were encountered while processing when attempting to install |
Hello. Thank you for your comment. I followed the thread and tried to use my kernel version but quickly realised that I have a non generic kernel which could not be installed from the apt repositories.
This fixed the issue and now when I run Thank you for your help. |
You are very welcome. It's excellent news that you achieved a solution. Thanks very much for the update! |
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
Hello,
I have a ROS2 Humble and Ubuntu 22.04 Docker container on VS code dev environment. I am trying to setup the realsense camera within the container. I have tried to follow all the instructions to install realsense SDK and librealsense in the Docker.
This is my Docker File
I am using the VS Code Dev environment so the Docker container is run using a
devcontainer.json
file like this.I know the librealsense packages for ROS2 are installed.
But typing
realsense-viewer
returnscommand not found
Another important thing to note is that I can get the docker container to access the realsense camera only by setting the
privileged
flag as true.I don't understand if there is something wrong in my installation steps, or am I running the container with the incorrect arguments.
Any help will be appreciated. Thank you.
The text was updated successfully, but these errors were encountered: