An open API service indexing awesome lists of open source software.

https://github.com/inspirerobotics/frc-2020

Code for the 2020 FRC Season
https://github.com/inspirerobotics/frc-2020

frc frc-java java wpilib wpilibj

Last synced: 3 months ago
JSON representation

Code for the 2020 FRC Season

Awesome Lists containing this project

README

        

# 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 [[email protected]](mailto:[email protected])