GSLAM-DSO

October 11, 2019 ยท View on GitHub

1. Introduction

This code is the DSO plugin implementation base on GSLAM.

GSLAM-DSO

2. Build and Install

2.1. Build and Install GSLAM

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

2.2. Build and Install GSLAM-DSO

mkdir build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release;
make;
sudo make install

3. Run DSO with gslam

gslam qviz dso play -dataset /Dataset/TUM/RGBD/rgbd_dataset_freiburg3_structure_texture_far/.tumrgbd -autostart

Contents

  1. 11. Introduction
  2. 22. Build and Install
  3. 2.12.1. Build and Install GSLAM
  4. 2.22.2. Build and Install GSLAM-DSO
  5. 33. Run DSO with gslam