hahaha it’ll fail the test but that’s a later problem

This commit is contained in:
James Vecellio-Grant
2025-10-27 19:27:37 -07:00
committed by GitHub
parent 3157054100
commit c68ea82a5d
+1 -1
View File
@@ -27,7 +27,7 @@ def build_navigation_events(sm) -> list:
def _build_banner_message(nav_msg):
m = nav_msg.allManeuvers[0]
m = nav_msg.allManeuvers[1]
banner = m.instruction
dist = f'{int(m.distance)}m'