This commit is contained in:
Đăng Nguyễn
2025-12-20 15:16:59 +07:00
parent dd8c17cb6c
commit 6cd32f8c98
18 changed files with 298 additions and 251 deletions

View File

@@ -10,24 +10,24 @@ public enum ActionType
stateRequest,
factsheetRequest,
logReport,
//logReport,
pick,
drop,
detectObject,
finePositioning,
waitForTrigger,
//detectObject,
//finePositioning,
//waitForTrigger,
cancelOrder,
liftUp,
liftDown,
liftRotate,
rotate,
rotateKeepLift,
mutedBaseOn,
mutedBaseOff,
mutedLoadOn,
mutedLoadOff,
dockTo,
moveStraightToCoor,
moveStraightWithDistance,
//liftUp,
//liftDown,
//liftRotate,
//rotate,
//rotateKeepLift,
//mutedBaseOn,
//mutedBaseOff,
//mutedLoadOn,
//mutedLoadOff,
//dockTo,
//moveStraightToCoor,
//moveStraightWithDistance,
}