Hey guys! Not sure if this is the right place to be asking, but I have been running into some issues getting my Orin Nano working with a RealSense D435i. I suspect my issue is more RealSense/Jetpack related and less Isaac ROS related, but I have found the most guidance from the Isaac ROS docs thus far. I have also been tracking this issue on the librealsense repository, but wanted to reach out on this forum in case anyone here has already figured this out.
Just as a sanity check to make sure my camera was okay, I installed librealsense 2.55.1 on my workstation at home and realsense-viewer worked like a charm. The D435i was detected and I was able to view the RGB camera output, depth map, and IMU data.
Having just received my Jetson, I installed Jetpack 6.0 and headed over to the Isaac ROS RealSense Setup guide, and then eventually to the release page for librealsense 2.55.1. I saw in their release notes that they had added support for Jetpack 6.0, so I figured installing via the debs might be doable this time around. However, I thought I remembered seeing something in the 3.0.1 release notes about having to build the driver from source, so I went to dig a little deeper on their Jetson-Installation page.
This is where I got a bit confused, though. On that page, they have the following disclaimer:
For Jetson Orin™ with JetPack 6.0 you will need to follow build for MIPI driver as NVIDIA released Kernel 5.15 default configuration with disabled HID: Intel® RealSense™ camera driver for GMSL* interface
This didn’t seem very familiar to me, nor did it look like it was meant for the D435i based on the contents of that MIPI driver repo.
I guess my question, therefore, is: Do you guys currently have a working process for getting a RealSense D435i set up with a Jetson Orin Nano 8GB running Jetpack 6.0? I’ve seen in a few other posts you guys mention just building from source, but I haven’t gotten this to work yet.
I have also tried building the GMSL version to no avail (mentioned an incorrect compiler version or something), and I also tried that Jetsonhacks script (which I think grabbed 2.55.1 and tried to build that from source)–but no luck so far getting the RealSense to even show up in realsense-viewer. Any ideas/suggestions/help would be super helpful! Thanks!