Auto-Start & Kiosk Mode¶
Run OpenFlight as a systemd service so it comes up on boot, and drive the display in fullscreen kiosk mode.
Auto-start on boot¶
The setup script installs and enables a systemd service configured for your username and install path.
Manual steps and service management
# Install (adjust User= and paths in the file if your username isn't the default)
sudo cp ~/openflight/scripts/setup/openflight.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable openflight
sudo systemctl start openflight
Kiosk mode (fullscreen, recommended)¶
./scripts/start-kiosk.sh # Default: rolling buffer + sound trigger
./scripts/start-kiosk.sh --mock # Mock mode (no hardware needed)
Use the IWR6843 Operator Guide or Legacy K-LD7 Setup for angle-radar startup commands.
Manual start¶
Then open http://localhost:8080.