Ford: set radarOffCan (#27120)

Fix
pull/27112/head
Shane Smiskol 2 years ago committed by GitHub
parent 4f25bd05f2
commit 60f73657de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/car/ford/interface.py

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

Loading…
Cancel
Save