ygz-slam 一锅粥-SLAM
- 一锅粥是一个特征点法结合直接法的视觉SLAM,为了便于研究,使用了模块化设计
-
FAST git clone https://github.com/uzh-rpg/fast.git
-
Eigen sudo apt-get install libeigen3-dev
-
OpenCV 3.1 or higher see opencv.org
-
Sophus 非模板类版本
git clone https://github.com/strasdat/Sophus.git cd Sophus git checkout a621ff
-
glog sudo apt-get install libgoogle-glog-dev
-
boost sudo apt-get install libboost-all-dev
-
ceres solver https://github.com/ceres-solver/ceres-solver
-
DBoW3 see 3rdparty