Skip to content

Commit 4f4f18a

Browse files
authored
Ford: add minEnableSpeed (commaai#23940)
1 parent 0ac4e82 commit 4f4f18a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

selfdrive/car/ford/interface.py

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), car_fw=None):
2525
ret.steerRateCost = 1.0
2626
ret.centerToFront = ret.wheelbase * 0.44
2727
tire_stiffness_factor = 0.5328
28+
# TODO: add minSteerSpeed
29+
ret.minEnableSpeed = 12. * CV.MPH_TO_MS
2830

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

0 commit comments

Comments
 (0)