Fixed NetworkAlerts

This commit is contained in:
thenetworkgrinch
2024-01-17 09:17:39 -06:00
parent f16ca43981
commit 1ca3db242c
19 changed files with 510 additions and 108 deletions

View File

@@ -56,6 +56,7 @@ public abstract class SwerveAbsoluteEncoder
/**
* Get the velocity in degrees/sec.
*
* @return velocity in degrees/sec.
*/
public abstract double getVelocity();