Package frc.alotobots
Class AutoNamedCommands
java.lang.Object
frc.alotobots.AutoNamedCommands
Utility class for registering named commands with PathPlanner's autonomous functionality. This
class manages a collection of commands that can be referenced by name in PathPlanner autonomous
routines.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Registers all predefined commands with PathPlanner's NamedCommands system.
-
Constructor Details
-
AutoNamedCommands
public AutoNamedCommands()
-
-
Method Details
-
setupNamedCommands
public static void setupNamedCommands()Registers all predefined commands with PathPlanner's NamedCommands system. This method should be called during swerve initialization to ensure all commands are available for autonomous routines.
-