wip
This commit is contained in:
@@ -134,7 +134,7 @@ class CarController(CarControllerBase):
|
||||
params_memory = Params("/dev/shm/params")
|
||||
if params_memory.get_bool("CPTLkasButtonAction"):
|
||||
# can_sends.extend(hyundaicanfd.create_adrv_messages(self.packer, self.CAN, self.frame))
|
||||
can_sends.append(hyundaicanfd.create_acc_set_speed(self.packer, self.CAN, CS.cruise_info, 50))
|
||||
can_sends.append(hyundaicanfd.create_acc_set_speed(self.packer, self.CP, self.CAN, CS.cruise_info, 50))
|
||||
# can_sends.append(hyundaicanfd.create_acc_cancel(self.packer, self.CP, self.CAN, CS.cruise_info))
|
||||
print("Debug cancel executed")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user