Service Client Functions
ROS.call
— Methodcall(serviceClient, srv)
Call the service aliased by this handle with the specified service request/response.
ROS.exists
— Methodexists(serviceClient)
Checks if this is both advertised and available.
ROS.getService
— MethodgetService(serviceClient)
Returns the name of the service this ServiceClient connects to.
ROS.isPersistent
— MethodisPersistent(serviceClient)
Returns true if this handle points to a persistent service, false otherwise.
ROS.isValid
— MethodisValid(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.