Skip to content

Repository files navigation

FRC 2020 (Infinite Recharge) 4283 Code

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.

How to run:

To deploy the code to the robot run the following command:

gradlew deployRoboRio

To build/install the dashboard plugin/themes:

gradlew dash:installPlugin

Code Format

To format the code run the following command:

gradlew spotlessApply 

Questions:

Email us at inspirerobotics4283@gmail.com