wip
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user