mirage.infra.ros_proxy_inpainter_client.ROSProxyInpainterClient#
- class mirage.infra.ros_proxy_inpainter_client.ROSProxyInpainterClient(ip: str = 'localhost', port: int = 31025)#
Bases:
XEmbodyPublisherProxy process that sends to another process which performs the ROS communication
- __init__(ip: str = 'localhost', port: int = 31025) None#
Initializes the publisher code.
Methods
__init__([ip, port])Initializes the publisher code.
get_inpainted_image(blocking)Gets the inpainted image.
publish_to_ros_node(data)Publishes the RGB image, segmentation mask, and joint angles to the ROS2 node.
- get_inpainted_image(blocking: bool) array#
Gets the inpainted image. :param blocking: Whether to block until the inpainted image is received. :return: The inpainted image.
- publish_to_ros_node(data: Any) None#
Publishes the RGB image, segmentation mask, and joint angles to the ROS2 node. :param data: The data to be published in dictionary form.