mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:41 -04:00
update README
This commit is contained in:
13
README.md
13
README.md
@@ -102,6 +102,19 @@ In the animation, cyan points are searched nodes.
|
||||
|
||||
It's heuristic is 2D Euclid distance.
|
||||
|
||||
### Potential Field algorithm
|
||||
|
||||
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.
|
||||
|
||||
Ref:
|
||||
|
||||
- [Robotic Motion Planning:Potential Functions](https://www.cs.cmu.edu/~motionplanning/lecture/Chap4-Potential-Field_howie.pdf)
|
||||
|
||||
|
||||
|
||||
## Model Predictive Trajectory Generator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user