oops forgot to push

This commit is contained in:
Jason Wen
2024-08-05 13:43:40 -04:00
parent 251716a67d
commit 5986c6611e
+1 -1
View File
@@ -526,7 +526,7 @@ class CarController(CarControllerBase):
is_ice = not self.CP.flags & (HyundaiFlags.HYBRID | HyundaiFlags.EV)
rate_up = 0.1
rate_down = 0.1
if long_control == LongCtrlState.off or CS.out.standstill:
if long_control == LongCtrlState.off or (long_control == LongCtrlState.stopping and CS.out.standstill):
self.accel_raw, self.accel_val = 0, 0
else:
#self.accel_val = clip(self.accel_raw, self.accel_last - rate_down, self.accel_last + rate_up)