Exemplo n.º 1
0
  public void teleopInit() {
    threadManager.killAllThreads(); // DO NOT REMOVE!!!

    driveThread = new TankDriveMappingThread(driveBase, driverStation, 10, threadManager);
    driveThread.start();
  }
Exemplo n.º 2
0
 public void disabledInit() {
   threadManager.killAllThreads(); // DO NOT REMOVE!!!
 }
Exemplo n.º 3
0
 public void autonomousInit() {
   threadManager.killAllThreads(); // DO NOT REMOVE!!!
 }