insight_gui.ros2_node module

class insight_gui.ros2_node.ROS2CommunicationNode

Bases: object

add_subsciption(msg_type: Type, topic_name: str, callback: Callable)
property is_running: bool
shutdown()
spin()
start_node(node_name: str = 'insight_gui', *args, **kwargs)
stop_node()