Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

explicitly requires "cv_bridge" package #381

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dbcesar
Copy link

@dbcesar dbcesar commented Oct 17, 2019

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.

@pxalcantara pxalcantara self-requested a review May 30, 2020 01:10
Copy link

@pxalcantara pxalcantara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@musamarcusso It seems to be a very simple PR

@pxalcantara
Copy link

pxalcantara commented Jun 7, 2020

@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
Copy link

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

on package uuv_sensor_ros_plugins, the file "gazebo_ros_image_sonar.cpp" 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

Signed-off-by: Diego Cesar <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants