Skip to content

TechnoTitans/TitanWare2024

Repository files navigation

TitanWare2024

FRC 1683's primary code repository for Crescendo 2024.

CI

Structure

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)

Always Keep Cooking...

  1. Fix auto!!!
  2. Re-fix auto!!
  3. Break auto...
  4. Fix auto again!
  5. Repeat

Releases

No releases published

Packages

No packages published

Languages