경로로직
This commit is contained in:
@@ -319,7 +319,7 @@ namespace Project
|
||||
// 목적지 도착 여부 확인
|
||||
if (PUB.AGV.signal1.mark_sensor == false)
|
||||
{
|
||||
if (PUB._virtualAGV.TargetNode.StationType != StationType.Normal)
|
||||
if (PUB._virtualAGV.TargetNode.StationType != Station.Normal)
|
||||
{
|
||||
PUB.log.AddAT($"목표({PUB._virtualAGV.TargetNode.RfidId})도착되었으나 마크센서가 감지되지 않아 완료처리 하지않습니다");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user