Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 491 Bytes

File metadata and controls

19 lines (17 loc) · 491 Bytes

ORB-SLAM

ORB-SLAM made using pangolin and g2opy optimization.

working under Ubuntu 18, with Python 3.6.

pangolin dependency setup, follow -> https://github.com/uoip/pangolin
g2opy dependency setup, follow -> https://github.com/uoip/g2opy
Run command,

python slam.py test/car.mp4

To display serialized map (map.json) run,

python3 visualize_json.py map.json

TODO:

  1. Dockerize
  2. For android