Ford: lower lateral actuator delay (#27113)

Update interface.py
pull/27116/head
Shane Smiskol 2 years ago committed by GitHub
parent 701b7d89b6
commit 226d80964d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/ford/interface.py

@ -19,7 +19,7 @@ class CarInterface(CarInterfaceBase):
ret.dashcamOnly = True
ret.steerControlType = car.CarParams.SteerControlType.angle
ret.steerActuatorDelay = 0.25
ret.steerActuatorDelay = 0.2
ret.steerLimitTimer = 1.0
if candidate == CAR.BRONCO_SPORT_MK1:

Loading…
Cancel
Save