v3.0.0-beta-2
- Updated to WPILib 2024.1.1-beta-3
- Added method overloads for logging int32 data (including AutoLog support)
- Fixed crash when logging folder doesn't exist (#50)
- Added
LoggedDashboardChooser
constructor to copy from an existingSendableChooser
(improves compatibility with PathPlanner'sAutoBuilder
API) - Fixed motor inversions for TalonFX module implementation in swerve template project
- Renamed TalonFX module gear ratio constants in swerve template project
- Switched swerve module sim implementations to
DCMotorSim
instead ofFlywheelSim
- When deterministic timestamps are disabled, switched to using the logged timestamp in replay instead of the real timestamp
Based on WPILib 2024.1.1-beta-3