mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-07 15:35:10 +00:00
update action
This commit is contained in:
@@ -135,6 +135,7 @@ class Registry:
|
|||||||
"res_id": "unilabos_resources", # 将当前实验室的全部物料id作为下拉框可选择
|
"res_id": "unilabos_resources", # 将当前实验室的全部物料id作为下拉框可选择
|
||||||
"device_id": "unilabos_devices", # 将当前实验室的全部设备id作为下拉框可选择
|
"device_id": "unilabos_devices", # 将当前实验室的全部设备id作为下拉框可选择
|
||||||
"parent": "unilabos_nodes", # 将当前实验室的设备/物料作为下拉框可选择
|
"parent": "unilabos_nodes", # 将当前实验室的设备/物料作为下拉框可选择
|
||||||
|
"class_name": "unilabos_class",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"test_latency": {
|
"test_latency": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
string res_id
|
string res_id
|
||||||
string device_id
|
string device_id
|
||||||
string class_name
|
string[] class_name
|
||||||
string parent
|
string parent
|
||||||
geometry_msgs/Point bind_locations
|
geometry_msgs/Point bind_locations
|
||||||
int32[] liquid_input_slot
|
int32[] liquid_input_slot
|
||||||
|
|||||||
Reference in New Issue
Block a user