A ROS workspace and collection of tools for working with I3DR cameras
Run install script to automatically install the required packages
./install.sh
Follow realsense instructions for install realsense in ROS link
Follow deimos install instructions link
sudo apt-get install ros-kinetic-serial
sudo apt-get install ros-kinetic-rtabmap
sudo apt-get install ros-kinetic-robot-localization
sudo apt-get install ros-kinetic-imu-tools
To build the ros workspace use:
catkin_make [OPTIONS]
Build without/with i3dr algorithm. Will not be able to use algorithm index 2 in
Package : i3dr_stereo_camera
Node : generate_disparity
-DENABLE_I3DR_ALG=[ON/OFF]