Robot code for Team Spectrum 3847's 2026 season.
- Java 17
- WPILib 2026
- Git
- Clone the repo:
git clone https://github.com/Spectrum3847/2026-Spectrum.git
- Open the folder in WPILib VS Code.
├── src/
│ └── main/
│ ├── java/
│ │ └── frc/
│ │ ├── robot/ # main robot application code
│ │ │ ├── auton/ # autonomous routines and commands
│ │ │ ├── configs/ # robot config selection/constants
│ │ │ ├── swerve/
│ │ │ ├── vision/
│ │ │ ├── launcher/
│ │ │ └── ... # other subsystems
│ │ ├── spectrumLib/ # shared Spectrum utilities
│ │ └── rebuilt/ # field/targeting helper logic
│ └── deploy/ # files copied to RoboRIO
│ └── pathplanner/
├── vendordeps/ # vendor dependency JSONs
└── build.gradle # GradleRIO project config