mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 04:51:10 +00:00
完成启动OT并联动rviz
This commit is contained in:
@@ -45,7 +45,7 @@ class ResourceVisualization:
|
||||
|
||||
# 遍历设备节点
|
||||
for node in device.values():
|
||||
if node['type'] == 'device':
|
||||
if node['type'] == 'device' and node['class'] != '':
|
||||
device_class = node['class']
|
||||
|
||||
# 检查设备类型是否在注册表中
|
||||
|
||||
Reference in New Issue
Block a user