Ford: lower lateral actuator delay (#27113)

Update interface.py
old-commit-hash: 226d80964d4586392266fd2e711e6b6c003602de
This commit is contained in:
Shane Smiskol
2023-01-26 23:14:05 -08:00
committed by GitHub
parent eb0dcd256e
commit dfc26b418f
+1 -1
View File
@@ -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: