mirror of
https://github.com/ajouatom/openpilot.git
synced 2026-02-18 13:03:55 +08:00
Fix carrot_speed
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user