RealSense D435i
Last updated
Was this helpful?
Last updated
Was this helpful?
Install librealsense2
according to
make sure install librealsense2-dev
as well because it will provide cmake support
do not use ros-melodic-librealsense2
library
Install ddynamic_reconfigure
by sudo apt install ros-melodic-ddynamic-reconfigure
git clone to workspace and catkin_make
For Jetson devices, there is no librealsense2-dkms
package available; only need to install librealsense2-utils
and librealsense2-dev
. ()
During building process, cv_bridge
expects /usr/include/opencv
but on Jetson systems it's under /usr/include/opencv4/opencv2
. To resolve this, create a symbolic link to the directories sudo ln -s /usr/include/opencv4/ /usr/include/opencv
.