We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac4e82 commit 4f4f18aCopy full SHA for 4f4f18a
selfdrive/car/ford/interface.py
@@ -25,6 +25,8 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), car_fw=None):
25
ret.steerRateCost = 1.0
26
ret.centerToFront = ret.wheelbase * 0.44
27
tire_stiffness_factor = 0.5328
28
+ # TODO: add minSteerSpeed
29
+ ret.minEnableSpeed = 12. * CV.MPH_TO_MS
30
31
# TODO: get actual value, for now starting with reasonable value for
32
# civic and scaling by mass and wheelbase
0 commit comments