Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 475 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 475 Bytes

pyslam

Basic Sparse-Cholesky Graph SLAM solver implemented in python

Requirements

  • numpy >= 1.12
  • scipy >= 0.18
  • cython >= 0.25
  • scikit-sparse >= 0.4.2
  • suitesparse-dev

On Ubuntu 16.04:

apt-get install libsuitesparse-dev
pip install future numpy scipy cython scikit-sparse

Invocation

python slam_solver.py datasets/M3500a.g2o

The resulting optimized SLAM graph is rendered as HTML and saved in /tmp/graph.html