OpenCV4.2 and Ubuntu16.04 with python2.7

asked 2020-06-02 01:33:52 -0500

Redhwan gravatar image

updated 2020-06-03 03:56:25 -0500

I'm using new vision of opencv, opencv 4.2 with ubuntu 16.04 and python 2.7

After built cv_bridge, the output is:

import rospkg
ImportError: No module named rospkg

More details about how I built it here

edit retag flag offensive close merge delete

Comments

OpenCV 4.x is sufficiently different from 3.x that I would not expect things to just compile out-of-the-box.

gvdhoorn gravatar image gvdhoorn  ( 2020-06-02 03:10:21 -0500 )edit

I have to build it, I spent around 8 hours so far. I hope that I achieve it.

Redhwan gravatar image Redhwan  ( 2020-06-02 03:26:04 -0500 )edit