* HKG: Car Port for Kia Sorento Plug-in Hybrid 2022
* Add torque params
* Typo
* This car has SCC on bus 4, needs radar disable to use openpilot longitudinal :/
* Need to check on bus 4 as well
* Different unit signal
* Unit signal cleanup
* Add test route
* Regenerate car docs
* Different logic
* 2023 should be the same
* Fix 0x1a0 check race condition
* Update RELEASES.md
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
@ -185,6 +185,10 @@ class CarInterface(CarInterfaceBase):
ret.mass=1767.+STD_CARGO_KG# SX Prestige trim support only
ret.mass=1767.+STD_CARGO_KG# SX Prestige trim support only
ret.wheelbase=2.756
ret.wheelbase=2.756
ret.steerRatio=13.6
ret.steerRatio=13.6
elifcandidate==CAR.KIA_SORENTO_PHEV_4TH_GEN:
ret.mass=4095.8*CV.LB_TO_KG+STD_CARGO_KG# weight from EX and above trims, average of FWD and AWD versions (EX, X-Line EX AWD, SX, SX Pestige, X-Line SX Prestige AWD)
ret.wheelbase=2.81
ret.steerRatio=13.27# steering ratio according to Kia News https://www.kiamedia.com/us/en/models/sorento-phev/2022/specifications
# The camera does SCC on these cars, rather than the radar
# The camera does SCC on these cars, rather than the radar
CAMERA_SCC_CAR={CAR.KONA_EV_2022,}
CAMERA_SCC_CAR={CAR.KONA_EV_2022,}
HYBRID_CAR={CAR.IONIQ_PHEV,CAR.ELANTRA_HEV_2021,CAR.KIA_NIRO_PHEV,CAR.KIA_NIRO_HEV_2021,CAR.SONATA_HYBRID,CAR.KONA_HEV,CAR.IONIQ,CAR.IONIQ_HEV_2022,CAR.SANTA_FE_HEV_2022,CAR.SANTA_FE_PHEV_2022,CAR.IONIQ_PHEV_2019,CAR.TUCSON_HYBRID_4TH_GEN,CAR.KIA_SPORTAGE_HYBRID_5TH_GEN}# these cars use a different gas signal
HYBRID_CAR={CAR.IONIQ_PHEV,CAR.ELANTRA_HEV_2021,CAR.KIA_NIRO_PHEV,CAR.KIA_NIRO_HEV_2021,CAR.SONATA_HYBRID,CAR.KONA_HEV,CAR.IONIQ,CAR.IONIQ_HEV_2022,CAR.SANTA_FE_HEV_2022,CAR.SANTA_FE_PHEV_2022,CAR.IONIQ_PHEV_2019,CAR.TUCSON_HYBRID_4TH_GEN,CAR.KIA_SPORTAGE_HYBRID_5TH_GEN,CAR.KIA_SORENTO_PHEV_4TH_GEN}# these cars use a different gas signal