mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:41 -04:00
update README
This commit is contained in:
@@ -14,6 +14,7 @@ Python codes for robotics algorithm.
|
||||
* [Grid based search](#grid-based-search)
|
||||
* [Dijkstra algorithm](#dijkstra-algorithm)
|
||||
* [A* algorithm](#a-algorithm)
|
||||
* [Potential Field algorithm](#potential-field-algorithm)
|
||||
* [Model Predictive Trajectory Generator](#model-predictive-trajectory-generator)
|
||||
* [Path optimization sample](#path-optimization-sample)
|
||||
* [Lookup table generation sample](#lookup-table-generation-sample)
|
||||
@@ -108,7 +109,7 @@ This is a 2D grid based path planning with Potential Field algorithm.
|
||||
|
||||

|
||||
|
||||
In the animation, the bule heat map means potential valude on each grid.
|
||||
In the animation, the blue heat map shows potential value on each grid.
|
||||
|
||||
Ref:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user