add update README

This commit is contained in:
Atsushi Sakai
2018-01-18 16:03:28 -08:00
parent 19cadc66b5
commit bacebda889

View File

@@ -424,12 +424,18 @@ Path tracking simulation with rear wheel feedback steering control and PID speed
![PythonRobotics/figure_1.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/rear_wheel_feedback/animation.gif)
## Linearquadratic regulator (LQR) control
## Linearquadratic regulator (LQR) steering control
Path tracking simulation with LQR steering control and PID speed control.
![PythonRobotics/figure_1.png at master · AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/lqr_steer_control/animation.gif)
## Linearquadratic regulator (LQR) speed and steering control
Path tracking simulation with LQR speed and steering control.
![3](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/lqr_speed_steer_control/animation.gif)
# License