diff --git a/selfdrive/carrot/carrot_man.py b/selfdrive/carrot/carrot_man.py index 24f4d4f1..50525c1e 100644 --- a/selfdrive/carrot/carrot_man.py +++ b/selfdrive/carrot/carrot_man.py @@ -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()