From 9dc2951e075ca4e7ad885dc9b57cbe2e877a4019 Mon Sep 17 00:00:00 2001 From: concordia Date: Mon, 10 Jun 2024 09:41:39 -0500 Subject: [PATCH] wip --- selfdrive/car/hyundai/carcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/hyundai/carcontroller.py b/selfdrive/car/hyundai/carcontroller.py index 23937f9..930da1a 100755 --- a/selfdrive/car/hyundai/carcontroller.py +++ b/selfdrive/car/hyundai/carcontroller.py @@ -143,7 +143,7 @@ class CarController(CarControllerBase): # can_sends.append(hyundaicanfd.create_acc_cancel(self.packer, self.CP, self.CAN, CS.cruise_info)) # print("Debug cancel executed") - if self.CP.openpilotLongitudinalControl or CS.experimentalMode: + if self.CP.openpilotLongitudinalControl: # or CS.experimentalMode: if hda2: can_sends.extend(hyundaicanfd.create_adrv_messages(self.packer, self.CAN, self.frame)) if self.frame % 2 == 0: