Merge branch 'workstation_dev_YB3' into workstation_dev_YB3

This commit is contained in:
Calvin Cao
2025-10-24 13:56:00 +08:00
committed by GitHub
7 changed files with 363 additions and 495 deletions

View File

@@ -12,7 +12,7 @@ def YB_Solid_Stock(
"""创建粉末瓶"""
return Bottle(
name=name,
diameter=diameter,
diameter=diameter,# 未知
height=height,
max_volume=max_volume,
barcode=barcode,

View File

@@ -48,7 +48,7 @@ def bioyond_warehouse_1x2x2(name: str) -> WareHouse:
item_dx=137.0,
item_dy=96.0,
item_dz=120.0,
category="warehouse",
category="YB_warehouse",
)
def bioyond_warehouse_10x1x1(name: str) -> WareHouse:
"""创建BioYond 4x1x4仓库"""

View File

@@ -624,6 +624,8 @@ def resource_bioyond_to_plr(bioyond_materials: list[dict], type_mapping: Dict[st
Returns:
pylabrobot 格式的物料列表
"""
print("1:bioyond_materials:",bioyond_materials)
# print("2:type_mapping:",type_mapping)
plr_materials = []
for material in bioyond_materials: