-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Describe the issue
I'm using Jetson Xavier + Ubuntu 18 + ROS Melodic.
First of all, I tried standard way - install librealsense from official github. It does not work because of kernel 4.9 - problem that I can't install librealsense2-dkms
. As a result, I can't use rs_camera.launch
for example. However, realsense_viewer
works.
Next, I tried to install Librealsense by buildLibrealsense2Xavier, but my current version of Jetpack is L4T 32.3.1. Then, I see that I can use jetsonhacks / installRealSenseSDK. However, when I used skript $ ./installLibrealsense.sh
, I still couldn't find the librealsense2-dkms
.
Any ideas I am doing something wrong, or it will be easier just to install L4T 32.1.0 and then use buildLibrealsense2Xavier to patch kernel 4.9?