a question about Float64MultiArray
Hi everyone
I define my Variable as follow: std_msgs::Float64MultiArray Atest; I want to assign a value to specific element. for example i want to change value of fifth element to 5. how i can write it? Best