FRC 1683's primary code repository for Crescendo 2024.
src - RobotCode
├── main - Functional code, deployed to the robot
│ ├── deploy - Files/resources deployed to the robot (not main RobotCode)
│ ├── java/frc/robot - Primary RobotCode root
└── test/java - Unit/Integration tests
├── frc/robot - Test classes
└── testutils - Test utilities (if present)
- Fix auto!!!
- Re-fix auto!!
- Break auto...
- Fix auto again!
- Repeat