mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 04:51:10 +00:00
Update recipe.yaml fix: figure_resource use call_async in all service to avoid deadlock fix: prcxi import error 临时兼容错误的driver写法 fix protocol node fix filter protocol bugfixes on organic protocols fix and remove redundant info feat: 新增use_remote_resource参数 fix all protocol_compilers and remove deprecated devices feat: 优化protocol node节点运行日志 fix pumps and liquid_handler handle feat: workstation example add: prcxi res fix: startup slow fix: prcxi_res fix: discard_tips fix: discard_tips error fix: drop_tips not using auto resource select feat: 添加ChinWe设备控制类,支持串口通信和电机控制功能 (#79) feat: add trace log level modify default discovery_interval to 15s fix: working dir error when input config path feat: report publish topic when error fix: workstation handlers and vessel_id parsing Cleanup registry to be easy-understanding (#76) * delete deprecated mock devices * rename categories * combine chromatographic devices * rename rviz simulation nodes * organic virtual devices * parse vessel_id * run registry completion before merge --------- Co-authored-by: Xuwznln <18435084+Xuwznln@users.noreply.github.com>
75 lines
1.4 KiB
YAML
75 lines
1.4 KiB
YAML
hplc_plate:
|
|
category:
|
|
- resource_container
|
|
class:
|
|
module: unilabos.devices.resource_container.container:PlateContainer
|
|
type: python
|
|
description: HPLC板
|
|
handles: []
|
|
icon: ''
|
|
init_param_schema: {}
|
|
model:
|
|
mesh: hplc_plate/meshes/hplc_plate.stl
|
|
mesh_tf:
|
|
- 0
|
|
- 0
|
|
- 0
|
|
- 0
|
|
- 0
|
|
- 3.1416
|
|
type: resource
|
|
registry_type: resource
|
|
version: 1.0.0
|
|
plate_96_high:
|
|
category:
|
|
- resource_container
|
|
class:
|
|
module: unilabos.devices.resource_container.container:PlateContainer
|
|
type: python
|
|
description: 96孔板
|
|
handles: []
|
|
icon: ''
|
|
init_param_schema: {}
|
|
model:
|
|
mesh: plate_96_high/meshes/plate_96_high.stl
|
|
mesh_tf:
|
|
- 0
|
|
- 0.086
|
|
- 0
|
|
- 1.5708
|
|
- 0
|
|
- 1.5708
|
|
type: resource
|
|
registry_type: resource
|
|
version: 1.0.0
|
|
tiprack_96_high:
|
|
category:
|
|
- resource_container
|
|
class:
|
|
module: unilabos.devices.resource_container.container:TipRackContainer
|
|
type: python
|
|
description: 96孔板
|
|
handles: []
|
|
icon: ''
|
|
init_param_schema: {}
|
|
model:
|
|
children_mesh: generic_labware_tube_10_75/meshes/0_base.stl
|
|
children_mesh_tf:
|
|
- 0.0018
|
|
- 0.0018
|
|
- -0.03
|
|
- -1.5708
|
|
- 0
|
|
- 0
|
|
mesh: tiprack_96_high/meshes/tiprack_96_high.stl
|
|
mesh_tf:
|
|
- 0
|
|
- 0.086
|
|
- 0
|
|
- 1.5708
|
|
- 0
|
|
- 1.5708
|
|
type: resource
|
|
registry_type: resource
|
|
version: 1.0.0
|