턴동작 추가

This commit is contained in:
backuppc
2026-02-27 16:55:35 +09:00
parent 43e7458866
commit 46bed6eb25
4 changed files with 185 additions and 14 deletions

View File

@@ -21,6 +21,9 @@
/// <summary>명령 이유- (디버깅/로깅용)</summary>
public eAGVCommandReason Reason { get; set; }
/// <summary>방향 전환 명령 여부 (180도 Left Turn 등)</summary>
public bool IsTurn { get; set; }
/// <summary>
/// 생성자
/// </summary>