fix resource_get param

This commit is contained in:
Xuwznln
2025-10-31 22:14:43 +08:00
parent d7494ca458
commit 9bba4620b7

View File

@@ -795,7 +795,7 @@ class BaseROS2DeviceNode(Node, Generic[T]):
].call_async(
SerialCommand.Request(
command=json.dumps(
{"data": {"data": resources_uuid, "with_children": True if action == "add" else "update"}, "action": "get"}
{"data": {"data": resources_uuid, "with_children": True if action == "add" else False}, "action": "get"}
)
)
) # type: ignore