Package frc.robot.indexerTower
Class IndexerTowerStates
java.lang.Object
frc.robot.indexerTower.IndexerTowerStates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidindexMax()protected static Commandstatic voidneutral()static voidstatic 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
-
IndexerTowerStates
public IndexerTowerStates()
-
-
Method Details
-
setupDefaultCommand
public static void setupDefaultCommand() -
neutral
public static void neutral() -
indexMax
public static void indexMax() -
slowIndex
public static void slowIndex() -
quickReverseThenIndex
public static void quickReverseThenIndex() -
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
-