Package frc.robot.indexerBed
Class IndexerBedStates
java.lang.Object
frc.robot.indexerBed.IndexerBedStates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidindexMax()protected static Commandstatic voidneutral()static voidscheduleIfNotRunning(Command command) Schedules a command for the indexer subsystem only if it's not already the running commandstatic voidstatic voidstatic voidunjam()static Command
-
Constructor Details
-
IndexerBedStates
public IndexerBedStates()
-
-
Method Details
-
setupDefaultCommand
public static void setupDefaultCommand() -
neutral
public static void neutral() -
indexMax
public static void indexMax() -
slowIndex
public static void slowIndex() -
unjam
public static void unjam() -
coastMode
public static void coastMode() -
ensureBrakeMode
public static void ensureBrakeMode() -
unjamCommand
-
log
-
scheduleIfNotRunning
Schedules a command for the indexer subsystem only if it's not already the running command- Parameters:
command- the command to schedule
-