Skip to content

goktug97/PyGraphSLAM

Repository files navigation

Python Implementation of Graph SLAM

PyGraphSLAM is my basic implementation of graph SLAM in Python.

GIF

GIF

Occupancy Map

GIF

Usage

You can download datasets from http://ais.informatik.uni-freiburg.de/slamevaluation/datasets.php

python -m src.slam --input intel.clf
  • If you have nix:
nix run . -- --input intel.clf

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