Call the ROS service server and receive a response
sends
a default service request message and waits for a service response
= call(serviceclient
)response
.
The default service request message is an empty message of type serviceclient.ServiceType
.
specifies
a service request message, response
= call(serviceclient
,requestmsg
)requestmsg
, to be
sent to the service.