Package frc.alotobots.util
Class PhoenixUtil
java.lang.Object
frc.alotobots.util.PhoenixUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
tryUntilOk
(int maxAttempts, Supplier<com.ctre.phoenix6.StatusCode> command) Attempts to run the command until no error is produced.
-
Constructor Details
-
PhoenixUtil
public PhoenixUtil()
-
-
Method Details
-
tryUntilOk
Attempts to run the command until no error is produced.
-