diff --git a/selfdrive/car/hyundai/carcontroller.py b/selfdrive/car/hyundai/carcontroller.py index 314d29a407..1f89a5a6a1 100644 --- a/selfdrive/car/hyundai/carcontroller.py +++ b/selfdrive/car/hyundai/carcontroller.py @@ -510,7 +510,7 @@ class CarController(CarControllerBase): if not self.hkg_custom_long_tuning: self.jerk_u = 3.0 if actuators.longControlState == LongCtrlState.pid else 1.0 self.jerk_l = 5.0 - elif self.CP.carFingerprint in CANFD_CAR or self.CP.carFingerprint == CAR.HYUNDAI_KONA_EV_2022: + elif True: #self.CP.carFingerprint in CANFD_CAR or self.CP.carFingerprint == CAR.HYUNDAI_KONA_EV_2022: startingJerk = 0.5 jerkLimit = 5.0 self.jerk_count += DT_CTRL