Skip to content

Commit 8c70176

Browse files
authored
Fixed typo in stanley_controller.py
1 parent 26756cc commit 8c70176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PathTracking/stanley_controller/stanley_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
k = 0.5 # control gain
24-
Kp = 1.0 # speed propotional gain
24+
Kp = 1.0 # speed proportional gain
2525
dt = 0.1 # [s] time difference
2626
L = 2.9 # [m] Wheel base of vehicle
2727
max_steer = np.radians(30.0) # [rad] max steering angle

0 commit comments

Comments
 (0)