Removed requirement for odometry to be called in the subsystem.

This commit is contained in:
thenetworkgrinch
2023-08-29 21:03:58 -05:00
parent 12f6e0ed38
commit 14f66bb679
120 changed files with 353 additions and 1826 deletions

View File

@@ -269,11 +269,13 @@ public class SparkMaxSwerve extends SwerveMotor
* Save the configurations from flash to EEPROM.
*/
@Override
public void burnFlash()
public void burnFlash()
{
try {
try
{
Thread.sleep(200);
} catch (Exception e) {
} catch (Exception e)
{
}
motor.burnFlash();
}