ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Two tips:
So you could have a service that, for example, takes a numpy array and int in the request, and responds with a new numpy array, that would look something like this:
int32 an_integer
float32[] input_array
---
float32[] output_array