Based on the lsd-slam project developed by tum-vision form Munich University.
- Documentation: http://vision.in.tum.de/research/vslam/lsdslam
- Hosted on Github: https://github.com/tum-vision/lsd_slam
Adjustments were made to allow easy compilation of the framework on Ubuntu 16.04, with ROS kinetic and catkin. The package was ONLY (partially) tested on Ubuntu 16.04, ROS kinetic and catkin.
to install:
- make sure ROS indigo is installed and working
- install dependancies
sudo apt-get install ros-kinetic-libg2o liblapack-dev libblas-dev freeglut3-dev libqglviewer-dev-qt4 libsuitesparse-dev libx11-dev
- create catkin workspace
mkdir catkin_ws
mkdir catkin_ws/src
cd catkin_ws/src
catkin_init_workspace- clone this repo (into src directory)
git clone https://github.com/Sinnlosvoll/lsd-slam.git lsd-slam- make using catkin
cd ..
catkin_makeThis package has been adapted to the current LTS Version of ubuntu and the current supported ros version to make it easier to use the lsd_slam package.