mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 21:11:12 +00:00
Merge branch '24-high-level-liquidhandler' into dev
# Conflicts: # unilabos/app/main.py # unilabos/registry/devices/liquid_handler.yaml # unilabos_msgs/CMakeLists.txt
This commit is contained in:
@@ -43,14 +43,10 @@ set(action_files
|
||||
"action/LiquidHandlerStamp.action"
|
||||
"action/LiquidHandlerTransfer.action"
|
||||
|
||||
"action/DPLiquidHandlerAddLiquid.action"
|
||||
"action/DPLiquidHandlerCustomDelay.action"
|
||||
"action/DPLiquidHandlerMix.action"
|
||||
"action/DPLiquidHandlerMoveTo.action"
|
||||
"action/DPLiquidHandlerRemoveLiquid.action"
|
||||
"action/DPLiquidHandlerSetTiprack.action"
|
||||
"action/DPLiquidHandlerTouchTip.action"
|
||||
"action/DPLiquidHandlerTransferLiquid.action"
|
||||
"action/LiquidHandlerAdd.action"
|
||||
"action/LiquidHandlerMix.action"
|
||||
"action/LiquidHandlerMoveTo.action"
|
||||
"action/LiquidHandlerRemove.action"
|
||||
|
||||
"action/EmptyIn.action"
|
||||
"action/FloatSingleInput.action"
|
||||
@@ -59,10 +55,9 @@ set(action_files
|
||||
"action/Point3DSeparateInput.action"
|
||||
|
||||
"action/ResourceCreateFromOuter.action"
|
||||
"action/ResourceCreateFromOuterEasy.action"
|
||||
|
||||
"action/SolidDispenseAddPowderTube.action"
|
||||
|
||||
|
||||
"action/PumpTransfer.action"
|
||||
"action/Clean.action"
|
||||
"action/Separate.action"
|
||||
|
||||
20
unilabos_msgs/action/LiquidHandlerAdd.action
Normal file
20
unilabos_msgs/action/LiquidHandlerAdd.action
Normal file
@@ -0,0 +1,20 @@
|
||||
float64[] asp_vols
|
||||
float64[] dis_vols
|
||||
Resource[] reagent_sources
|
||||
Resource[] targets
|
||||
int32[] use_channels
|
||||
float64[] flow_rates
|
||||
geometry_msgs/Point[] offsets
|
||||
float64[] liquid_height
|
||||
float64[] blow_out_air_volume
|
||||
string spread
|
||||
bool is_96_well
|
||||
int32 mix_time
|
||||
int32 mix_vol
|
||||
int32 mix_rate
|
||||
float64 mix_liquid_height
|
||||
string[] none_keys
|
||||
---
|
||||
bool success
|
||||
---
|
||||
# 反馈
|
||||
11
unilabos_msgs/action/LiquidHandlerMix.action
Normal file
11
unilabos_msgs/action/LiquidHandlerMix.action
Normal file
@@ -0,0 +1,11 @@
|
||||
Resource[] targets
|
||||
int32 mix_time
|
||||
int32 mix_vol
|
||||
float64 height_to_bottom
|
||||
geometry_msgs/Point[] offsets
|
||||
float64 mix_rate
|
||||
string[] none_keys
|
||||
---
|
||||
bool success
|
||||
---
|
||||
# 反馈
|
||||
7
unilabos_msgs/action/LiquidHandlerMoveTo.action
Normal file
7
unilabos_msgs/action/LiquidHandlerMoveTo.action
Normal file
@@ -0,0 +1,7 @@
|
||||
Resource well
|
||||
float64 dis_to_top
|
||||
int32 channel
|
||||
---
|
||||
bool success
|
||||
---
|
||||
# 反馈
|
||||
17
unilabos_msgs/action/LiquidHandlerRemove.action
Normal file
17
unilabos_msgs/action/LiquidHandlerRemove.action
Normal file
@@ -0,0 +1,17 @@
|
||||
float64[] vols
|
||||
Resource[] sources
|
||||
Resource waste_liquid
|
||||
int32[] use_channels
|
||||
float64[] flow_rates
|
||||
geometry_msgs/Point[] offsets
|
||||
float64[] liquid_height
|
||||
float64[] blow_out_air_volume
|
||||
string spread
|
||||
int32[] delays
|
||||
bool is_96_well
|
||||
float64[] top
|
||||
string[] none_keys
|
||||
---
|
||||
bool success
|
||||
---
|
||||
# 反馈
|
||||
@@ -1,11 +1,25 @@
|
||||
# Bio
|
||||
Resource source
|
||||
float64[] asp_vols
|
||||
float64[] dis_vols
|
||||
Resource[] sources
|
||||
Resource[] targets
|
||||
float64 source_vol
|
||||
float64[] ratios
|
||||
float64[] target_vols
|
||||
float64 aspiration_flow_rate
|
||||
float64[] dispense_flow_rates
|
||||
Resource[] tip_racks
|
||||
int32[] use_channels
|
||||
float64[] asp_flow_rates
|
||||
float64[] dis_flow_rates
|
||||
geometry_msgs/Point[] offsets
|
||||
bool touch_tip
|
||||
float64[] liquid_height
|
||||
float64[] blow_out_air_volume
|
||||
string spread
|
||||
bool is_96_well
|
||||
string mix_stage
|
||||
int32[] mix_times
|
||||
int32 mix_vol
|
||||
int32 mix_rate
|
||||
float64 mix_liquid_height
|
||||
int32[] delays
|
||||
string[] none_keys
|
||||
---
|
||||
bool success
|
||||
---
|
||||
---
|
||||
# 反馈
|
||||
Reference in New Issue
Block a user