mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
Subaru: fix forester weight (#31585)
fix weight old-commit-hash: cdd4d418aaa1516d110e03199f070b3168cb55c6
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user