mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-23 14:22:06 +08:00
quick don't look
This commit is contained in:
@@ -129,7 +129,7 @@ class NavigationInstructions:
|
||||
return int(round(speed * CV.KPH_TO_MPH))
|
||||
return 0
|
||||
|
||||
def arrived_at_destination(progress) -> bool:
|
||||
def arrived_at_destination(self, progress) -> bool:
|
||||
if progress['all_maneuvers'][0]['type'] == 'arrive':
|
||||
return True
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user