Skip to content

ctu-mrs/realsense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realsense Meta-package

Installation

run install script:

./scripts/install_realsense_d435.sh

Jetson

  • follow the official instructions here

Troubleshooting

libusb

Bluefox driver comes with libusb that is missing some important functions. As a result, realsense won't be able to launch if bluefox camera driver is installed.

Solution:

Remove the conflicting libusb acquired during bluefox installation.

rm /opt/mvIMPACT_acquire/lib/x86_64/libusb-1.0.so.0.0.0

udev rules reloading problem

Check if you have correct prime-select, if you haven't connected the doc station it should be intel ( depends on your system ), to check use

sudo prime-select query

To select use

sudo prime-select intel

Realsense enumerated as USB 2.0 device

Plugging the USB 3.0 original cable slowly into the USB port of the host causes it to be enumerated as USB 2.0 device. The current USB mode can be checked by lsusb -t - 5000M is USB 3.0, 480M is USB 2.0. Enumerating Realsense D435 as USB 2.0 devices causes some image streams to be unavailable.

Solution:

Insert the cable quickly to the USB port.

About

Metapackage for Intel Realsense ROS drivers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published