Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace build and run depend of opencv2 with opencv3. #29

Open
wants to merge 1 commit into
base: indigo-devel
Choose a base branch
from

Conversation

robograffitti
Copy link

rosdep install gscam
does not work because ros-indigo-opencv2 is deprecated.

Insread, ros-indigo-opencv3 is available, so I replaced opencv2 with opencv3 in package.xml.

@jack-oquin
Copy link
Member

To which ROS versions should this apply?

Which are not compatible?

@robograffitti
Copy link
Author

Maybe only indigo. I've not tried with any other versions.

Then, also I found the vision_opencv package. Instead of ros-indigo-opencv3, is it better to replace opencv2 with vision_opencv? I'm not sure about these dependency and relations.

@jack-oquin
Copy link
Member

The usual ROS recommendation for compatibility with multiple distributions is to depend on cv_bridge.

@robograffitti
Copy link
Author

That sounds make sense and I feel cv_bridge is the most popular package in the opencv related packages. Therefore, is it suitable to replace opencv2 with cv_bridge for this PR?

@jack-oquin
Copy link
Member

Perhaps, although I am not certain. It would require testing on multiple distros.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants