경로로직
This commit is contained in:
@@ -367,7 +367,7 @@ namespace AGVNavigationCore.Models
|
||||
|
||||
//도킹노드라면 markstop 을 나머지는 바로 스탑한다.
|
||||
eAGVCommandReason reason = eAGVCommandReason.MarkStop;
|
||||
if (TargetNode.StationType == StationType.Normal || TargetNode.StationType == StationType.Limit)
|
||||
if (TargetNode.StationType == Station.Normal || TargetNode.StationType == Station.Lmt)
|
||||
{
|
||||
//일반노드는 마크스탑포인트가 없으니 바로 종료되도록 한다
|
||||
reason = eAGVCommandReason.Complete;
|
||||
|
||||
Reference in New Issue
Block a user