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

vibhor's profile - activity

2017-10-04 06:42:21 -0500 received badge  Teacher (source)
2017-10-04 06:42:21 -0500 received badge  Necromancer (source)
2017-04-02 02:36:23 -0500 answered a question Problem viewing images using python-opencv

Remove self.bridge = CvBridge() statement from __init__(self) and move it to callback() function. On each callback, you need to reinitialize CvBridge object