FRC Team 157's robot code for the 2026 REBUILT season of the FIRST Robotics Competition.
- Clone this repository
- Run
./gradlewto download gradle and needed FRC/Vendor libraries - Run
./gradlew downloadAllto download FRC tools - Run
./gradlew tasksto see available options - You're good to go!
- Download and install WPILib 2026, ensuring you select to install VS Code (Note: The WPILib extension on the VS Code Marketplace is unsupported.)
- In
.vscode/settings.json, set the User Setting, java.home, to the correct directory pointing to your JDK 17 directory
- Run
./gradlew deployto deploy to the robot in Terminal (*nix) or Powershell (Windows) - Run
./gradlew buildto build the code. Use the --info flag for more details
Code overview and highlights coming soon!