rosros 0.2.5
Simple unified interface to ROS1 / ROS2 Python API
Loading...
Searching...
No Matches
rosros.rclify.exceptions.ParameterAlreadyDeclaredException Class Reference

Raised when declaring a parameter that had been declared before. More...

Inheritance diagram for rosros.rclify.exceptions.ParameterAlreadyDeclaredException:
Inheritance graph

Public Member Functions

 __init__ (self, parameters, *args)
 
 __init__ (self, error_msg, parameters, *args)
 

Detailed Description

Raised when declaring a parameter that had been declared before.

Definition at line 104 of file exceptions.py.

Constructor & Destructor Documentation

◆ __init__()

rosros.rclify.exceptions.ParameterAlreadyDeclaredException.__init__ (   self,
  parameters,
args 
)

Reimplemented from rosros.rclify.exceptions.ParameterException.

Definition at line 107 of file exceptions.py.


The documentation for this class was generated from the following file: