Skip to content

Commit 2b35cb8

Browse files
Casey FrancisComma Devicepd0wm
committed
Update latcontrol_pid.py
Co-Authored-By: Comma Device <[email protected]> Co-Authored-By: Willem Melching <[email protected]>
1 parent 000e20a commit 2b35cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/controls/lib/latcontrol_pid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import math
22

33
from selfdrive.controls.lib.pid import PIDController
4-
from selfdrive.controls.lib.drive_helpers import get_steer_max
4+
#from selfdrive.controls.lib.drive_helpers import get_steer_max
55
from selfdrive.controls.lib.latcontrol import LatControl, MIN_STEER_SPEED
66
from cereal import log
77

0 commit comments

Comments
 (0)