This commit is contained in:
2025-12-15 22:06:53 +09:00
parent a7f938ff19
commit 67a48531ad
3 changed files with 7 additions and 10 deletions

View File

@@ -280,6 +280,7 @@ namespace AGVNavigationCore.Models
public bool SetCurrentNodeMarkStop()
{
if (_currentNode == null) return false;
if (_currentPath == null) return false;
var = _currentPath.DetailedPath.Where(t => t.IsPass == false).OrderBy(t => t.seq).FirstOrDefault();
if ( == null) return false;
.IsPass = true;