You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adbidwai@adbidwai-g3-3579 ~ python
Python 2.7.17 (default, Feb 27 2021, 15:10:58)
[GCC 7.5.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> cv2.__version__
'4.2.0'
adbidwai@adbidwai-g3-3579 ~ python3
Python 3.6.9 (default, Jan 26 2021, 15:33:00)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> cv2.__version__
'4.2.0'
System configurations
OS: Ubuntu 18.04
ROS Distro: ROS Melodic
When I try to build the packages
explore
andmap_merge
I get the following error.My system has an OpenCV version as '4.2.0'.
What dependencies is my system missing?
Any help is appreciated,
TIA
The text was updated successfully, but these errors were encountered: