mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-07 01:32:09 +08:00
don't skip
This commit is contained in:
@@ -135,7 +135,7 @@ class CarController(CarControllerBase):
|
||||
if self.frame % 2 == 0:
|
||||
if can_canfd:
|
||||
can_sends.extend(hyundaicanfd.create_acc_commands_can_canfd(self.packer, self.CAN, CC.enabled, accel,
|
||||
int(self.frame / 2), hud_control.leadVisible,
|
||||
self.frame, hud_control.leadVisible,
|
||||
set_speed_in_units, stopping, CC.cruiseControl.override))
|
||||
else:
|
||||
can_sends.append(hyundaicanfd.create_acc_control(self.packer, self.CAN, CC.enabled, self.accel_last, accel, stopping, CC.cruiseControl.override,
|
||||
|
||||
Reference in New Issue
Block a user