Package org.team1126.robot.commands
Class Routines
java.lang.Object
org.team1126.robot.commands.Routines
The Routines class contains command compositions, such as sequences
or parallel command groups, that require multiple subsystems.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionedu.wpi.first.wpilibj2.command.CommandlightsPreMatch(BooleanSupplier defaultAutoSelected) Displays the pre-match animation.edu.wpi.first.wpilibj2.command.Commandpivot(boolean left) edu.wpi.first.wpilibj2.command.Commandedu.wpi.first.wpilibj2.command.CommandMethod that allows us to go where we would expect to find fuel in the neutral zone.edu.wpi.first.wpilibj2.command.Commandedu.wpi.first.wpilibj2.command.Command
-
Constructor Details
-
Routines
-
-
Method Details
-
shootFuel
public edu.wpi.first.wpilibj2.command.Command shootFuel() -
releaseAll
public edu.wpi.first.wpilibj2.command.Command releaseAll() -
lightsPreMatch
Displays the pre-match animation.- Parameters:
defaultAutoSelected- If the default auto is selected.
-
refuelFromNeutral
public edu.wpi.first.wpilibj2.command.Command refuelFromNeutral()Method that allows us to go where we would expect to find fuel in the neutral zone. -
refuelFromDepot
public edu.wpi.first.wpilibj2.command.Command refuelFromDepot() -
pivot
public edu.wpi.first.wpilibj2.command.Command pivot(boolean left)
-