mlaiacker / rosbag2video

converts image sequence in ros bag files to video files
GNU General Public License v2.0
313 stars 111 forks source link

Cannot import name CvBridge #12

Closed MiroAndje closed 4 years ago

MiroAndje commented 4 years ago

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

MiroAndje commented 4 years ago

Before I works fine....

pramodkhandalkar commented 4 years ago

https://github.com/ros-perception/vision_opencv

install cv_bridge from custom package

mlaiacker commented 4 years ago

I am sorry, I don't work with ROS currently so I cant help much