From dca3ae3eba41c17f0da7203a0e028e325ed3acaa Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Mon, 22 Apr 2024 03:38:28 -0400 Subject: [PATCH] init --- panda | 2 +- selfdrive/car/hyundai/interface.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/panda b/panda index 15e2690219..9d145278c9 160000 --- a/panda +++ b/panda @@ -1 +1 @@ -Subproject commit 15e26902195a5ae0266677f1082ecd5921b910e2 +Subproject commit 9d145278c9764b21d8b112a76eb72a4e816eacf1 diff --git a/selfdrive/car/hyundai/interface.py b/selfdrive/car/hyundai/interface.py index 1191813fe5..182ea363dc 100644 --- a/selfdrive/car/hyundai/interface.py +++ b/selfdrive/car/hyundai/interface.py @@ -90,7 +90,7 @@ class CarInterface(CarInterfaceBase): else: ret.longitudinalTuning.kpV = [0.5] ret.longitudinalTuning.kiV = [0.0] - ret.experimentalLongitudinalAvailable = candidate not in (UNSUPPORTED_LONGITUDINAL_CAR | CAMERA_SCC_CAR | CAN_CANFD_CAR) + ret.experimentalLongitudinalAvailable = candidate not in (UNSUPPORTED_LONGITUDINAL_CAR | CAMERA_SCC_CAR) ret.openpilotLongitudinalControl = experimental_long and ret.experimentalLongitudinalAvailable ret.pcmCruise = not ret.openpilotLongitudinalControl