Skip to content

Commit

Permalink
Ford: enable radar parsing (#1363)
Browse files Browse the repository at this point in the history
Co-authored-by: Shane Smiskol <shane@smiskol.com>
  • Loading branch information
adeebshihadeh and sshane authored Oct 30, 2024
1 parent 4c6d7c1 commit c411477
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 = True
ret.radarUnavailable = DBC[candidate]['radar'] is None
ret.steerControlType = structs.CarParams.SteerControlType.angle
ret.steerActuatorDelay = 0.2
ret.steerLimitTimer = 1.0
Expand Down

0 comments on commit c411477

Please sign in to comment.