Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 2.01 KB

Readme.md

File metadata and controls

41 lines (23 loc) · 2.01 KB

Stereo SVO SLAM Library

This repository contains a proof of concept for a SVO based stereo camera SLAM library.

The repository is organized as follows:

Direcotry Description
doc Documentation of the algorithm, implementation, etc.
src Source code of library, test application, demo, qt viewer and python wrapper
test Test scripts, test videos, etc.

The source code includes some doxygen comments. Check out the documentation folder for indepth information.

The thesis and source code documentation can be found here:

Thesis Documentation

Source Documentation

Library

The library allows to process stereo images and calculates the camera position based on this images.

Test application

test applicaiton

The test application allows to process input images from different sources like Econ Tara Camera, EuRoC dataset or video input. It requires a YAML file with camera parameters. See src/app/Blender.yaml for more details.

Demo application

demo applicaiton

The demo application is a simple ar-application which shows what a SLAM library can do. It only supports Econ Tara an requires a YAML file with camera settings (src/app/Econ.yaml).

Qt 3D Viewer

demo applicaiton

The Qt 3D viewer can connect to the test application to show keyframes, current pose and trajectory.