rosbridge_library.util.ros module
- rosbridge_library.util.ros.is_topic_published(node: Node, topic_name: str) bool
Check if a topic is published on a node.
- rosbridge_library.util.ros.is_topic_subscribed(node: Node, topic_name: str) bool
Check if a topic is subscribed to by a node.