mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 11:02:19 +08:00
Ford: add minEnableSpeed (#23940)
old-commit-hash: 4f4f18a648f8b5ec1fa63c60f69da1a32e60d9a5
This commit is contained in:
@@ -25,6 +25,8 @@ class CarInterface(CarInterfaceBase):
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user