Browse Source

fix logic error.

sangwq 1 year ago
parent
commit
587a0094b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Venus/Venus_RT/Modules/Schedulers/SchedulerEfemRobot.cs

+ 1 - 1
Venus/Venus_RT/Modules/Schedulers/SchedulerEfemRobot.cs

@@ -191,7 +191,7 @@ namespace Venus_RT.Scheduler
             if(_currentScheduler != null)
             if(_currentScheduler != null)
             {
             {
                 _currentScheduler.moveList.Clear();
                 _currentScheduler.moveList.Clear();
-                _currentScheduler.Status = RState.Init;
+                _currentScheduler.Status = RState.End;
             }
             }
         }
         }
     }
     }