mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
Hyundai Kona: add min speed (#32420)
* add min speed for kona * update docs old-commit-hash: 06c581e202322f7d3a9e21cb59ebe57418e5abe9
This commit is contained in:
@@ -216,7 +216,7 @@ class CAR(Platforms):
|
||||
)
|
||||
HYUNDAI_KONA = HyundaiPlatformConfig(
|
||||
[HyundaiCarDocs("Hyundai Kona 2020", car_parts=CarParts.common([CarHarness.hyundai_b]))],
|
||||
CarSpecs(mass=1275, wheelbase=2.6, steerRatio=13.42, tireStiffnessFactor=0.385),
|
||||
CarSpecs(mass=1275, wheelbase=2.6, steerRatio=13.42, tireStiffnessFactor=0.385, minEnableSpeed=6 * CV.MPH_TO_MS),
|
||||
flags=HyundaiFlags.CLUSTER_GEARS,
|
||||
)
|
||||
HYUNDAI_KONA_EV = HyundaiPlatformConfig(
|
||||
|
||||
Reference in New Issue
Block a user