Add Tuner X check at construction

This commit is contained in:
thenetworkgrinch
2024-01-18 12:11:22 -06:00
parent 3677d0be86
commit 83f80a91d7

View File

@@ -234,6 +234,8 @@ public class SwerveDrive
}
odometryThread.startPeriodic(SwerveDriveTelemetry.isSimulation ? 0.01 : 0.02);
checkIfTunerXCompatible();
}
/**