public class IterativeRobot extends IterativeRobotBase
The IterativeRobot class is intended to be subclassed by a user creating a robot program.
periodic() functions from the base class are called each time a new packet is received from the driver station.
m_ds, MAIN_THREAD_ID, ROBOT_TASK_PRIORITY
Constructor and Description |
---|
IterativeRobot() |
Modifier and Type | Method and Description |
---|---|
void |
startCompetition()
Provide an alternate "main loop" via startCompetition().
|
autonomousInit, autonomousPeriodic, disabledInit, disabledPeriodic, loopFunc, robotInit, robotPeriodic, teleopInit, teleopPeriodic, testInit, testPeriodic
free, getBooleanProperty, initializeHardwareConfiguration, isAutonomous, isDisabled, isEnabled, isNewDataAvailable, isOperatorControl, isReal, isSimulation, isTest, main
public IterativeRobot()
public void startCompetition()
startCompetition
in class IterativeRobotBase