-
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 D455 not recognized by realsense ros wrapper #12657
Comments
Hi @tschweitzer57 When you built the RealSense SDK from source, did you build it with the CMake build flag -DFORCE_RSUSB_BACKEND=ON included? An Orin Nano user who also had problems shared the installation method that worked for them at #12626 (comment) |
Hi @MartyG-RealSense when building Realsense SDK i used DFORCE_RSUSB_BACKEND=true I made an new build with "ON" instead of true and now the rs-enumerate-devices display my camera specific informations. But the ROS wrapper still don't detect the camera and display the same error. |
@MartyG-RealSense good news : finally the ros node is correctly executed ! I executed the following command : Thank you very much @MartyG-RealSense for your help ! |
You are very welcome, @tschweitzer57 - it's excellent news that you achieved a solution! :) |
Case closed due to solution achieved and no further comments received. |
Issue Description
I have builded Intel RealSense SDK and ROS wrapper from source and when I try to launch the realsense2_camera package with the command
ros2 run realsense2_camera realsense2_camera_node
, I only get a warning :When running
lsusb
I get this :And
sudo rs-enumerate-devices
give this output :No device detected. Is it plugged in?
So it seems that realsense tools can't detect the camera, I have already checked the udev rules and I don't know what to do to solve the error.
The text was updated successfully, but these errors were encountered: