Ejemplo n.º 1
0
 private void command_position_timer_Tick(object sender, EventArgs e)
 {
     if (motion_tracking_controller.GetTrackingEnable())
     {
         motion_tracking_controller.MoveToPosition();
     }
 }