Class WristIntakeRelease

java.lang.Object
edu.wpi.first.wpilibj2.command.Command
frc.robot.commands.wrist.WristIntakeRelease
All Implemented Interfaces:
Sendable

public class WristIntakeRelease extends Command
Command to raise the Drop Down Intake to the top position
  • Constructor Details

    • WristIntakeRelease

      public WristIntakeRelease(WristIntake intake)
      Command to lower the Drop Down Intake to the bottom position
      Parameters:
      intake - Drop Down Intake
  • Method Details

    • initialize

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

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