-
Notifications
You must be signed in to change notification settings - Fork 56
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
Regression in Kinetic with OpenCV 3.3 #17
Comments
Thanks for reporting, I'll take a look into it. |
@tfoote I can't see the issue here. In case you know, please shed some light. |
I think that the underlying issue is that it does not have a channel type unsigned int defined https://github.com/ros-gbp/opencv3-release/blob/debian/kinetic/xenial/opencv3/modules/core/include/opencv2/core/traits.hpp There appears to be an option This flag looks new. Perhaps we need to turn it back on for Kinetic. @vrabaud |
Looks like there is no cv::Mat_<uint32_t>, from here: |
Issue here: opencv/opencv#7599 |
* bag_tools: http://build.ros.org/view/Kbin_uX64/job/Kbin_uX64__bag_tools__ubuntu_xenial_amd64__binary/96/console srv/srv_tools#17 * op3_direct_control_module ROBOTIS-GIT/ROBOTIS-OP3#24 * darknet_ros leggedrobotics/darknet_ros#55
* bag_tools: http://build.ros.org/view/Kbin_uX64/job/Kbin_uX64__bag_tools__ubuntu_xenial_amd64__binary/96/console srv/srv_tools#17 * op3_direct_control_module ROBOTIS-GIT/ROBOTIS-OP3#24 * darknet_ros leggedrobotics/darknet_ros#55
Is there any update to this? |
I am also experiencing this in ROS kinetic. The problem, as others have noted, is due to image_proc and stereo_image_proc packages using deprecated cv matrix types. However I did find a workaround. Adding to the top of extract_images.cpp, extract_stereo_images.cpp and process_stereo.cpp will allow bag_tools to build. It's a little bit hacky but this might be an acceptable solution for ROS Kinetic. I don't know if this reliance on deprecated OpenCV types for image_proc stereo_image_proc is present in ROS Hydro and beyond. |
@jonnydark Thanks! |
Re: ros-infrastructure/rep#140 @vrabaud @mikaelarguedas FYI
http://build.ros.org/view/Kbin_uX64/job/Kbin_uX64__bag_tools__ubuntu_xenial_amd64__binary/25/console
The text was updated successfully, but these errors were encountered: