You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@
6
6
Python codes for robotics algorithm.
7
7
8
8
9
-
10
9
# Table of Contents
11
10
*[Requirements](#requirements)
12
11
*[How to use](#how-to-use)
@@ -469,25 +468,38 @@ Ref:
469
468
-[Automatic Steering Methods for Autonomous Automobile Path Tracking](https://www.ri.cmu.edu/pub_files/2009/2/Automatic_Steering_Methods_for_Autonomous_Automobile_Path_Tracking.pdf)
470
469
471
470
472
-
473
471
## Rear wheel feedback control
474
472
475
473
Path tracking simulation with rear wheel feedback steering control and PID speed control.
476
474
477
475

478
476
477
+
Ref:
478
+
479
+
-[A Survey of Motion Planning and Control Techniques for Self-driving Urban Vehicles](https://arxiv.org/abs/1604.07446)
480
+
481
+
479
482
## Linear–quadratic regulator (LQR) steering control
480
483
481
484
Path tracking simulation with LQR steering control and PID speed control.
482
485
483
486

484
487
488
+
Ref:
489
+
490
+
-[ApolloAuto/apollo: An open autonomous driving platform](https://github.com/ApolloAuto/apollo)
491
+
492
+
485
493
## Linear–quadratic regulator (LQR) speed and steering control
486
494
487
495
Path tracking simulation with LQR speed and steering control.
0 commit comments