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

Hi! Thank you very much for your interest @osilva. I finally found a solution...and maybe it was easier than what I thought:

 pixel =data.pixel.data
 x=[ord(c) for c in pixel]

gives you a list in x that can be used in python