Files
PythonRobotics/docs/modules/slam/graph_slam/graph_slam.rst
Atsushi Sakai d183a00a1c Adding all gifs to the doc (#586)
* update docs

* update docs

* update docs

* update docs
2021-11-29 00:01:06 +09:00

25 lines
652 B
ReStructuredText

Graph based SLAM
----------------
This is a graph based SLAM example.
The blue line is ground truth.
The black line is dead reckoning.
The red line is the estimated trajectory with Graph based SLAM.
The black stars are landmarks for graph edge generation.
.. image:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/SLAM/GraphBasedSLAM/animation.gif
.. include:: graph_slam/graphSLAM_doc.rst
.. include:: graph_slam/graphSLAM_formulation.rst
.. include:: graph_slam/graphSLAM_SE2_example.rst
References:
~~~~~~~~~~~
- `A Tutorial on Graph-Based SLAM <http://www2.informatik.uni-freiburg.de/~stachnis/pdf/grisetti10titsmag.pdf>`_