경로로직
This commit is contained in:
@@ -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,
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user