Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 638 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 638 Bytes

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