ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

A Float32MultiArray is a ros message that wraps a multi-dimensional array. In python, given what your publisher sent, your subscriber callback msg contains a two-dimensional numpy array. If you want the values organized in some other fashion, you need to write code to read the array and create whatever it is you want.