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
I am using ROS Noetic
after cloning this package in my workspace ( ros_ws_cam/src/) it shows a cmake error, the message is
_CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643 (pkg_check_modules_internal)
usb_cam/CMakeLists.txt:10 (pkg_check_modules)
can anyone solve it?
The text was updated successfully, but these errors were encountered:
I am using ROS Noetic after cloning this package in my workspace ( ros_ws_cam/src/) it shows a cmake error, the message is _CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643 (pkg_check_modules_internal) usb_cam/CMakeLists.txt:10 (pkg_check_modules) can anyone solve it?
I also encountered this problem. It should be because of "No package 'libv4l2' found".
And I solved this error by running sudo apt-get install libv4l-dev in the terminal.
I am using ROS Noetic
after cloning this package in my workspace ( ros_ws_cam/src/) it shows a cmake error, the message is
_CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643 (pkg_check_modules_internal)
usb_cam/CMakeLists.txt:10 (pkg_check_modules)
can anyone solve it?
The text was updated successfully, but these errors were encountered: