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 | Q&A answers.ros.org |
hi, i have 3 variables with type double and i want to publish them on array 3Dim. do you have any idea about this?
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-04-21 04:18:42 -0500
Seen: 73 times
Last updated: Apr 21 '16