Abner Huang

Results 3 comments of Abner Huang

Have you solved this problem? I have the same error when I build the code. ``` sudo apt-get install libdevil1c2 libdevil-dev ``` and fix my problem. Hope it can help...

> sudo gedit /etc/ld.so.conf 添加如下代码: > /usr/local/lib 运行: > sudo ldconfig

I have the similar problem and modified the file `cv_bridgeConfig.cmake`. change the old path from: ` set(_include_dirs "include;/usr/include;/usr/include/opencv")` to: ` set(_include_dirs "include;/usr/include;/usr/include/opencv4;/usr/include/opencv4/opencv2")` and can fix the problem. I know this...