Package frc.robot.commands
Class HelixShoot
java.lang.Object
edu.wpi.first.wpilibj2.command.CommandBase
frc.robot.commands.HelixShoot
- All Implemented Interfaces:
edu.wpi.first.wpilibj.Sendable,edu.wpi.first.wpilibj2.command.Command
public class HelixShoot
extends edu.wpi.first.wpilibj2.command.CommandBase
Turns the helix when the flywheel is running & up to speed. If this is executed in auto, it must have a timeout.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HelixShoot() -
Method Summary
Modifier and Type Method Description voidexecute()voidinitialize()booleanisFinished()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
-
HelixShoot
public HelixShoot()
-
-
Method Details
-
initialize
public void initialize() -
execute
public void execute() -
isFinished
public boolean isFinished()
-