Files
PythonRobotics/docs/modules/4_slam/FastSLAM2/FastSLAM2_main.rst
Atsushi Sakai d2fe5ae8f0 Add code links to SLAM module documentation (#1212)
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`.
2025-05-04 09:50:49 +09:00

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