ModuleNotFoundError: No module named ‘cv_bridge’

ModuleNotFoundError: No module named ‘cv_bridge’

While executing carla-ros-bridge, I confronted error like “ModuleNotFoundError: No module named ‘cv_bridge’“.

$ sudo apt-get install ros-noetic-cv-bridge

If you are using another ros version such as kinetic you can use the command line like below.

$ sudo apt-get install ros-kinetic-cv-bridge

 

Leave a Reply

Your email address will not be published. Required fields are marked *