Skip to content

Commit

Permalink
Ford: add minEnableSpeed (#23940)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane authored Mar 9, 2022
1 parent 0ac4e82 commit 4f4f18a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions selfdrive/car/ford/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), car_fw=None):
ret.steerRateCost = 1.0
ret.centerToFront = ret.wheelbase * 0.44
tire_stiffness_factor = 0.5328
# TODO: add minSteerSpeed
ret.minEnableSpeed = 12. * CV.MPH_TO_MS

# TODO: get actual value, for now starting with reasonable value for
# civic and scaling by mass and wheelbase
Expand Down

0 comments on commit 4f4f18a

Please sign in to comment.