Service Client Functions

ROS.callMethod
call(serviceClient, srv)

Call the service aliased by this handle with the specified service request/response.

source
ROS.existsMethod
exists(serviceClient)

Checks if this is both advertised and available.

source
ROS.getServiceMethod
getService(serviceClient)

Returns the name of the service this ServiceClient connects to.

source
ROS.isPersistentMethod
isPersistent(serviceClient)

Returns true if this handle points to a persistent service, false otherwise.

source
ROS.isValidMethod
isValid(serviceClient)

Returns whether or not this handle is valid. For a persistent service, this becomes false when the connection has dropped. Non-persistent service handles are always valid.

source