An open API service indexing awesome lists of open source software.

https://github.com/goktug97/pygraphslam

Python implementation of Graph SLAM
https://github.com/goktug97/pygraphslam

g2o graph-slam icp lidar odometry pointcloud robotics slam

Last synced: 3 months ago
JSON representation

Python implementation of Graph SLAM

Awesome Lists containing this project

README

        

Python Implementation of Graph SLAM
===================================

PyGraphSLAM is my basic implementation of graph SLAM in Python.

### GIF
![GIF](https://raw.githubusercontent.com/goktug97/PyGraphSLAM/master/pygraphslam.gif)

### Occupancy Map
![GIF](https://raw.githubusercontent.com/goktug97/PyGraphSLAM/master/pygraphslam_occupancy.gif)

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

``` bash
python -m src.slam --input intel.clf
```

- If you have nix:

```bash
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