Exemplo n.º 1
0
 static {
   TestableRobotState.beginTeleopMode(); // must be done before anything else ...
 }
Exemplo n.º 2
0
 public MockRobot beginTestMode() {
   TestableRobotState.beginTestMode();
   return this;
 }
Exemplo n.º 3
0
 public MockRobot disableRobot() {
   TestableRobotState.disableRobot();
   return this;
 }
Exemplo n.º 4
0
 public MockRobot beginAutonomousMode() {
   TestableRobotState.beginAutonomousMode();
   return this;
 }
Exemplo n.º 5
0
 public MockRobot enableRobot() {
   TestableRobotState.enableRobot();
   return this;
 }