Update PinpointLocalizer.java

This commit is contained in:
Havish Sripada
2024-12-22 18:53:02 -08:00
committed by GitHub
parent 4d6aafc1dd
commit 75a2e31f57

View File

@ -233,7 +233,7 @@ public class PinpointLocalizer extends Localizer {
/** /**
* This resets the pinpoint. * This resets the pinpoint.
*/ */
private void resetPinpoint() { private void resetPinpoint() throws InterruptedException {
odo.resetPosAndIMU(); odo.resetPosAndIMU();
try { try {