ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I had a very similar problem. I was getting the error
Unable to convert '16UC1' image to bgr8: '[16UC1] is not a color format. but [bgr8] is. The conversion does not make sense'
because I was storing images from 2 different topics in a global variable. So although it seems data is retrieved from only 1 topic, it might be getting retrieved from 2.