Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 985 Bytes

Dependencies.md

File metadata and controls

30 lines (17 loc) · 985 Bytes

##List of Known Dependencies

DefSLAM version 1.0

In this document we list all the pieces of code included by defSLAM and linked libraries which are not property of the authors of defSLAM.

#####Code in Thirdparty folder

  • All code in ORBSLAM_2 folder. This is a modified version of ORBSLAM_2 library. All files included are GPL licensed.

  • All code in DBoW2 folder. This is a modified version of DBoW2 and DLib library. All files included are BSD licensed.

  • All code in g2o folder. This is a modified version of g2o. All files included are BSD licensed.

#####Library dependencies

  • Pangolin (visualization and user interface). MIT license.

  • OpenCV. BSD license.

  • Eigen3. For versions greater than 3.1.1 is MPL2, earlier versions are LGPLv3.