Ford: set radarOffCan (#27120)

Fix
old-commit-hash: 60f73657de
beeps
Shane Smiskol 2 years ago committed by GitHub
parent a95d889cb6
commit a398c05c97
  1. 1
      selfdrive/car/ford/interface.py

@ -18,6 +18,7 @@ class CarInterface(CarInterfaceBase):
# These cars are dashcam only until the port is finished
ret.dashcamOnly = True
ret.radarOffCan = True
ret.steerControlType = car.CarParams.SteerControlType.angle
ret.steerActuatorDelay = 0.2
ret.steerLimitTimer = 1.0

Loading…
Cancel
Save