ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Cmake error - not able to run catkin_make [closed]

asked 2016-04-29 06:25:52 -0500

bhavyadoshi26 gravatar image

Hello,

I have a workspace created and most of my ROS packages are in the workspace. But when I clone a new package and try to run catkin_make I get the following error.

CMake Error at /opt/ros/jade/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
Could not find a package configuration file provided by "urdfdom_py" with any of the following names:

urdfdom_pyConfig.cmake
urdfdom_py-config.cmake

Add the installation prefix of "urdfdom_py" to CMAKE_PREFIX_PATH or set "urdfdom_py_DIR" to a directory containing one of the above files.  If "urdfdom_py" provides a separate development package or SDK, be sure it has been installed. 

Call Stack (most recent call first): 
srdfdom/CMakeLists.txt:10 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/.../first_workspace/build/CMakeFiles/CMakeOutput.log".   
See also "/home/.../first_workspace/build/CMakeFiles/CMakeError.log". 
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed
$

What could be the issue and how can I solve it?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by bhavyadoshi26
close date 2016-09-07 09:26:12.865324

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-04-29 10:46:50 -0500

mgruhler gravatar image

Try again after installing sudo apt-get install ros-jade-urdfdom-py

edit flag offensive delete link more

Comments

Than you for the correct answer.

bhavyadoshi26 gravatar image bhavyadoshi26  ( 2016-05-02 05:07:19 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-04-29 06:25:52 -0500

Seen: 1,369 times

Last updated: Apr 29 '16