This is FRC 5160's robot code for the 2024 season.
Some features of our codebase include:
- Custom units library with minimal runtime overhead(Kmeasure).
- Vendor hardware wrappers for easy swapping of different hardware components and simulation support
- Lightweight logging powered by property delegates and DogLog
- Swerve with pathplanner support, motion profiling and more
- A custom command DSL which combines the best parts of subclassed and inline commands(KCommand)