ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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