Skip to content

Latest commit

 

History

History
112 lines (70 loc) · 3.3 KB

File metadata and controls

112 lines (70 loc) · 3.3 KB

Path tracking

move to a pose control

This is a simulation of moving to a pose control

2

Ref:

Pure pursuit tracking

Path tracking simulation with pure pursuit steering control and PID speed control.

3

The red line is a target course, the green cross means the target point for pure pursuit control, the blue line is the tracking.

Ref:

Stanley control

Path tracking simulation with Stanley steering control and PID speed control.

4

Ref:

Rear wheel feedback control

Path tracking simulation with rear wheel feedback steering control and PID speed control.

5

Ref:

Linear–quadratic regulator (LQR) steering control

Path tracking simulation with LQR steering control and PID speed control.

6

Ref:

Linear–quadratic regulator (LQR) speed and steering control

Path tracking simulation with LQR speed and steering control.

7

Ref:

Model predictive speed and steering control

Path tracking simulation with iterative linear model predictive speed and steering control.

Ref: