mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 20:18:00 -05:00
This commit adds "Code Link" sections to documentation across various path planning modules, linking to relevant class and function APIs. Additionally, several class renaming changes were made, such as `Dijkstra` to `DijkstraPlanner` and `eta3_trajectory` to `Eta3SplineTrajectory`, to enhance naming consistency. Minor fixes include file restructuring and image renaming for the RRT module.
17 lines
407 B
ReStructuredText
17 lines
407 B
ReStructuredText
Bug planner
|
|
-----------
|
|
|
|
This is a 2D planning with Bug algorithm.
|
|
|
|
.. image:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathPlanning/BugPlanner/animation.gif
|
|
|
|
Code Link
|
|
~~~~~~~~~~~~~~~
|
|
|
|
.. autofunction:: PathPlanning.BugPlanning.bug.main
|
|
|
|
Reference
|
|
~~~~~~~~~~~~
|
|
|
|
- `ECE452 Bug Algorithms <https://web.archive.org/web/20201103052224/https://sites.google.com/site/ece452bugalgorithms/>`_
|