|
rosros 0.2.5
Simple unified interface to ROS1 / ROS2 Python API
|
Raised when a node 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 node name is invalid.
Definition at line 69 of file exceptions.py.
| rosros.rclify.exceptions.InvalidNodeNameException.__init__ | ( | self, | |
| name, | |||
| error_msg, | |||
| invalid_index, | |||
| * | args | ||
| ) |
Reimplemented from rosros.rclify.exceptions.NameValidationException.
Definition at line 72 of file exceptions.py.