Skip to content

pAplakidis/PySLAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySLAM

A toy SLAM implmenetation in python.

Heavily inspired by geohot's twitchslam

Requirements

Setup

pip3 install -r requirements.txt

Usage

python3 PySLAM/slam.py./slam.py data/country-road-driving.mp4

Theory

Known Issues

  • 3D points are wrong when it comes to actual shapes (check freiburgdesk example)

TODO

  • Use matches to avoid duplicate 3D points
  • Bundle Adjustment (DONE)
  • Loop Closure
  • Pose Graph Optmiziation

About

A toy implementation of SLAM in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages