Skip to content

Commit 49caa4e

Browse files
hanhuahanhua111
authored andcommitted
update action
1 parent ad21644 commit 49caa4e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

unilabos/registry/registry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def setup(self, complete_registry=False, upload_registry=False):
149149
"res_id": "unilabos_resources", # 将当前实验室的全部物料id作为下拉框可选择
150150
"device_id": "unilabos_devices", # 将当前实验室的全部设备id作为下拉框可选择
151151
"parent": "unilabos_nodes", # 将当前实验室的设备/物料作为下拉框可选择
152+
"class_name": "unilabos_class",
152153
},
153154
},
154155
"test_latency": {

unilabos_msgs/action/ResourceCreateFromOuterEasy.action

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
string res_id
22
string device_id
3-
string class_name
3+
string[] class_name
44
string parent
55
geometry_msgs/Point bind_locations
66
int32[] liquid_input_slot

0 commit comments

Comments
 (0)