ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
2017-11-13 07:04:39 -0500 | received badge | ● Notable Question (source) |
2017-07-09 10:38:09 -0500 | received badge | ● Popular Question (source) |
2016-08-01 16:47:48 -0500 | asked a question | sample for publish/subscribe Int16MultiArray message between nodes I have a biotac sensor and I am able to aquire an array of data and I need to send it to another node for some bandpass filtering issues and so on .... As I understood I need to create a node for my sensor to publish the raw aquired data, which is already created and another node to subscribe sensor node's published data. since the my data are the array of digifts so could you please give a saample of Int16MultiArray message sending and recieving in ros? Thanks, |