diff --git a/docs/CARS.md b/docs/CARS.md index 02dfdedba1..d41a112468 100644 --- a/docs/CARS.md +++ b/docs/CARS.md @@ -184,7 +184,7 @@ How We Rate The Cars |Honda|Odyssey 2018-20|Honda Sensing|||||| |Honda|Passport 2019-21|All|||||| |Honda|Pilot 2016-21|Honda Sensing|||||| -|Honda|Ridgeline 2017-21|Honda Sensing|||||| +|Honda|Ridgeline 2017-22|Honda Sensing|||||| |Hyundai|Elantra 2017-19|SCC + LKAS|||||| |Hyundai|Genesis 2015-16|SCC + LKAS|||||| |Hyundai|Ioniq Electric 2019|SCC + LKAS|||||| diff --git a/selfdrive/car/honda/values.py b/selfdrive/car/honda/values.py index fa369d1c9a..64c7dd8420 100644 --- a/selfdrive/car/honda/values.py +++ b/selfdrive/car/honda/values.py @@ -130,7 +130,7 @@ CAR_INFO: Dict[str, Union[HondaCarInfo, List[HondaCarInfo]]] = { CAR.ACURA_RDX_3G: HondaCarInfo("Acura RDX 2019-21", "All", min_steer_speed=3. * CV.MPH_TO_MS), CAR.PILOT: HondaCarInfo("Honda Pilot 2016-21"), CAR.PASSPORT: HondaCarInfo("Honda Passport 2019-21", "All"), - CAR.RIDGELINE: HondaCarInfo("Honda Ridgeline 2017-21"), + CAR.RIDGELINE: HondaCarInfo("Honda Ridgeline 2017-22"), CAR.INSIGHT: HondaCarInfo("Honda Insight 2019-21", "All", min_steer_speed=3. * CV.MPH_TO_MS), CAR.HONDA_E: HondaCarInfo("Honda e 2020", "All", min_steer_speed=3. * CV.MPH_TO_MS), }