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

Revision history [back]

According to the msg documentation, rospy automatically interprets byte arrays (uint8[]) as strings.

See this cv_bridge tutorial for an example of how to convert image data from a ROS message (byte array) to a "real" IplImage for further processing.