This repository stores the code for 2020 FRC season.
The code for the robot is located in the src/main/java/frc/robot folder.
The code for the dashboard plugin is in the dash/src/main/java/robot/dash folder.
To deploy the code to the robot run the following command:
gradlew deployRoboRio
To build/install the dashboard plugin/themes:
gradlew dash:installPlugin
To format the code run the following command:
gradlew spotlessApply
Email us at inspirerobotics4283@gmail.com