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

Missing opencv_test dependency? #1

Closed
bit-pirate opened this issue Dec 6, 2012 · 4 comments
Closed

Missing opencv_test dependency? #1

bit-pirate opened this issue Dec 6, 2012 · 4 comments

Comments

@bit-pirate
Copy link

Hi there!

Once of my Turtlebot apps, which I am trying to get running crashes due to a missing dependency in cv_bridge. It is pulling in opencv_tests(*), which are not listed in the package.xml.

(*) in cv_bridge/src/cv_bridge/cv_bridge.py

import roslib
roslib.load_manifest('opencv_tests')
import rostest
import rospy
import unittest

import sensor_msgs.msg
import cv

Is that a bug or am I missing something?

PS: Here is the original bug: turtlebot/turtlebot_apps#23
PPS: In case opencv_tests is really needed, will you release it as well?

@vrabaud
Copy link
Contributor

vrabaud commented Dec 6, 2012

wow, nice. opencv_tests is just a bunch of tests, no application or library. So I do not see why cv_bridge depends on it.
Can you please remove the second line "roslib.load_manifest('opencv_tests')" and tell me if that works for you ? thx

@derekjchow
Copy link

I can confirm that removing the second lines causes the package to run.

vrabaud added a commit that referenced this issue Dec 11, 2012
@vrabaud
Copy link
Contributor

vrabaud commented Dec 11, 2012

thx for the bug report. 1.9.11 fixes that.

@vrabaud vrabaud closed this as completed Dec 11, 2012
@bit-pirate
Copy link
Author

Cool! I couldn't thoroughly test it, since I'm struggling with Groovy and OpenNi here. But at least I can state, that the program was runnable with the opencv_tests dependency removed.

gaoethan pushed a commit that referenced this issue Jun 4, 2018
* Port image_geometry to ROS2.

Signed-off-by: Chris Lalancette <clalancette@osrfoundation.org>
knorth55 pushed a commit to knorth55/vision_opencv that referenced this issue Apr 5, 2022
ijnek pushed a commit that referenced this issue Oct 3, 2022
fix for endian mismatch issue per boostorg/python PR #218
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

No branches or pull requests

3 participants