RosClient.get_services_for_type

RosClient.get_services_for_type(service_type, callback=None, errback=None)[source]

Retrieve list of services in ROS matching the specified type.

Note:

To make this a blocking call, pass None to the callback parameter .

Returns:

list: List of services matching the specified type if blocking, otherwise None.