Skip to content

huntertsai1/JuiceITDNew

FTC Robot Controller

Juice won.

Project Structure

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

Dependencies

  • FTC SDK
  • Road Runner (for advanced path planning)
  • FTCLib (for additional utilities)

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

12/27/2024

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages