Update TwoWheelPinpointIMULocalizer.java
This commit is contained in:
@ -308,7 +308,7 @@ public class TwoWheelPinpointIMULocalizer extends Localizer {
|
||||
/**
|
||||
* This resets the pinpoint.
|
||||
*/
|
||||
private void resetPinpoint() {
|
||||
private void resetPinpoint() throws InterruptedException{
|
||||
pinpoint.resetPosAndIMU();
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user