Update Follower.java

This commit is contained in:
junkjunk123
2024-12-06 09:20:27 -08:00
committed by GitHub
parent 8a55b00c42
commit 7471de24d2

View File

@ -1019,7 +1019,7 @@ public class Follower {
/**
* This resets the IMU, if applicable.
*/
public void resetIMU() {
private void resetIMU() throws InterruptedException {
poseUpdater.resetIMU();
}
}