Package frc.robot.intakeExtension
Class IntakeExtensionStates
java.lang.Object
frc.robot.intakeExtension.IntakeExtensionStates
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Commandstatic Commandstatic voidstatic Commandstatic voidstatic voidstatic Commandprotected static Commandstatic Commandstatic voidneutral()static Commandstatic Commandstatic voidscheduleIfNotRunning(Command command) Schedules a command for the intake extension subsystem only if it's not already the running commandstatic voidstatic voidstatic Command
-
Field Details
-
fullOut
-
home
-
-
Constructor Details
-
IntakeExtensionStates
public IntakeExtensionStates()
-
-
Method Details
-
setupDefaultCommand
public static void setupDefaultCommand() -
operatorResetIntakeExtension
-
fullExtend
public static void fullExtend() -
fullRetract
public static void fullRetract() -
fullExtendConditional
public static void fullExtendConditional() -
slowIntakeClose
public static void slowIntakeClose() -
fullExtendCommand
-
fullRetractCommand
-
slowIntakeCloseCommand
-
positiveVoltageOut
-
negativeVoltageOut
-
coastMode
-
brakeMode
-
neutral
public static void neutral() -
log
-
scheduleIfNotRunning
Schedules a command for the intake extension subsystem only if it's not already the running command- Parameters:
command- the command to schedule
-