prcxi example

This commit is contained in:
Xuwznln
2025-11-13 17:30:21 +08:00
parent ce6267b8e0
commit 0c55147ee4
4 changed files with 89 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ from unilabos.ros.msgs.message_converter import convert_from_ros_msg
class RegularContainer(Container):
def __init__(self, *args, **kwargs):
pose = kwargs.pop("pose", None)
if "size_x" not in kwargs:
kwargs["size_x"] = 0
if "size_y" not in kwargs: