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

CMake Error #34

Open
Yasermn opened this issue Sep 18, 2017 · 1 comment
Open

CMake Error #34

Yasermn opened this issue Sep 18, 2017 · 1 comment

Comments

@Yasermn
Copy link

Yasermn commented Sep 18, 2017

When I copied urg_node-groovy-devel package into my catkin_ws/src folder and tried to compile it, I got the following errors:

CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:75 (find_package): Could not find a configuration file for package urg_c.
Set urg_c_DIR to the directory containing a CMake configuration file for urg_c. The file will have one of the following names:
urg_cConfig.cmake
urg_c-config.cmake
Call Stack (most recent call first): urg_node-groovy-devel/CMakeLists.txt:7 (find_package)
CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:75 (find_package): Could not find a configuration file for package laser_proc.
Set laser_proc_DIR to the directory containing a CMake configuration file for laser_proc. The file will have one of the following names:
laser_procConfig.cmake
laser_proc-config.cmake
Call Stack (most recent call first): urg_node-groovy-devel/CMakeLists.txt:7 (find_package)
-- Configuring incomplete, errors occurred! Invoking "cmake" failed

Could you please tell me what is going wrong? And How can I solve this?

@tonybaltovski
Copy link
Member

You need to have urg_c and laser_proc installed since they dependencies of this package. Use rosdep to install them.

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