rosros 0.2.5
Simple unified interface to ROS1 / ROS2 Python API
|
Raised when a topic name is invalid. More...
Public Member Functions | |
__init__ (self, name, error_msg, invalid_index, *args) | |
__init__ (self, name_type, name, error_msg, invalid_index, *args) | |
Raised when a topic name is invalid.
Definition at line 76 of file exceptions.py.
rosros.rclify.exceptions.InvalidTopicNameException.__init__ | ( | self, | |
name, | |||
error_msg, | |||
invalid_index, | |||
* | args | ||
) |
Reimplemented from rosros.rclify.exceptions.NameValidationException.
Definition at line 79 of file exceptions.py.