February 2018
Beginner
580 pages
13h 20m
English
One of the new 3D depth sensors from Intel is Real Sense. Until now, different versions of this sensor have been released (F200, R200, SR30, ...). To interface Real Sense sensors with ROS, we first have to install the librealsense library.
Download the Real Sense library from the following link: https://github.com/IntelRealSense/librealsense, using the following code:
$ git clone https://github.com/IntelRealSense/librealsense.git
Then follow these steps:
$ sudo apt-get install libudev-dev pkg-config libgtk-3-dev
$ sudo apt-get install libglfw3-dev
$ mkdir build && cd build