akashsharma02 / simple-slam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-slam

Simple SLAM pipeline that creates a point cloud based map from a video input. This was implemented as part of a course project to understand and implement the data association and backend optimization of SLAM

The codebase is heavily borrowed from twitchslam with minor refactoring.

Prerequisites

  • OpenCV
  • Visualization - Pangolin and python bindings pangolin
  • Optimization - g2o and its python bindings g2opy
  • skimage

Usage

python main -i /path/to/video -f focal-length

About


Languages

Language:Python 100.0%