publish array 3 dim
hi, i have 3 variables with type double and i want to publish them on array 3Dim. do you have any idea about this?
add a comment
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
You need to create a msg file with the following contents:
double[3] my_array
... or alternatively
double myvar1
double myvar2
double myvar3
Please go through the linked tutorial. When you have specific questions, open another question here.
Asked: 2016-04-21 04:18:42 -0600
Seen: 107 times
Last updated: Apr 21 '16