Package frc.robot.launcher
Class LauncherStates
java.lang.Object
frc.robot.launcher.LauncherStates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic Commandstatic Triggerstatic voidstatic voidstatic voidstatic voidstatic voididlePrep()static Commandprotected static Commandstatic voidneutral()static voidscheduleIfNotRunning(Command command) Schedules a command for the launcher subsystem only if it's not already the running commandstatic voidstatic void
-
Constructor Details
-
LauncherStates
public LauncherStates()
-
-
Method Details
-
setupDefaultCommand
public static void setupDefaultCommand() -
aimingAtTarget
-
neutral
public static void neutral() -
coastMode
public static void coastMode() -
ensureBrakeMode
public static void ensureBrakeMode() -
slowLaunch
public static void slowLaunch() -
aimAtTarget
public static void aimAtTarget() -
autonAimAtTarget
public static void autonAimAtTarget() -
customLaunchSpeed
public static void customLaunchSpeed() -
idlePrep
public static void idlePrep() -
launchFuel
-
aimAtTargetCommand
-
log
-
scheduleIfNotRunning
Schedules a command for the launcher subsystem only if it's not already the running command- Parameters:
command- the command to schedule
-