Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 629 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 629 Bytes

GSLAM-ORBSLAM

1. Introduction

This code is the ORB_SLAM plugin implementation base on GSLAM.

GSLAM-ORBSLAM

2. Build and Install

2.1. Build and Install GSLAM

git clone https://github.com/zdzhaoyong/GSLAM

2.2. Build and Install GSLAM-ORBSLAM

mkdir build;
cd build;
cmake ..;
make;
sudo make install

3. Run ORBSLAM with gslam

gslam qviz orbslam -ORBVocabularyFile ../data/ORB_New.voc play -dataset /data/zhaoyong/Dataset/mav0/mono.euroc -autostart