- WPILib
- Optional: FRC Game Tools
- CTRE Phoenix Framework
- KauaiLabs NavX Library
- Recommended: IntelliJ IDE (run configurations premade)
- Most common tasks can be done in the WPILib Command Palette in VS Code
- To build code:
gradle build
- To deploy to robot:
gradle deploy
- To install ShuffleBoard plugin and theme (
gradle :recharge-plugin:installPlugin :recharge-plugin:installTheme
)- Select the Cooper theme in ShuffleBoard preferences
- To build:
gradle :galactic-search-vision:build
in root directory - Execute
galactic-search-vision/build/image/bin/GalacticSearchVision
src
: Robot codecharacterization
: FRC characterization robot projects and collected dataPathWeaver
: Currently used paths & generated trajectoriesrecharge-plugin
: Our custom Shuffleboard plugingalactic-search-vision
: Our driver station computer vision program for Galactic Search
recharge-vision
module is not in use. We're now using a Limelight instead for power port alignment.