ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You need to create a msg file with the following contents:
double[3] my_array
... or alternatively
double myvar1
double myvar2
double myvar3