Update README.md

Modify resource_tracker file module path.

(cherry picked from commit 8066c200b9)
This commit is contained in:
Xuwznln
2026-01-07 20:54:20 +08:00
parent 78bf57f590
commit 3d2d428a96
18 changed files with 38 additions and 43 deletions

View File

@@ -315,7 +315,7 @@ def main():
from unilabos.app.web import start_server
from unilabos.app.register import register_devices_and_resources
from unilabos.resources.graphio import modify_to_backend_format
from unilabos.ros.nodes.resource_tracker import ResourceTreeSet, ResourceDict
from unilabos.resources.resource_tracker import ResourceTreeSet, ResourceDict
# 显示启动横幅
print_unilab_banner(args_dict)