Public Member Functions | |
void | initialize () |
void | run () |
Static Public Member Functions | |
static void | main (String[] args) |
Implementation of a robot application.
The application provides a RoboticsAPITask#initialize() and a RoboticsAPITask#run() method, which will be called successively in the application lifecycle. The application will terminate automatically after the RoboticsAPITask#run() method has finished or after stopping the task. The RoboticsAPITask#dispose() method will be called, even if an exception is thrown during initialization or run.
It is imperative to call super.dispose()
when overriding the RoboticsAPITask#dispose() method.
Definition at line 37 of file TeachModeTest.java.
|
inline |
Definition at line 43 of file TeachModeTest.java.
|
inlinestatic |
Auto-generated method stub. Do not modify the contents of this method.
Definition at line 90 of file TeachModeTest.java.
|
inline |
Definition at line 50 of file TeachModeTest.java.