ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You shall use cv_bridge to convert the Gazebo Image topics into OpenCV freindly image frames. I am almost sure, OpcenCV by itself won't detect Gazebo Topics as a streaming source.
You can find out more here, and in this question from myself, with a sample code.
Hope you can manage to do it.