mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-04-20 10:06:07 +00:00
update aksk desc print res query logs Fix skills exec error with action type Update Skills Update Skills addr Change uni-lab. to leap-lab. Support unit in pylabrobot Support async func. change to leap-lab backend. Support feedback interval. Reduce cocurrent lags. fix create_resource_with_slot update unilabos_formulation & batch-submit-exp scale multi exec thread up to 48 update handle creation api fit cocurrent gap add running status debounce allow non @topic_config support update skill add placeholder keys always free 提交实验技能 disable samples correct sample demo ret value 新增试剂reagent update registry 新增manual_confirm add workstation creation skill add virtual_sample_demo 样品追踪测试设备 add external devices param fix registry upload missing type fast registry load minor fix on skill & registry stripe ros2 schema desc add create-device-skill new registry system backwards to yaml remove not exist resource new registry sys exp. support with add device correct raise create resource error ret info fix revert ret info fix fix prcxi check add create_resource schema re signal host ready event add websocket connection timeout and improve reconnection logic add open_timeout parameter to websocket connection add TimeoutError and InvalidStatus exception handling implement exponential backoff for reconnection attempts simplify reconnection logic flow
37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
hotel.thermo_orbitor_rs2_hotel:
|
||
category:
|
||
- hotel
|
||
class:
|
||
action_value_mappings: {}
|
||
module: unilabos.devices.resource_container.container:HotelContainer
|
||
status_types:
|
||
rotation: ''
|
||
type: python
|
||
config_info: []
|
||
description: Thermo Orbitor RS2 Hotel容器设备,用于实验室样品的存储和管理。该设备通过HotelContainer类实现容器的旋转控制和状态监控,主要用于存储实验样品、试剂瓶或其他实验器具,支持旋转功能以便于样品的自动化存取。适用于需要有序存储和快速访问大量样品的实验室自动化场景。
|
||
handles: []
|
||
icon: ''
|
||
init_param_schema:
|
||
config:
|
||
properties:
|
||
device_config:
|
||
type: object
|
||
rotation:
|
||
type: object
|
||
required:
|
||
- rotation
|
||
- device_config
|
||
type: object
|
||
data:
|
||
properties:
|
||
rotation:
|
||
type: string
|
||
required:
|
||
- rotation
|
||
type: object
|
||
model:
|
||
mesh: thermo_orbitor_rs2_hotel
|
||
path: https://leap-lab.oss-cn-zhangjiakou.aliyuncs.com/uni-lab/devices/thermo_orbitor_rs2_hotel/macro_device.xacro
|
||
type: device
|
||
version: 1.0.0
|