Code for the 2024-2025 FTC season robot (Team 8812 - CyberRaptors).
TODO: fix/normalize conventions
- All team-edited code is located in TeamCode/src/main/java/org/firstinspires/ftc/teamcode/
- Robot configuration code should go in the robot/ directory of the parent dir
- Driver controlled code should go in teleop/
- Autonomous code should go in auton/
- Object detectors should go in auton/detectors/ and should implement the ObjectDetector interface
- Autonomous LinearOpModes should go straight in the auton/ directory