Ejemplo n.º 1
0
 private void warmUp()
 {
     try
     {
         // Move robot to starting position at table corner
         showMessage("Resetting motors...");
         robot.MoveMotorsToZero();
     }
     catch (Exception) { }
 }