Update car docs

This commit is contained in:
Shane Smiskol
2025-08-04 07:05:47 -07:00
parent 22b8df68fb
commit 1589cd64f0

View File

@@ -162,7 +162,7 @@ class CAR(Platforms):
CarSpecs(mass=2948, wheelbase=3.70, steerRatio=16.9),
)
FORD_FOCUS_MK4 = FordPlatformConfig(
[FordCarDocs("Ford Focus 2018", "Adaptive Cruise Control with Lane Centering", footnotes=[Footnote.FOCUS], hybrid=True)], # mHEV only
[FordCarDocs("Ford Focus 2018, 2022", "Adaptive Cruise Control with Lane Centering", footnotes=[Footnote.FOCUS], hybrid=True)], # mHEV only
CarSpecs(mass=1350, wheelbase=2.7, steerRatio=15.0),
)
FORD_MAVERICK_MK1 = FordPlatformConfig(