Skip to content

The GSLAM plugin for DSO (Direct Sparse Odometer) implementation

Notifications You must be signed in to change notification settings

pi-gslam/gslam_dso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSLAM-DSO

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

About

The GSLAM plugin for DSO (Direct Sparse Odometer) implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published