Updating steerRatio for 4th gen Hyundai Tucson (2022+) (#31877)

Update values.py
old-commit-hash: 93c06eaf43
pull/32199/head
ishfaaq 1 year ago committed by GitHub
parent 470620189e
commit bf4ff54d76
  1. 2
      selfdrive/car/hyundai/values.py

@ -356,7 +356,7 @@ class CAR(Platforms):
HyundaiCarDocs("Hyundai Tucson 2023", "All", car_parts=CarParts.common([CarHarness.hyundai_n])), HyundaiCarDocs("Hyundai Tucson 2023", "All", car_parts=CarParts.common([CarHarness.hyundai_n])),
HyundaiCarDocs("Hyundai Tucson Hybrid 2022-24", "All", car_parts=CarParts.common([CarHarness.hyundai_n])), HyundaiCarDocs("Hyundai Tucson Hybrid 2022-24", "All", car_parts=CarParts.common([CarHarness.hyundai_n])),
], ],
CarSpecs(mass=1630, wheelbase=2.756, steerRatio=16, tireStiffnessFactor=0.385), CarSpecs(mass=1630, wheelbase=2.756, steerRatio=13.7, tireStiffnessFactor=0.385),
) )
SANTA_CRUZ_1ST_GEN = HyundaiCanFDPlatformConfig( SANTA_CRUZ_1ST_GEN = HyundaiCanFDPlatformConfig(
"HYUNDAI SANTA CRUZ 1ST GEN", "HYUNDAI SANTA CRUZ 1ST GEN",

Loading…
Cancel
Save