mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
Fixed typo in stanley_controller.py
This commit is contained in:
committed by
GitHub
parent
26756cc53b
commit
8c701762b4
@@ -21,7 +21,7 @@ except:
|
||||
|
||||
|
||||
k = 0.5 # control gain
|
||||
Kp = 1.0 # speed propotional gain
|
||||
Kp = 1.0 # speed proportional gain
|
||||
dt = 0.1 # [s] time difference
|
||||
L = 2.9 # [m] Wheel base of vehicle
|
||||
max_steer = np.radians(30.0) # [rad] max steering angle
|
||||
|
||||
Reference in New Issue
Block a user