fix resource_get param

This commit is contained in:
Xuwznln
2025-10-31 22:14:43 +08:00
parent 659cf05be6
commit c35da65b15

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