vision_opencv: 2.0.4-0 in 'bouncy/distribution.yaml' [bloom]#260
vision_opencv: 2.0.4-0 in 'bouncy/distribution.yaml' [bloom]#260
Conversation
|
This is a new one after addressing the issues of #259 |
|
@gaoethan any progress on fixing the hanging Also please note that the development jobs are failing due to some test dependencies that are |
|
I'm also watching this, as |
|
Thanks for your feedback @mikaelarguedas so... now all the test dependencies are required to be underneath In addition, all the build warning/nose assert_equal issue had already fixed before, the failure of conversion.py doesn't occcur with my opencv 3.4, maybe it relates to opencv3.2, I'll double check. |
In ROS (1 and 2), test dependencies should be
Yes I am referring to the hanging conversion.py test. Test log |
|
@mikaelarguedas The But there is no |
|
Thanks @gaoethan for looking into it.
So versions of OpenCV released on Debian/Ubuntu since then have been built without jasper.
|
|
Fix |
|
@mikaelarguedas I saw that there is another existing issue in the Jenkins log: Is it because the CI machine doesn't install |
|
@gaoethan same problem as before: dependencies needed to build your package should be listed as build dependencies. Your build process requires numpy, so it needs to be listed as such in the package.xml |
|
you can see that it has already been added as a dependency from package.xml, so you mean that it should also be necessary to add as a build dependency again like the following ?
|
|
It is declared as a test dependency and therefore only available when the tests are built. But in the CMake code you unconditionally rely on it. Either you move the logic in CMake into a conditional block ( |
TL;DR: Yes What I meant is that numpy use being used in many places in cv_bridge. Build time:The CMake code used to locate the numpy headers depends on the package Execution time:The python code of Testing time:The So it needs to be listed as a |
|
Thanks for your clarification and fix it within ros-perception/vision_opencv#243 |
|
release with tag 2.0.5 #263 and close this one now |
Increasing version of package(s) in repository
vision_opencvto2.0.4-0:bouncy/distribution.yaml0.6.62.0.3-0cv_bridge
image_geometry
vision_opencv