에뮬레이터 개발 전.
This commit is contained in:
@@ -45,17 +45,13 @@ namespace Project.StateMachine
|
||||
/// </summary>
|
||||
public enum ERunStep : byte
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// 자동모드 대기상태
|
||||
/// </summary>
|
||||
READY = 0,
|
||||
|
||||
/// <summary>
|
||||
/// 홈(QC)로 이동합니다
|
||||
/// </summary>
|
||||
GOHOME,
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 충전을 해제 함
|
||||
/// </summary>
|
||||
@@ -66,7 +62,6 @@ namespace Project.StateMachine
|
||||
/// </summary>
|
||||
GOCHARGE,
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 충전중
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user