camera names that make sense (#38585)

This commit is contained in:
Adeeb Shihadeh
2026-08-08 09:44:21 -07:00
committed by GitHub
parent 9738db0e39
commit fedea9fe8d
92 changed files with 502 additions and 496 deletions
@@ -321,7 +321,7 @@ def build_mici_script(pm: PubMaster, main_layout, script: Script) -> None:
lambda: swipe_left(width * 2), click, # first page, click next
lambda: swipe_left(width * 2), swipe_down # second page, go back (TODO: make driver cam preview work)
),
None, # TODO: preview driver camera; enabling this causes MultiplePublishersError later in onroad alert tests
None, # TODO: preview cabin camera; enabling this causes MultiplePublishersError later in onroad alert tests
lambda: explore_setting(swipe_left), # terms & conditions (swipe to view QR code)
lambda: explore_setting(lambda: swipe_up(height * 3), lambda: swipe_down(height * 3)), # regulatory info
lambda: run_actions(click, lambda: swipe_left(width)), # reset calibration confirm (goes back automatically)