Releases: FRC5190/FalconLibrary
Releases · FRC5190/FalconLibrary
Inline Units
2020.0.0-5 Fix FalconCTRE#setVoltage bug
CommandScheduler bug fixes
2020.0.0-4 Bump command rewrite jitpack (#35)
Periodic bug fixes
2020.0.0-3 Merge branch 'master' into 2020
Updates to WPI wrappers
2020.0.0-2 Update experimental WPILib
Decouple Rotation2d and Rotation units
2019.6.14 Update README for 2019.6.14 release
New WPILib Commands
2020.0.0-1 Run CommandScheduler
Keigen for Linear Algebra
- Use Keigen library for shape-safe linear algebra
State-space
- EJML-backed shape-safe matrix library
- State space control
Emergency Management
- Add
EmergencyHandleable
, an interface that can help you manage emergencies (such as encoders disconnecting during the match) - Make
TankDriveSubsystem#tankDrive
open for custom implementations - Add
CircularBuffer
to keep rolling averages
Make Jitpack recognize modules
2019.5.12: Make Jitpack recognize modules (#18) * Temporary fix for Jitpack TLS error (thanks nico) * Let's try this * mess around with maven publication * add plugins to all subprojects * Update README.md