Beispiel #1
0
 /// <summary>
 /// Blocks the thread until the Nao is not moving.
 /// </summary>
 public void WaitForMoveToEnd()
 {
     //Logger.Log(this, "WaitForMove");
     Motion.waitUntilMoveIsFinished();
     //Logger.Log(this, "MoveFinished");
 }