mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-12 22:08:33 -05:00
try to change gif link
This commit is contained in:
File diff suppressed because one or more lines are too long
36
README.md
36
README.md
@@ -334,7 +334,7 @@ Ref:
|
||||
|
||||
### RRT\*
|
||||
|
||||

|
||||

|
||||
|
||||
This is a path planning code with RRT\*
|
||||
|
||||
@@ -348,7 +348,7 @@ Ref:
|
||||
|
||||
### RRT\* with reeds-sheep path
|
||||
|
||||
)
|
||||
)
|
||||
|
||||
Path planning for a car robot with RRT\* and reeds sheep path planner.
|
||||
|
||||
@@ -358,7 +358,7 @@ This is a path planning simulation with LQR-RRT\*.
|
||||
|
||||
A double integrator motion model is used for LQR local planner.
|
||||
|
||||

|
||||

|
||||
|
||||
Ref:
|
||||
|
||||
@@ -371,7 +371,7 @@ Ref:
|
||||
|
||||
Motion planning with quintic polynomials.
|
||||
|
||||

|
||||

|
||||
|
||||
It can calculate 2D path, velocity, and acceleration profile based on quintic polynomials.
|
||||
|
||||
@@ -383,7 +383,7 @@ Ref:
|
||||
|
||||
A sample code with Reeds Shepp path planning.
|
||||
|
||||

|
||||

|
||||
|
||||
Ref:
|
||||
|
||||
@@ -398,12 +398,12 @@ Ref:
|
||||
|
||||
A sample code using LQR based path planning for double integrator model.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Optimal Trajectory in a Frenet Frame
|
||||
|
||||

|
||||

|
||||
|
||||
This is optimal trajectory generation in a Frenet Frame.
|
||||
|
||||
@@ -424,7 +424,7 @@ Ref:
|
||||
|
||||
This is a simulation of moving to a pose control
|
||||
|
||||

|
||||

|
||||
|
||||
Ref:
|
||||
|
||||
@@ -435,7 +435,7 @@ Ref:
|
||||
|
||||
Path tracking simulation with Stanley steering control and PID speed control.
|
||||
|
||||

|
||||

|
||||
|
||||
Ref:
|
||||
|
||||
@@ -449,7 +449,7 @@ Ref:
|
||||
|
||||
Path tracking simulation with rear wheel feedback steering control and PID speed control.
|
||||
|
||||

|
||||

|
||||
|
||||
Ref:
|
||||
|
||||
@@ -460,7 +460,7 @@ Ref:
|
||||
|
||||
Path tracking simulation with LQR speed and steering control.
|
||||
|
||||

|
||||

|
||||
|
||||
Ref:
|
||||
|
||||
@@ -471,7 +471,7 @@ Ref:
|
||||
|
||||
Path tracking simulation with iterative linear model predictive speed and steering control.
|
||||
|
||||
<img src="https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathTracking/model_predictive_speed_and_steer_control/animation.gif" width="640">
|
||||
<img src="https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathTracking/model_predictive_speed_and_steer_control/animation.gif" width="640">
|
||||
|
||||
Ref:
|
||||
|
||||
@@ -481,7 +481,7 @@ Ref:
|
||||
|
||||
A motion planning and path tracking simulation with NMPC of C-GMRES
|
||||
|
||||

|
||||

|
||||
|
||||
Ref:
|
||||
|
||||
@@ -498,7 +498,7 @@ This is a interactive simulation.
|
||||
|
||||
You can set the goal position of the end effector with left-click on the ploting area.
|
||||
|
||||

|
||||

|
||||
|
||||
In this simulation N = 10, however, you can change it.
|
||||
|
||||
@@ -506,7 +506,7 @@ In this simulation N = 10, however, you can change it.
|
||||
|
||||
Arm navigation with obstacle avoidance simulation.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
# Aerial Navigation
|
||||
@@ -515,13 +515,13 @@ Arm navigation with obstacle avoidance simulation.
|
||||
|
||||
This is a 3d trajectory following simulation for a quadrotor.
|
||||
|
||||

|
||||

|
||||
|
||||
## rocket powered landing
|
||||
|
||||
This is a 3d trajectory generation simulation for a rocket powered landing.
|
||||
|
||||

|
||||

|
||||
|
||||
Ref:
|
||||
|
||||
@@ -535,7 +535,7 @@ This is a bipedal planner for modifying footsteps with inverted pendulum.
|
||||
|
||||
You can set the footsteps and the planner will modify those automatically.
|
||||
|
||||

|
||||

|
||||
|
||||
# License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user