Skip to content

3061 Lib v2024.1.0

Compare
Choose a tag to compare
@gcschmit gcschmit released this 26 Jan 14:27
· 5 commits to main since this release
9c6c09b

This is a minor release for the 2024 Crescendo season.

We are now moving to the frc-software-2024 repository, which is also publicly accessible. The intention is that 3061-lib contains features that may be relevant to any FRC game, while frc-software-2024 will contain features specific to Crescendo. It we find significant issues, we will fix them in both repositories.

The changes since the v2024.0.0 release are categorized by topic in rough order of significance.

Drivetrain Subsystem

  • add support for driving while facing a specified angle via the TeleopSwerve command class
  • tune VelocityTorqueCurrentFOC control for swerve drive motors

Autonomous

  • add sample Choreo path integrated with PathPlanner

LED Subsystem

  • add controller-independent LED singleton with support for controlling LEDs from the roboRIO or CANdle

What's Changed

New Contributors

Full Changelog: v2024.0.0...v2024.1.0