On a fresh install, if you run tools/replay/replay --demo and then ./selfdrive/ui/ui.py in a different terminal, you will be stuck on this screen (after going through accepting terms).
'
To get past this, you can run a replay with --dcam, wait for openpilot to detect the drivers face and then press the checkmark when it becomes enabled.
Would be good to have a way to disable these checks if the user is running the UI on a PC for development only.
On a fresh install, if you run
tools/replay/replay --demoand then./selfdrive/ui/ui.pyin a different terminal, you will be stuck on this screen (after going through accepting terms).To get past this, you can run a replay with
--dcam, wait for openpilot to detect the drivers face and then press the checkmark when it becomes enabled.Would be good to have a way to disable these checks if the user is running the UI on a PC for development only.