예제 #1
0
 public static void ExitServerMode()
 {
     st_ServerCenter.ExitServerMode();
     //1、开启当前PC端示教盒
     st_ScreenBuild.WindowInitial();
     st_ButtonRespond.ShowPanel();
     st_ButtonRespond.ShowIOPanel();
     //2、本地恢复到初始状态
     st_RobotMotion.ReturnToZero();
     st_Camerascript.ResetScene();
 }
예제 #2
0
 //同步练习
 public void StartExercise()
 {
     button.ShowPanel();
     button.BtAllow();//allow
     DetectNo = 0;
 }