Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace RobotNet10.FleetManager.Services.OpenACS;
|
||||
|
||||
public enum AGVState
|
||||
{
|
||||
Offline = -1,
|
||||
Error = 0,
|
||||
Idle = 1,
|
||||
Processing = 2,
|
||||
Pause = 3,
|
||||
DockingFail = 4,
|
||||
NoPose = 5,
|
||||
Charging = 6,
|
||||
Run = 7,
|
||||
Stop = 8,
|
||||
}
|
||||
Reference in New Issue
Block a user