mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 04:51:10 +00:00
Merge branch 'dev' into device_visualization
This commit is contained in:
@@ -479,7 +479,8 @@ def initialize_resources(resources_config) -> list[dict]:
|
||||
from unilabos.registry.registry import lab_registry
|
||||
resources = []
|
||||
for resource_config in resources_config:
|
||||
|
||||
if resource_config["parent"] == "tip_rack" or resource_config["parent"] == "plate_well":
|
||||
continue
|
||||
resources.extend(initialize_resource(resource_config, lab_registry))
|
||||
|
||||
return resources
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
# Bio
|
||||
Resource[] resources
|
||||
float64[] vols
|
||||
int32[] use_channels
|
||||
float64[] flow_rates
|
||||
float64 end_delay
|
||||
geometry_msgs/Point[] offsets
|
||||
float64[] liquid_height
|
||||
float64[] blow_out_air_volume
|
||||
string spread="wide"
|
||||
---
|
||||
bool success
|
||||
---
|
||||
@@ -1,4 +1,3 @@
|
||||
# Bio
|
||||
# 请求字段
|
||||
Resource[] resources
|
||||
float64[] vols
|
||||
@@ -6,7 +5,7 @@ int32[] use_channels
|
||||
float64[] flow_rates
|
||||
geometry_msgs/Point[] offsets
|
||||
int32[] blow_out_air_volume
|
||||
string spread
|
||||
string spread="wide"
|
||||
---
|
||||
# 结果字段
|
||||
bool success
|
||||
|
||||
Reference in New Issue
Block a user