Fix carrot_speed

This commit is contained in:
carrot
2026-01-08 08:04:48 +09:00
committed by GitHub
parent b0eab6e8de
commit d29df3bc7d

View File

@@ -379,6 +379,7 @@ class CarrotMan:
self.v_cruise_last = CS.vCruise
else:
self.v_cruise_change = 0
return
v_cruise_apply = max(min(CS.vCruise, v_ego_kph), 20)
now = time.monotonic()