Juice won.
TeamCode/
βββ src/main/java/org/firstinspires/ftc/teamcode/
β βββ Robot.java # Main robot class
β βββ auton/ # Autonomous mode opmodes
β βββ commands/ # Command patterns for robot actions
β βββ roadrunner/ # Path planning and motion control
β βββ subsystems/ # Robot subsystems (lift, arm, claw, etc.)
β βββ teleop/ # Teleop mode opmodes
β βββ util/ # Utility classes and helpers
- FTC SDK
- Road Runner (for advanced path planning)
- FTCLib (for additional utilities)
This project is licensed under the MIT License - see the LICENSE file for details.