ros2_control - humble
|
Public Member Functions | |
__new__ (cls, node, service_type, fully_qualified_service_name) | |
Static Protected Attributes | |
dict | _clients = {} |
Singleton class to call services of controller manager. This class is used to create a service client for a given service name. If the service client already exists, it returns the existing client. It is used to avoid creating multiple service clients for the same service name. It needs Node object, service type and fully qualified service name to create a service client.