From 7d9ce4a2ba0a6a338797f30bdd056768a740605c Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期五, 20 六月 2025 16:52:04 +0800 Subject: [PATCH] Merge branch 'liuyang' into clh --- SourceCode/Bond/Servo/CRobotTask.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/CRobotTask.h b/SourceCode/Bond/Servo/CRobotTask.h index 5b417a0..324b6cc 100644 --- a/SourceCode/Bond/Servo/CRobotTask.h +++ b/SourceCode/Bond/Servo/CRobotTask.h @@ -32,10 +32,12 @@ int getArmNo(); ROBOT_TASK_STATE getState(); bool isPicking(); + bool isPicked(); bool isPlacing(); bool isRestoring(); void run(); void pick(); + void picked(); void place(); void restore(); void restored(); -- Gitblit v1.9.3