Update TwoWheelPinpointIMULocalizer.java
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user