Package frc.alotobots
Class AutoNamedCommands
java.lang.Object
frc.alotobots.AutoNamedCommands
Registers and manages named commands for autonomous routines.
-
Constructor Summary
ConstructorsConstructorDescriptionAutoNamedCommands
(ElevatorSubsystem elevatorSubsystem, WristSubsystem wristSubsystem, CoralIntakeSubsystem coralIntakeSubsystem, SwerveDriveSubsystem swerveDriveSubsystem) Constructs command registration manager with required subsystems. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Registers all available autonomous commands with PathPlanner.
-
Constructor Details
-
AutoNamedCommands
public AutoNamedCommands(ElevatorSubsystem elevatorSubsystem, WristSubsystem wristSubsystem, CoralIntakeSubsystem coralIntakeSubsystem, SwerveDriveSubsystem swerveDriveSubsystem) Constructs command registration manager with required subsystems.
-
-
Method Details
-
registerCommands
public void registerCommands()Registers all available autonomous commands with PathPlanner.
-