mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 18:28:14 -05:00
add modelpredictivetrajectorygenerator
This commit is contained in:
12
README.md
12
README.md
@@ -2,7 +2,6 @@
|
||||
|
||||
Python sample codes for robotics algorithm.
|
||||
|
||||
|
||||
# Requirements
|
||||
|
||||
- numpy
|
||||
@@ -15,8 +14,17 @@ Python sample codes for robotics algorithm.
|
||||
|
||||
# Path Planning
|
||||
|
||||
Path planning algorithm samples.
|
||||
Path planning algorithm.
|
||||
|
||||
# Model Predictive Trajectry Generator
|
||||
|
||||
This script is a path planning code with model predictive trajectry generator.
|
||||
|
||||
|
||||

|
||||
|
||||
see:
|
||||
- [Optimal rough terrain trajectory generation for wheeled mobile robots](http://journals.sagepub.com/doi/pdf/10.1177/0278364906075328)
|
||||
|
||||
## RRT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user