Update Localizer.java
This commit is contained in:
@ -92,7 +92,7 @@ public abstract class Localizer {
|
||||
/**
|
||||
* This resets the IMU of the localizer, if applicable.
|
||||
*/
|
||||
public abstract void resetIMU();
|
||||
public abstract void resetIMU() throws InterruptedException;
|
||||
|
||||
/**
|
||||
* This is overridden to return the IMU, if there is one.
|
||||
|
Reference in New Issue
Block a user