since a new update of my ubuntu 16.04 LTS I get the following error message while I want to create a mp4-video from a rosbag:
_Traceback (most recent call last):
File "rosbag2video.py", line 18, in
from cvbridge import CvBridge, CvBridgeError
ImportError: cannot import name CvBridge"
My python version is:
Python 2.7.12 (default, Oct 8 2019, 14:14:10)
[GCC 5.4.0 20160609] on linux2
Hallo mlaiacker ,
since a new update of my ubuntu 16.04 LTS I get the following error message while I want to create a mp4-video from a rosbag:
_Traceback (most recent call last): File "rosbag2video.py", line 18, in
from cvbridge import CvBridge, CvBridgeError
ImportError: cannot import name CvBridge"
My python version is:
Python 2.7.12 (default, Oct 8 2019, 14:14:10) [GCC 5.4.0 20160609] on linux2
Could you please help me?
Best regards MiroslavAndje