mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 13:18:18 -05:00
This commit updates SLAM module documentation files to include direct code links for better navigation. It also adjusts imports in `test_iterative_closest_point.py` to reflect updated module structure and adds a safety check for the directory in `runtests.sh`.
23 lines
536 B
ReStructuredText
23 lines
536 B
ReStructuredText
FastSLAM 2.0
|
|
------------
|
|
|
|
This is a feature based SLAM example using FastSLAM 2.0.
|
|
|
|
The animation has the same meanings as one of FastSLAM 1.0.
|
|
|
|
.. image:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/SLAM/FastSLAM2/animation.gif
|
|
|
|
Code Link
|
|
~~~~~~~~~~~
|
|
|
|
.. autofunction:: SLAM.FastSLAM2.fast_slam2.fast_slam2
|
|
|
|
|
|
References
|
|
~~~~~~~~~~
|
|
|
|
- `PROBABILISTIC ROBOTICS <http://www.probabilistic-robotics.org/>`_
|
|
|
|
- `SLAM simulations by Tim Bailey <http://www-personal.acfr.usyd.edu.au/tbailey/software/slam_simulations.htm>`_
|
|
|