Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when compiling #43

Closed
ruanjian0821 opened this issue Jul 16, 2019 · 1 comment
Closed

Error when compiling #43

ruanjian0821 opened this issue Jul 16, 2019 · 1 comment

Comments

@ruanjian0821
Copy link

I downloaded aruco_ros,ros-kinetic-visp,vision-visp and easy_handeye to my workspace.

When I run catkin_make I got this error:

CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
Could not find a package configuration file provided by "image_proc" with
any of the following names:

image_procConfig.cmake
image_proc-config.cmake

Add the installation prefix of "image_proc" to CMAKE_PREFIX_PATH or set
"image_proc_DIR" to a directory containing one of the above files. If
"image_proc" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
vision_visp/visp_hand2eye_calibration/CMakeLists.txt:4 (find_package)

-- Could not find the required component 'image_proc'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "image_proc" with
any of the following names:

image_procConfig.cmake
image_proc-config.cmake

Add the installation prefix of "image_proc" to CMAKE_PREFIX_PATH or set
"image_proc_DIR" to a directory containing one of the above files. If
"image_proc" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
vision_visp/visp_hand2eye_calibration/CMakeLists.txt:4 (find_package)

-- Configuring incomplete, errors occurred!

Seems like system could not find package "image_proc",so I tried to install or apt-get this package from internet, but failed.

So how can I fix this problem?

@MonsterMoriarty
Copy link

did you fixed it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants