Skip to content

goktug97/PyGraphSLAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Implementation of Graph SLAM

PyGraphSLAM is my basic implementation of graph SLAM in Python.

Notes

  • Trying the improve
  • Currently, the loop closure is really bad and not working reliably.

Requirements

Usage

python slam.py --dataset intel --seed 123123

License

PyGraphSLAM is licensed under the MIT License.

-The icp.py is licensed under Apache License, Version 2.0

Original version can be found here: https://github.com/ClayFlannigan/icp

Modified icp to reject some pairs.

Datasets

http://ais.informatik.uni-freiburg.de/slamevaluation/datasets.php

Releases

No releases published

Packages

No packages published

Languages