Skip to content

Code for FTC team 8812 (Cyber Raptors) for the 2024-2025 FTC season

License

Notifications You must be signed in to change notification settings

CyberRaptors/IntoTheDeep

Repository files navigation

CyberRaptors - PostCenterStage

Code for the 2024-2025 FTC season robot (Team 8812 - CyberRaptors).

Team Conventions

TODO: fix/normalize conventions

Naming

Syntactic

Organization

  • 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

About

Code for FTC team 8812 (Cyber Raptors) for the 2024-2025 FTC season

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published