예제 #1
0
파일: NoAngle.java 프로젝트: wtcichon/SDP-8
  public void action() {
    System.out.println("Cannot find angle");
    Launcher.sendCommand(Constants.BACKWARD + 10);
    try {
      Thread.sleep(500);
    } catch (InterruptedException e) {

    }
  }