Package frc.robot.commands.wrist
Class WristIntakeRelease
java.lang.Object
edu.wpi.first.wpilibj2.command.Command
frc.robot.commands.wrist.WristIntakeRelease
- All Implemented Interfaces:
Sendable
Command to raise the Drop Down Intake to the top position
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.wpi.first.wpilibj2.command.Command
Command.InterruptionBehavior -
Field Summary
Fields inherited from class edu.wpi.first.wpilibj2.command.Command
m_requirements -
Constructor Summary
ConstructorsConstructorDescriptionWristIntakeRelease(WristIntake intake) Command to lower the Drop Down Intake to the bottom position -
Method Summary
Methods inherited from class edu.wpi.first.wpilibj2.command.Command
addRequirements, alongWith, andThen, andThen, asProxy, beforeStarting, beforeStarting, cancel, deadlineWith, execute, finallyDo, finallyDo, getInterruptionBehavior, getName, getRequirements, getSubsystem, handleInterrupt, hasRequirement, ignoringDisable, initSendable, isFinished, isScheduled, onlyIf, onlyWhile, raceWith, repeatedly, runsWhenDisabled, schedule, setName, setSubsystem, unless, until, withInterruptBehavior, withName, withTimeout
-
Constructor Details
-
WristIntakeRelease
Command to lower the Drop Down Intake to the bottom position- Parameters:
intake- Drop Down Intake
-
-
Method Details
-
initialize
public void initialize()- Overrides:
initializein classCommand
-
end
public void end(boolean interrupted)
-