Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Edu.wpi.first.wpilibj.command Classes and Interfaces - 12 results found.
NameDescriptionTypePackageFramework
CommandThe Command class is at the very core of the entire command framework.Classedu.wpi.first.wpilibj.commandRoborio
CommandGroupA CommandGroup is a list of commands which are executed in sequence.Classedu.wpi.first.wpilibj.commandRoborio
IllegalUseOfCommandExceptionThis exception will be thrown if a command is used illegally.Classedu.wpi.first.wpilibj.commandRoborio
PIDCommandThis class defines a Command which interacts heavily with a PID loop.Classedu.wpi.first.wpilibj.commandRoborio
PIDSubsystemThis class is designed to handle the case where there is a Subsystem which uses a single PIDController almost constantly (for instance, anClassedu.wpi.first.wpilibj.commandRoborio
PrintCommandA PrintCommand is a command which prints out a string when it is initialized, and then immediately finishes.Classedu.wpi.first.wpilibj.commandRoborio
SchedulerThe Scheduler is a singleton which holds the top-level running commands.Classedu.wpi.first.wpilibj.commandRoborio
StartCommandA StartCommand will call the start() method of another command when it is initialized and will finish immediately.Classedu.wpi.first.wpilibj.commandRoborio
SubsystemThis class defines a major component of the robot.Classedu.wpi.first.wpilibj.commandRoborio
WaitCommandA WaitCommand will wait for a certain amount of time before finishing.Classedu.wpi.first.wpilibj.commandRoborio
WaitForChildrenThis command will only finish if whatever CommandGroup it is in has no active children.Classedu.wpi.first.wpilibj.commandRoborio
WaitUntilCommandWaitUntilCommand - waits until an absolute game time.Classedu.wpi.first.wpilibj.commandRoborio