Skip to content

Commit

Permalink
Revert "Ford: enable radar (#1430)"
Browse files Browse the repository at this point in the history
This reverts commit cf4848e.
  • Loading branch information
sshane authored Oct 30, 2024
1 parent cf4848e commit 8a6f229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendbc/car/ford/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def _get_params(ret: structs.CarParams, candidate, fingerprint, car_fw, experime
ret.carName = "ford"
ret.dashcamOnly = bool(ret.flags & FordFlags.CANFD)

ret.radarUnavailable = False
ret.radarUnavailable = True
ret.steerControlType = structs.CarParams.SteerControlType.angle
ret.steerActuatorDelay = 0.2
ret.steerLimitTimer = 1.0
Expand Down

0 comments on commit 8a6f229

Please sign in to comment.