PyGraphSLAM is my basic implementation of graph SLAM in Python.
- Trying to improve accuracy, currently the code looks like a scratch book.
- Currently, the loop closure is really bad and not working reliably.
- Needs grid mapping
You can download datasets from http://ais.informatik.uni-freiburg.de/slamevaluation/datasets.php
python slam.py --input intel.clf
For more options
python slam.py --help
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.
http://ais.informatik.uni-freiburg.de/slamevaluation/datasets.php