DESKTOP-Kang 6 年 前
コミット
5442327105

+ 4 - 1
Dev/OHV/VehicleControlSystem/ControlLayer/Motion/GSIDrive.cs

@@ -146,7 +146,10 @@ namespace VehicleControlSystem.ControlLayer.Drive
 
             //ToDo: 이동 명령 실행.
             int result = 0;
-            result = Redis.Instance.RouteMapMoveTo( point );
+            if (! Redis.Instance.RouteMapMoveTo( point ) )
+            {
+                //Todo: Error 처리
+            }
 
 
             return 0;