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

@@ -5,7 +5,7 @@ from unilabos.ros.msgs.message_converter import (
get_action_type,
)
from unilabos.ros.nodes.base_device_node import init_wrapper, ROS2DeviceNode
from unilabos.ros.nodes.resource_tracker import ResourceDictInstance
from unilabos.resources.resource_tracker import ResourceDictInstance
# 定义泛型类型变量
T = TypeVar("T")