Skip to main content

Post-Install Checklist

After installing WPILib and the FRC Game Tools, verify that your environment works correctly.

Environment Tests

TestHow to PerformPass Criteria
WPILib VS Code opensLaunch “WPILib VS Code YYYY”Opens without errors
Create example projectFile → New Project → ExampleBuilds successfully
Build robot codeCtrl + Shift + P → Build Robot CodeShows “BUILD SUCCESSFUL”
Deploy to RoboRIOConnect USB → Deploy Robot CodeDriver Station shows green status
Driver Station connectsOpen DS → Team 5847“Comms” and “Robot Code” lights green

Optional Ironclad Repo Test

git clone https://github.com/Ironclad5847/Ironclad-2025.git
cd Ironclad-2025
./gradlew build

You should see:

BUILD SUCCESSFUL in Xs

Quick Fixes

SymptomLikely CauseFix
Build fails immediatelyMissing JDKRe-install WPILib (Everything)
RoboRIO not foundFirewall or driver issueDisable firewall or reinstall NI Tools
Code deploys but won’t runWrong team numberCheck team = 5847 in build.gradle
Shuffleboard emptynetwork-tables mismatchEnsure DS and robot on same network