Merge branch 'dev' into prcix9320

This commit is contained in:
zhangshixiang
2026-01-07 15:30:42 +08:00
parent ead43b2bc1
commit e9f1a7bb44
8 changed files with 608 additions and 379 deletions

View File

@@ -244,7 +244,7 @@ class ROS2WorkstationNode(BaseROS2DeviceNode):
r
) # type: ignore
raw_data = json.loads(response.response)
tree_set = ResourceTreeSet.from_raw_list(raw_data)
tree_set = ResourceTreeSet.from_raw_dict_list(raw_data)
target = tree_set.dump()
protocol_kwargs[k] = target[0][0] if v == "unilabos_msgs/Resource" else target
except Exception as ex: