Skip to content

Commit 0fd219d

Browse files
committed
add rear wheel feedback simulation on readme
1 parent 88adb10 commit 0fd219d

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
@@ -16,6 +16,7 @@ Python sample codes and documents about Autonomous vehicle control algorithm. In
1616
* [NDT Map Construction](#ndt-map-construction)
1717
* [Path Tracking](#path-tracking)
1818
* [Pure pursuit Path Tracking](#pure-pursuit-path-tracking)
19+
* [Rear wheel Path Tracking](#rear-wheel-feedback-path-tracking)
1920
* [Perception](#perception)
2021
* [Rectangle fitting Detection](#rectangle-fitting-detection)
2122
* [Sensor's Extrinsic Parameters Estimation](#sensors-extrinsic-parameters-estimation)
@@ -85,6 +86,8 @@ For setting up the environment with Docker:
8586
### Path Tracking
8687
#### Pure pursuit Path Tracking
8788
![](src/simulations/path_tracking/pure_pursuit_path_tracking/pure_pursuit_path_tracking.gif)
89+
#### Rear wheel feedback Path Tracking
90+
![](src/simulations//path_tracking/rear_wheel_feedback_tracking/rear_wheel_feedback_tracking.gif)
8891
### Perception
8992
#### Rectangle fitting Detection
9093
![](src/simulations/perception/point_cloud_rectangle_fitting/point_cloud_rectangle_fitting.gif)

0 commit comments

Comments
 (0)