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
- Host: GitHub
- URL: https://github.com/inspirerobotics/frc-2020
- Owner: InspireRobotics
- License: mit
- Created: 2020-01-03T18:50:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T12:11:20.000Z (about 5 years ago)
- Last Synced: 2025-01-12T20:29:38.954Z (4 months ago)
- Topics: frc, frc-java, java, wpilib, wpilibj
- Language: Java
- Homepage: https://docs.google.com/document/d/1EwWlHoqity4jZzLATj-yb7YVamkq0P1CD733szkh2n8/edit?usp=sharing
- Size: 429 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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])