Uses of Class
edu.wpi.first.wpilibj.RobotBase
Package | Description |
---|---|
edu.wpi.first.wpilibj | |
frc.team670.robot |
-
Uses of RobotBase in edu.wpi.first.wpilibj
Subclasses of RobotBase in edu.wpi.first.wpilibj Modifier and Type Class Description class
IterativeRobotBase
IterativeRobotBase implements a specific type of robot program framework, extending the RobotBase class.class
TimedRobot
TimedRobot implements the IterativeRobotBase robot program framework.Methods in edu.wpi.first.wpilibj with type parameters of type RobotBase Modifier and Type Method Description static <T extends RobotBase>
voidRobotBase. startRobot(java.util.function.Supplier<T> robotSupplier)
Starting point for the applications. -
Uses of RobotBase in frc.team670.robot
Subclasses of RobotBase in frc.team670.robot Modifier and Type Class Description class
Robot
The VM is configured to automatically run this class, and to call the functions corresponding to each mode, as described in the TimedRobot documentation.