We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000e20a commit 2b35cb8Copy full SHA for 2b35cb8
selfdrive/controls/lib/latcontrol_pid.py
@@ -1,7 +1,7 @@
1
import math
2
3
from selfdrive.controls.lib.pid import PIDController
4
-from selfdrive.controls.lib.drive_helpers import get_steer_max
+#from selfdrive.controls.lib.drive_helpers import get_steer_max
5
from selfdrive.controls.lib.latcontrol import LatControl, MIN_STEER_SPEED
6
from cereal import log
7
0 commit comments