cv_bridge issues with melodic and gazebo9
Hi All,
I am trying to convert image messages from gazebo to cv images in ros melodic. The steps that i am adopting to write the code are listed in this tutorial for c++ using cv_bridge.
I am facing an issue where the cvptr is always NULL after follwing the steps listed in the tutorial. I am unable to pinpoint the cause or a fix for this.
UBUNTU Version: 18.04 ROS Version : melodic Gazebo version: 9.0
Any help is appreciated.