uuv_simulator icon indicating copy to clipboard operation
uuv_simulator copied to clipboard

explicitly requires "cv_bridge" package

Open dbcesar opened this issue 4 years ago • 2 comments

Hi,

The file "gazebo_ros_image_sonar.cpp", in package uuv_sensor_ros_plugins, includes "cv_bridge/cv_bridge.h".

This commit fixes the following error: uuv_simulator/uuv_sensor_plugins/uuv_sensor_ros_plugins/src/gazebo_ros_image_sonar.cpp:50:33: fatal error: cv_bridge/cv_bridge.h: No such file or directory

I have compiled cv_bridge from source, from the following repository: https://github.com/ros-perception/vision_opencv.git. I'm not sure why it didn't pop up before.

dbcesar avatar Oct 17 '19 08:10 dbcesar

@dbcesar Sorry for the late answer, but could you, please assign the commit? It's a requisite of the project. This will do it git rebase HEAD~1 --signoff

pxalcantara avatar Jun 07 '20 18:06 pxalcantara

@musamarcusso This commit is signed, do you know why the merge is blocked?

pxalcantara avatar Jul 07 '20 20:07 pxalcantara