Skip to content

Commit e23b37d

Browse files
committed
0.1 should be pretty safe
1 parent e7dc396 commit e23b37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/controls/controlsd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ def publish_logs(self, CS, start_time, CC, lac_log):
647647
if self.joystick_mode and self.sm.rcv_frame['testJoystick'] > 0 and self.sm['testJoystick'].buttons[0]:
648648
CC.cruiseControl.cancel = True
649649
if len(speeds := self.sm['longitudinalPlan'].speeds):
650-
CC.cruiseControl.resume = self.enabled and CS.cruiseState.standstill and speeds[-1] > 0.2
650+
CC.cruiseControl.resume = self.enabled and CS.cruiseState.standstill and speeds[-1] > 0.1
651651

652652
hudControl = CC.hudControl
653653
hudControl.setSpeed = float(self.v_cruise_kph * CV.KPH_TO_MS)

0 commit comments

Comments
 (0)