Subaru: fix forester weight (#31585)

fix weight
old-commit-hash: cdd4d418aaa1516d110e03199f070b3168cb55c6
This commit is contained in:
Justin Newberry
2024-02-25 02:15:16 -05:00
committed by GitHub
parent d11aac152e
commit 53a544b029
+1 -1
View File
@@ -139,7 +139,7 @@ class CAR(Platforms):
FORESTER = SubaruPlatformConfig(
"SUBARU FORESTER 2019",
SubaruCarInfo("Subaru Forester 2019-21", "All"),
specs=CarSpecs(mass=1668, wheelbase=2.67, steerRatio=17),
specs=CarSpecs(mass=1568, wheelbase=2.67, steerRatio=17),
)
FORESTER_HYBRID = SubaruPlatformConfig(
"SUBARU FORESTER HYBRID 2020",