Package org.team1126.lib.util.command
Class GRRSubsystem
java.lang.Object
org.team1126.lib.util.command.GRRSubsystem
- All Implemented Interfaces:
edu.wpi.first.wpilibj2.command.Subsystem
- Direct Known Subclasses:
Lights.Sides,Lights.Top,Shooter,Storage,Swerve
public abstract class GRRSubsystem
extends Object
implements edu.wpi.first.wpilibj2.command.Subsystem
A
Subsystem implementation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a command builder that requires this subsystem.commandBuilder(String name) Creates a command builder that requires this subsystem.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface edu.wpi.first.wpilibj2.command.Subsystem
defer, getCurrentCommand, getDefaultCommand, getName, idle, periodic, register, removeDefaultCommand, run, runEnd, runOnce, setDefaultCommand, simulationPeriodic, startEnd, startRun
-
Constructor Details
-
GRRSubsystem
public GRRSubsystem()
-
-
Method Details
-
commandBuilder
Creates a command builder that requires this subsystem. -
commandBuilder
Creates a command builder that requires this subsystem.- Parameters:
name- The name of the command.
-