joystick: use ISO acceleration (#35230)

ISO max
This commit is contained in:
Shane Smiskol
2025-05-14 19:31:55 -07:00
committed by GitHub
parent 33c164629f
commit 2af3cc6093

View File

@@ -10,7 +10,7 @@ from openpilot.common.params import Params
from openpilot.common.swaglog import cloudlog
LongCtrlState = car.CarControl.Actuators.LongControlState
MAX_LAT_ACCEL = 2.5
MAX_LAT_ACCEL = 3.0
def joystickd_thread():