mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 10:37:54 -05:00
update README
This commit is contained in:
@@ -9,6 +9,7 @@ Python sample codes for robotics algorithm.
|
||||
|
||||
* [Requirements](#requirements)
|
||||
* [Path Planning](#path-planning)
|
||||
* [Dynamic Window Approach](#dynamic-window-approach)
|
||||
* [Grid based search](#grid-based-search)
|
||||
* [Dijkstra algorithm](#dijkstra-algorithm)
|
||||
* [A* algorithm](#a-algorithm)
|
||||
@@ -59,8 +60,12 @@ Path planning algorithm.
|
||||
|
||||
This is a 2D navigation sample code with Dynamic Window Approach.
|
||||
|
||||
- [The Dynamic Window Approach to Collision Avoidance](https://www.ri.cmu.edu/pub_files/pub1/fox_dieter_1997_1/fox_dieter_1997_1.pdf)
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## Grid based search
|
||||
|
||||
### Dijkstra algorithm
|
||||
|
||||
Reference in New Issue
Block a user