We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1fe06 commit 5771cdeCopy full SHA for 5771cde
selfdrive/car/mazda/carcontroller.py
@@ -28,7 +28,7 @@ def update(self, c, CS, frame):
28
self.steer_rate_limited = new_steer != apply_steer
29
30
if c.enabled:
31
- if c.cruiseControl.resume:
+ if c.cruiseControl.resume and frame % 5 == 0:
32
# Mazda Stop and Go requires a RES button (or gas) press if the car stops more than 3 seconds
33
# Send Resume button at when planner wants car to move
34
can_sends.append(mazdacan.create_button_cmd(self.packer, self.CP.carFingerprint, CS.crz_btns_counter, Buttons.RESUME))
0 commit comments