mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 13:01:12 +00:00
Add action definitions for LiquidHandlerSetGroup and LiquidHandlerTransferGroup
- Created LiquidHandlerSetGroup.action with fields for group name, wells, and volumes. - Created LiquidHandlerTransferGroup.action with fields for source and target group names and unit volume. - Both actions include response fields for return information and success status.
This commit is contained in:
8
unilabos_msgs/action/LiquidHandlerSetGroup.action
Normal file
8
unilabos_msgs/action/LiquidHandlerSetGroup.action
Normal file
@@ -0,0 +1,8 @@
|
||||
string group_name
|
||||
Resource[] wells
|
||||
float64[] volumes
|
||||
---
|
||||
string return_info
|
||||
bool success
|
||||
---
|
||||
# 反馈
|
||||
8
unilabos_msgs/action/LiquidHandlerTransferGroup.action
Normal file
8
unilabos_msgs/action/LiquidHandlerTransferGroup.action
Normal file
@@ -0,0 +1,8 @@
|
||||
string source_group_name
|
||||
string target_group_name
|
||||
float64 unit_volume
|
||||
---
|
||||
string return_info
|
||||
bool success
|
||||
---
|
||||
# 反馈
|
||||
Reference in New Issue
Block a user