Uses of Class
edu.wpi.first.wpilibj.command.Subsystem
Package | Description |
---|---|
edu.wpi.first.wpilibj.command | |
frc.team670.robot.subsystems |
-
Uses of Subsystem in edu.wpi.first.wpilibj.command
Methods in edu.wpi.first.wpilibj.command with parameters of type Subsystem Modifier and Type Method Description boolean
Command. doesRequire(Subsystem system)
Checks if the command requires the givenSubsystem
.Constructors in edu.wpi.first.wpilibj.command with parameters of type Subsystem Constructor Description Command(double timeout, Subsystem subsystem)
Creates a new command with the given timeout and a default name.Command(Subsystem subsystem)
Creates a new command with the given timeout and a default name.Command(java.lang.String name, double timeout, Subsystem subsystem)
Creates a new command with the given name and timeout.Command(java.lang.String name, Subsystem subsystem)
Creates a new command with the given name. -
Uses of Subsystem in frc.team670.robot.subsystems
Subclasses of Subsystem in frc.team670.robot.subsystems Modifier and Type Class Description class
DriveBase
Represents a tank drive base.