pull/31607/head
Shane Smiskol 2 years ago
parent 1fa4040033
commit 2966605b5a
  1. 4
      selfdrive/car/toyota/values.py

@ -103,7 +103,7 @@ class CAR(Platforms):
ToyotaCarInfo("Toyota Avalon Hybrid 2019-21"),
],
dbc_dict('toyota_nodsu_pt_generated', 'toyota_adas'),
specs=CarSpecs(mass=0000. * CV.LB_TO_KG, wheelbase=0, steerRatio=0, tireStiffnessFactor=0.444),
specs=AVALON.specs,
)
AVALON_TSS2 = ToyotaTSS2PlatformConfig(
"TOYOTA AVALON 2022", # TSS 2.5
@ -111,7 +111,7 @@ class CAR(Platforms):
ToyotaCarInfo("Toyota Avalon 2022"),
ToyotaCarInfo("Toyota Avalon Hybrid 2022"),
],
specs=CarSpecs(mass=0000. * CV.LB_TO_KG, wheelbase=0, steerRatio=0, tireStiffnessFactor=0.444),
specs=AVALON.specs,
)
CAMRY = PlatformConfig(
"TOYOTA CAMRY 2018",

Loading…
Cancel
Save