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

Well, somehow, the the object image, is a Python None-object. How is it created? At least the object is created, there would be an other error if is was not created at all. You can debug python code with import pdb; pdb.set_trace().

What method/functiuon is supposed to set image to some value?