Skip to content

Commit

Permalink
[Robot] Unfortunately needed to make the patch work
Browse files Browse the repository at this point in the history
  • Loading branch information
mvog2501 committed Jan 3, 2024
1 parent bfe9d2f commit a82d565
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ public SwerveModulePosition getPosition(boolean refresh) {
return pos;
}

@Override
public SwerveModuleState getCurrentState() {
return getTargetState();
}

/**
* Updates the simulated version of the module.
* <p>
Expand Down

0 comments on commit a82d565

Please sign in to comment.