Skip to content

Commit a335f38

Browse files
committed
mici ui: remove start car message, enforce ui started
1 parent ed9b3f1 commit a335f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/clip/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def clip(route: Route, output: str, start: int, end: int, headless: bool = True,
341341
render_overlays(gui_app, font, big, metadata, title, start, frame_idx, show_metadata, show_time)
342342
if road_view_ready:
343343
gui_app.begin_recording()
344-
if road_view.frame is not None:
344+
if road_view.frame is not None and ui_state.started:
345345
road_view_ready = True
346346
frame_idx += 1
347347
pbar.update(1)

0 commit comments

Comments
 (0)