Dashboard Best Practices
Keep match-critical data front and center
Battery, drivetrain status, and any autonomous mode indicators should be visible without scrolling.Use consistent tab naming
Example: “Drive”, “Manipulator”, “Vision”, “Autonomous”.Avoid overloading your network
Limit high-frequency updates to essential telemetry.Use color and formatting
Red = warnings, Green = good state, Yellow = transitional states.Version your layouts
Store.jsondashboard layouts in version control (/dashboardsfolder in your repo).Include operator input visualization
Add joystick values or button states to help debug driver control issues.