...
This commit is contained in:
@@ -464,6 +464,8 @@ namespace AGVNavigationCore.PathFinding.Planning
|
||||
{
|
||||
nodeInfo.Speed = mapNode.SpeedLimit;
|
||||
}
|
||||
|
||||
detailedPath1.Add(nodeInfo);
|
||||
}
|
||||
|
||||
// path1에 상세 경로 정보 설정
|
||||
|
||||
@@ -108,7 +108,7 @@ namespace AGVNavigationCore.PathFinding.Planning
|
||||
/// </summary>
|
||||
public override string ToString()
|
||||
{
|
||||
var result = $"{RfidId}[{NodeId}]:{MotorDirection}";
|
||||
var result = $"R{RfidId}[N{NodeId}]:{MotorDirection}";
|
||||
|
||||
// 마그넷 방향이 직진이 아닌 경우 표시
|
||||
if (MagnetDirection != MagnetDirection.Straight)
|
||||
|
||||
Reference in New Issue
Block a user