How do I numpy-ize a Service node or a Client node to manage Request or Response containing numpy array ?
Hi,
I am trying to transmit a numpy array in a response of a service but I have some trouble to convert it in the appropriate type. I saw the numpy_msg tutorials it works fine for messages but I don't get how to make it work for request/response of services.
Thanks to you!