You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the README page of the librealsense library, the latest SDK version (2.56.3 beta) officially supports only JetPack 6.0. However, the JetPack SDK Manager currently provides only versions 5.x.x and 6.1 (but not 6.0).
To resolve this, I attempted using JetPack 6.1 to make the camera work.
Initially, I tried using the older camera firmware version 5.13.0.55. Despite modifying the ROS wrapper settings, the ROS 2 wrapper (realsense-ros, Build 4.56.3) was unable to output a point cloud.
I then upgraded the camera firmware to 5.16.0.1. After the upgrade, even the realsense-viewer could no longer detect or display the device, though the camera still shows up in the output of lsusb:
$ lsusb
Bus 002 Device 002: ID 8086:0b5c Intel Corp. Intel(R) RealSense(TM) Depth Camera 455
Do you have any suggestions to fix this issue so the D455 camera can output a point cloud correctly using ROS 2 on JetPack 6.1?
ps. On Windows version of Realsense Viewer 2.56.3 can get the camera image without problem.
The text was updated successfully, but these errors were encountered:
Did you build from source code using the RSUSB backend = true method? Because this installation method bypasses the kernel, it can enable RealSense camera models equipped with an IMU (such as D455) to work correctly on Jetson boards that are using JetPack 6.
Intel's official Jetson installation instruction page recommends using the libuvc backend procedure at the link below for an RSUSB source code installation.
Issue Description
According to the README page of the librealsense library, the latest SDK version (2.56.3 beta) officially supports only JetPack 6.0. However, the JetPack SDK Manager currently provides only versions 5.x.x and 6.1 (but not 6.0).
Initially, I tried using the older camera firmware version 5.13.0.55. Despite modifying the ROS wrapper settings, the ROS 2 wrapper (realsense-ros, Build 4.56.3) was unable to output a point cloud.
Do you have any suggestions to fix this issue so the D455 camera can output a point cloud correctly using ROS 2 on JetPack 6.1?
ps. On Windows version of Realsense Viewer 2.56.3 can get the camera image without problem.
The text was updated successfully, but these errors were encountered: