Class AlignToCoralStation

java.lang.Object
edu.wpi.first.wpilibj2.command.Command
frc.alotobots.reefscape.commands.AlignToCoralStation
All Implemented Interfaces:
Sendable

public class AlignToCoralStation extends Command
Command that aligns the robot to the closest coral station on the specified side.
  • Constructor Details

    • AlignToCoralStation

      public AlignToCoralStation(SwerveDriveSubsystem swerveDriveSubsystem)
      Creates a new AlignToCoralStation command.
      Parameters:
      swerveDriveSubsystem - The swerve drive subsystem
  • Method Details

    • initialize

      public void initialize()
      Overrides:
      initialize in class Command
    • execute

      public void execute()
      Overrides:
      execute in class Command
    • isFinished

      public boolean isFinished()
      Overrides:
      isFinished in class Command
    • end

      public void end(boolean interrupted)
      Overrides:
      end in class Command