rosbridge_library.internal.topics module
Exceptions and code common to both publishers and subscribers.
- exception rosbridge_library.internal.topics.TopicNotEstablishedException(topic: str)
Bases:
Exception
- exception rosbridge_library.internal.topics.TypeConflictException(topic: str, orig_type: str, new_type: str)
Bases:
Exception