mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 03:58:35 -05:00
update README
This commit is contained in:
32
README.md
32
README.md
@@ -16,29 +16,31 @@ Python sample codes for robotics algorithm.
|
||||
|
||||
Path planning algorithm.
|
||||
|
||||
# Model Predictive Trajectory Generator
|
||||
## Model Predictive Trajectory Generator
|
||||
|
||||
This script is a path planning code with model predictive trajectory generator.
|
||||
|
||||
Path optimization sample:
|
||||
### Path optimization sample:
|
||||
|
||||

|
||||
|
||||
Lookup table generation sample:
|
||||
### Lookup table generation sample:
|
||||
|
||||

|
||||

|
||||
|
||||
see:
|
||||
- [Optimal rough terrain trajectory generation for wheeled mobile robots](http://journals.sagepub.com/doi/pdf/10.1177/0278364906075328)
|
||||
|
||||
# State Lattice Planning
|
||||
|
||||
|
||||
## State Lattice Planning
|
||||
|
||||
This script is a path planning code with state lattice planning.
|
||||
|
||||
This code uses the model predictive trajectory generator to solve boundary problem.
|
||||
|
||||
|
||||
Uniform polar sampling results:
|
||||
### Uniform polar sampling results:
|
||||
|
||||

|
||||
|
||||
@@ -93,9 +95,9 @@ A sample code for Dubins path planning.
|
||||
|
||||
[Dubins path - Wikipedia](https://en.wikipedia.org/wiki/Dubins_path)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Reeds Shepp planning
|
||||
|
||||
@@ -109,9 +111,9 @@ A sample code with Reeds Shepp path planning.
|
||||
|
||||
A sample code with closed loop RRT\*.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
see:
|
||||
|
||||
@@ -131,9 +133,9 @@ Path tracking algorithm samples.
|
||||
|
||||
Path tracking simulation with pure pursuit steering control and PID speed control.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
## Rear wheel feedback control
|
||||
|
||||
Reference in New Issue
Block a user