Skip to content

Commit

Permalink
OMG: Clear the command scheduler!
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfrei committed Oct 6, 2024
1 parent 5d91c84 commit 9686995
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ public static double getOpModeRuntime() {
* Reset the scheduler...
*/
public static void resetScheduler() {
commandMap.clear();
requirementMap.clear();
defaultMap.clear();
registered.clear();
Command.clear();
}

Expand Down

0 comments on commit 9686995

Please sign in to comment.