joystick: use ISO acceleration (#35230)

ISO max
pull/35240/head
Shane Smiskol 4 months ago committed by GitHub
parent 33c164629f
commit 2af3cc6093
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/joystick/joystickd.py

@ -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():

Loading…
Cancel
Save