Package frc.robot.commands
Class Vomit
java.lang.Object
edu.wpi.first.wpilibj2.command.CommandBase
frc.robot.commands.Vomit
- All Implemented Interfaces:
edu.wpi.first.wpilibj.Sendable,edu.wpi.first.wpilibj2.command.Command
public class Vomit
extends edu.wpi.first.wpilibj2.command.CommandBase
Spins the flywheel, helix, and intake motors all backwards in order to expel power cells.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Vomit() -
Method Summary
Modifier and Type Method Description voidend(boolean interrupted)voidinitialize()Methods inherited from class edu.wpi.first.wpilibj2.command.CommandBase
addRequirements, getName, getRequirements, getSubsystem, initSendable, setName, setSubsystem, withNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Vomit
public Vomit()
-
-
Method Details
-
initialize
public void initialize() -
end
public void end(boolean interrupted)
-