Update values.py
This commit is contained in:
parent
76acb7a640
commit
f032cfbcaf
|
@ -164,8 +164,8 @@ class CAR(Platforms):
|
|||
[FordCarDocs("Ford Ranger 2024", "Adaptive Cruise Control with Lane Centering")],
|
||||
CarSpecs(mass=2000, wheelbase=3.27, steerRatio=17.0),
|
||||
)
|
||||
Lincoln_MKX = FordPlatformConfig(
|
||||
[FordCarDocs("Lincoln 2018-23", "Adaptive Cruise Control with Lane Centering"),
|
||||
Lincoln_nautilus = FordPlatformConfig(
|
||||
[FordCarDocs("Lincoln nautilus 2018-23", "Adaptive Cruise Control with Lane Centering"),
|
||||
CarSpecs(mass=2050, wheelbase=3.025, steerRatio=17.8),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue