How do I send numpy array with ROS services?
Hi, I am writing a service in ROS and need to send 3D numpy arrays through this service. I know that for the messages there is numpy_msg, but haven't found anything similar for the services. Thanks for the help! :D