RobotApp/RobotApp.VDA5050/Type/ActionType.cs
Đăng Nguyễn b3f765d261 update
2025-12-30 16:59:08 +07:00

33 lines
542 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,
}