Skip to content

Commit 71a1808

Browse files
committed
add stanley path tracking simulation
1 parent cbeb986 commit 71a1808

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Python sample codes and documents about Autonomous vehicle control algorithm. In
1818
* [Pure pursuit Path Tracking](#pure-pursuit-path-tracking)
1919
* [Rear wheel feedback Path Tracking](#rear-wheel-feedback-path-tracking)
2020
* [LQR(Linear Quadratic Regulator) Path Tracking](#lqrlinear-quadratic-regulator-path-tracking)
21+
* [Stanley steering control Path tracking](#stanley-steering-control-path-tracking)
2122
* [Perception](#perception)
2223
* [Rectangle fitting Detection](#rectangle-fitting-detection)
2324
* [Sensor's Extrinsic Parameters Estimation](#sensors-extrinsic-parameters-estimation)
@@ -92,6 +93,8 @@ For setting up the environment with Docker:
9293
![](src/simulations//path_tracking/rear_wheel_feedback_tracking/rear_wheel_feedback_tracking.gif)
9394
#### LQR(Linear Quadratic Regulator) Path Tracking
9495
![](src/simulations/path_tracking/lqr_path_tracking/lqr_path_tracking.gif)
96+
#### Stanley steering control Path Tracking
97+
![](src/simulations/path_tracking/stanley_path_tracking/stanley_path_tracking.gif)
9598
### Perception
9699
#### Rectangle fitting Detection
97100
![](src/simulations/perception/point_cloud_rectangle_fitting/point_cloud_rectangle_fitting.gif)

0 commit comments

Comments
 (0)