Skip to content

frc-5160-the-chargers/FRC2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

214d7c3 · Oct 31, 2024
Oct 31, 2024
Mar 12, 2024
Oct 31, 2024
Jan 8, 2024
Dec 29, 2023
Apr 5, 2024
Dec 29, 2023
Oct 30, 2024
Oct 13, 2024
Oct 31, 2024
Jan 20, 2024
Sep 16, 2024
Dec 29, 2023
Oct 7, 2024
Dec 29, 2023
Dec 29, 2023
Dec 31, 2023
Dec 29, 2023
Oct 20, 2024
Oct 21, 2024

Repository files navigation

FRC 2024

img.png

This is FRC 5160's robot code for the 2024 season.

Some features of our codebase include:

  1. Custom units library with minimal runtime overhead(Kmeasure).
  2. Vendor hardware wrappers for easy swapping of different hardware components and simulation support
  3. Lightweight logging powered by property delegates and DogLog
  4. Swerve with pathplanner support, motion profiling and more
  5. A custom command DSL which combines the best parts of subclassed and inline commands(KCommand)