Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
Update TwoWheelPinpointIMULocalizer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
junkjunk123 authored Dec 19, 2024
1 parent 38856c9 commit db79dc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public void resetIMU() throws InterruptedException {
/**
* This resets the pinpoint.
*/
private void resetPinpoint() {
private void resetPinpoint() throws InterruptedException{
pinpoint.resetPosAndIMU();

try {
Expand Down

0 comments on commit db79dc3

Please sign in to comment.