Code for robot for the FIRST Power Up season. Built with Gradle because we're cool now.
NOTE: Instructions are IDE independent for the most part
idea
or eclipse
,
respectively.Gradle tasks can all be run at the root of the project simply by using the name of the task as an argument to the command
> gradlew
(Windows)$ ./gradlew
(Linux/macOS):robot
- The robot subproject, containing all the code meant to be
deployed to the roboRIO. Found in the /robot/
subfolder.:shuffleboard
- Custom Shuffleboard widgets subproject.
Found in the /shuffleboard/
subfolder.:vision
- Vision processing subproject, containing code to process
vision on a coprocessor, specifically a Raspberry Pi. Found in the
/vision/
subfolder.:auton-app
- Auton configuration application subproject,
containing code to generate autons with a GUI. Found in the
/auton-app/
subfolder.