Skip to content

Sinnlosvoll/LSD-SLAM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lsd-slam

Based on the lsd-slam project developed by tum-vision form Munich University.

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:

  1. make sure ROS indigo is installed and working

  1. install dependancies

   sudo apt-get install ros-kinetic-libg2o liblapack-dev libblas-dev freeglut3-dev libqglviewer-dev-qt4 libsuitesparse-dev libx11-dev
  1. create catkin workspace

   mkdir catkin_ws
   mkdir catkin_ws/src
   cd catkin_ws/src
   catkin_init_workspace
  1. clone this repo (into src directory)

   git clone https://github.com/Sinnlosvoll/lsd-slam.git lsd-slam
  1. make using catkin

   cd ..
   catkin_make

Motivation of this Fork

This 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 94.8%
  • CMake 3.4%
  • Python 1.6%
  • C 0.2%