Unable to import cv2 and cvbridge in ROS and python3
问题 Environment Ubuntu 16.04 Python 3.5.2 Ros Distribution-Kinetic Ros was installed as per installation instruction ( sudo apt-get install ros-kinetic-full-desktop ) And to make the Python3 as default version, I followed the necessary and sufficient step of install python3 versions of rospkg and catkin( sudo pip3 install rospkg catkin_pkg ). After which i am able to import cv2 in python2 but not in python3 as below ImportError: /opt/ros/kinetic/lib/python2.7/dist-packages/cv2.so: undefined