您的位置:首页 > 运维架构

Segmentation fault (core dumped) when using cv_bridge(ROS indigo) and OpenCV 3

2017-05-14 14:11 2161 查看
I was also having essentially the same issue, probably due to multiple versions of OpenCV being linked with my binary.

I was able to resolve the segfault by cloning the
vision_opencv repository into my catkin workspace.

Then, my package explicitly requires OpenCV 3:

find_package(OpenCV 3 REQUIRED)

This recompiles the cv_bridge package with OpenCV, and the resulting binary is only linked against OpenCV3 libraries

点击打开链接
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: