mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
Ford: lower lateral actuator delay (#27113)
Update interface.py old-commit-hash: 226d80964d4586392266fd2e711e6b6c003602de
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user