경로로직

This commit is contained in:
backuppc
2026-03-03 17:29:27 +09:00
parent 1a4b8a6a54
commit 30e1ce41ee
17 changed files with 462 additions and 598 deletions

View File

@@ -58,14 +58,14 @@ namespace AGVNavigationCore.Models
/// <summary>
/// 장비 타입 열거형
/// </summary>
public enum StationType
public enum Station
{
/// <summary>
/// 일반노드
/// </summary>
Normal,
/// <summary>로더</summary>
Loader,
Loder,
/// <summary>클리너</summary>
Plating,
/// <summary>오프로더</summary>
@@ -78,7 +78,7 @@ namespace AGVNavigationCore.Models
/// <summary>
/// 끝점(더이상 이동불가)
/// </summary>
Limit,
Lmt,
}