A simple and modern dashboard for FRC.
Download files can be found here, the supported platforms are Windows, MacOS, Linux, and Web.
Try it in your browser! https://gold872.github.io/elastic_dashboard/
Elastic is a simple and modern FRC dashboard made by Nadav from FRC Team 353. It is meant to be used behind the glass as a competition driver dashboard, but it can also be used for testing. Some unique features include:
- Customizable color scheme with over 20 variants
- Subscription sharing to reduce bandwidth consumption
- Optimized camera streams which automatically deactivate when not in use
- Automatic height resizing to the FRC Driver Station
View the online documentation here
Elastic requires Flutter and platform-specific dependencies to run. See the Flutter documentation for installation instructions.
Once Flutter is installed, download the package dependencies by running the command:
flutter pub getFor debug testing, build and run the app by running the command:
flutter run -d <PLATFORM>For a release build, run the command:
flutter build <PLATFORM>- The output executable will be located in:
- Windows:
<PROJECT DIR>/build/windows/x64/runner/Release - MacOS:
<PROJECT DIR>/build/macos/Build/Products/Release - Linux:
<PROJECT DIR>/build/linux/x64/release/bundle - Web:
<PROJECT DIR>/build/web
- Windows:
This dashboard wouldn't have been made without the help and inspiration from the following people
- Michael Jansen from Team 3015
- Jonah from Team 6328
- Oh yes 10 FPS from Team 3173
- Jason and Peter from WPILib
- All mentors and advisors of Team 353, the POBots

