image_pipeline icon indicating copy to clipboard operation
image_pipeline copied to clipboard

catkin_make build image_proc repo error

Open john-le1996 opened this issue 4 years ago • 3 comments

CMake Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:367 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:532 (_pkg_check_modules_internal) image_pipeline/image_view/CMakeLists.txt:42 (pkg_check_modules)

-- Configuring incomplete, errors occurred! See also "/home/asd/image_pipelin/build/CMakeFiles/CMakeOutput.log". See also "/home/asd/image_pipelin/build/CMakeFiles/CMakeError.log". Invoking "cmake" failed

ros kinetic ubuntu 16.04

john-le1996 avatar Mar 29 '21 15:03 john-le1996

@john-le1996 Please provide the following:

  • Which branch or commit are you using?
  • What command are you using to build your workspace?

It looks like your workspace is not set up correctly. Your folders should look like this:

  • my_workspace/
    • build/
    • devel/
    • src/
      • image_pipeline/

And you should run the catkin commands inside my_workspace/.

JWhitleyWork avatar Mar 29 '21 16:03 JWhitleyWork

thanks for response my workspace is okay sir but building having an error i use this http://wiki.ros.org/image_proc kinetic git clone git https://github.com/ros-perception/image_pipeline.git

john-le1996 avatar Mar 29 '21 16:03 john-le1996

Make Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:367 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:532 (_pkg_check_modules_internal) image_pipeline/image_view/CMakeLists.txt:42 (pkg_check_modules)

-- Configuring incomplete, errors occurred! See also "/home/asd/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/asd/catkin_ws/build/CMakeFiles/CMakeError.log". Invoking "cmake" failed

john-le1996 avatar Mar 29 '21 16:03 john-le1996

CI is passing on all supported distros - so this is likely an issue with your machine. If the issue persists, I suggest posting to https://robotics.stackexchange.com

mikeferguson avatar Jan 17 '24 16:01 mikeferguson