Package com.pathplanner.lib.util
Class PPLibTesting
java.lang.Object
com.pathplanner.lib.util.PPLibTesting
Utility class for testing code that uses Pathplanner lib
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidResets all static state to the values set at class initialization time.
-
Method Details
-
resetForTesting
public static void resetForTesting()Resets all static state to the values set at class initialization time.This method should not be called during a competition. It makes a best-effort attempt to reset the state, and may not update all static state.
-