RobotApp/RobotApp.VDA5050/Type/ActionType.cs
Đăng Nguyễn ab5d3e1a1a update
2025-10-22 11:16:19 +07:00

33 lines
512 B
C#

namespace RobotApp.VDA5050.Type;
public enum ActionType
{
startPause,
stopPause,
startCharging,
stopCharging,
initPosition,
stateRequest,
factsheetRequest,
logReport,
pick,
drop,
detectObject,
finePositioning,
waitForTrigger,
cancelOrder,
liftUp,
liftDown,
liftRotate,
rotate,
rotateKeepLift,
mutedBaseOn,
mutedBaseOff,
mutedLoadOn,
mutedLoadOff,
dockTo,
moveStraightToCoor,
moveStraightWithDistance,
}