Genesis G70 2020: use common specs (#32641)

use non-2020 specs
pull/31315/head
Shane Smiskol 11 months ago committed by GitHub
parent 045b9f20b7
commit ae375091db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/car/hyundai/values.py

@ -515,7 +515,7 @@ class CAR(Platforms):
# TODO: From 3.3T Sport Advanced 2022 & Prestige 2023 Trim, 2.0T is unknown
HyundaiCarDocs("Genesis G70 2022-23", "All", car_parts=CarParts.common([CarHarness.hyundai_l])),
],
CarSpecs(mass=3673 * CV.LB_TO_KG, wheelbase=2.83, steerRatio=12.9),
GENESIS_G70.specs,
flags=HyundaiFlags.MANDO_RADAR,
)
GENESIS_GV70_1ST_GEN = HyundaiCanFDPlatformConfig(

Loading…
Cancel
Save