Update PoseUpdater.java

This commit is contained in:
junkjunk123
2024-12-06 09:18:37 -08:00
committed by GitHub
parent fd5d6b716b
commit 7bc4dbbd34

View File

@ -351,7 +351,7 @@ public class PoseUpdater {
/**
*
*/
public void resetIMU() {
public void resetIMU() throws InterruptedException {
localizer.resetIMU();
}
}