AOL only joystick mode

This commit is contained in:
whoisdomi
2026-06-02 21:47:38 -05:00
parent e41d90554b
commit a50f23493a
+1 -1
View File
@@ -31,7 +31,7 @@ def joystickd_thread():
CC = cc_msg.carControl
CC.enabled = sm['selfdriveState'].enabled
CC.latActive = sm['selfdriveState'].active and not sm['carState'].steerFaultTemporary and not sm['carState'].steerFaultPermanent
CC.longActive = CC.enabled and not any(e.overrideLongitudinal for e in sm['onroadEvents']) and CP.openpilotLongitudinalControl
CC.longActive = False # lateral-only joystick mode: use pedals normally
CC.cruiseControl.cancel = sm['carState'].cruiseState.enabled and (not CC.enabled or not CP.pcmCruise)
CC.hudControl.leadDistanceBars = 2