Update TwoWheelPinpointIMULocalizer.java

This commit is contained in:
Havish Sripada
2024-12-19 12:52:26 -08:00
committed by GitHub
parent 38856c90dc
commit db79dc38dc

View File

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