Subaru: fix forester weight (#31585)

fix weight
pull/31586/head
Justin Newberry 2 years ago committed by GitHub
parent e6009d80e9
commit cdd4d418aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/car/subaru/values.py

@ -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",

Loading…
Cancel
Save