Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.78 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.78 KB

Kirby_Bot_2024

A cute pink circular turret bot, competing at CalGames 2024.

Code structure

Since we're using AdvantageKit, we follow the IO-layer-based, command-based, project structure similar to MechanicalAdvantage.

The dependencies we use are (besides WPILIB):

Other than the typical FRC code structure scaffold, we also have GitHub Actions and some scripts to help with deployment.

Style guide

We use Spotless for formatting (run ./gradlew spotlessApply) and follow conventional commits.