RosClient.get_service_type

RosClient.get_service_type(service_name, callback=None, errback=None)[source]

Retrieve the type of a service in ROS.

Note:

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

Returns:

str: Service type if blocking, otherwise None.