ros2_control - humble
Loading...
Searching...
No Matches
Public Member Functions | Static Protected Attributes | List of all members
controller_manager.controller_manager_services.SingletonServiceCaller Class Reference

Public Member Functions

 __new__ (cls, node, service_type, fully_qualified_service_name)
 

Static Protected Attributes

dict _clients = {}
 

Detailed Description

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.

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