Skip to content

Commit f0e7598

Browse files
committed
update README
1 parent 6da3431 commit f0e7598

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Autonomous Urban Driving](http://acl.mit.edu/papers/KuwataTCST09.pdf)
100100

101101
Path tracking algorithm samples.
102102

103-
# Pure pursuit tracking
103+
## Pure pursuit tracking
104104

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

@@ -109,6 +109,11 @@ Path tracking simulation with pure pursuit steering control and PID speed contro
109109
![PythonRobotics/figure_1-5.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/pure_pursuit/4Figure_1-2.png)
110110

111111

112+
## Rear wheel feedback control
113+
114+
Path tracking simulation with rear wheel feedback steering control and PID speed control.
115+
116+
![PythonRobotics/figure_1.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/rear_wheel_feedback/animation.gif)
112117

113118
# License
114119

0 commit comments

Comments
 (0)