..
This commit is contained in:
@@ -1596,7 +1596,7 @@ namespace AGVSimulator.Forms
|
||||
MotorDirection = directionName,
|
||||
CurrentPosition = GetNodeDisplayName(currentNode),
|
||||
TargetPosition = GetNodeDisplayName(targetNode),
|
||||
DockingPosition = (targetNode.StationType == StationType.Charger1 || targetNode.StationType == StationType.Charger2) ? "충전기" : "장비"
|
||||
DockingPosition = (targetNode.StationType == StationType.Charger ) ? "충전기" : "장비"
|
||||
};
|
||||
|
||||
if (calcResult.Success)
|
||||
|
||||
Reference in New Issue
Block a user