catkin_make error in groovy
first,I create a package with the command line
catkin_create_pkg beginner_tutorials roscpp rospy std_msgs cmd_vel_mux kobuki_saftey_controller
then write a .py file in directory of beginnertutorials/scripts. finally,I run the command line 'catkinmake',and the error ocuured. The error like this:
***Cmake Error at /opt/ros/groovy/share/catkin/cmake/catkinconfig.cmake 71(find_package)
Could not find a configuration file for package cmd_vel_mux.
Set cmd_vel_mux_DIR to the directory containing a cmake configuration file for cmd_vel_mux.The file will have one of the following names:
cmd_vel_muxConfig.cmake
cmd_vel_mux-config.Cmake
call stack (most recent call first):
beginner_tutorials/CmakeLists.text7(find package):
Cmake Error at /opt/ros/groovy/share/catkin/cmake/catkinconfig.cmake 71:(find_package)
Could not find a configuration file for package kobuki_saftey_controller.
Set kobuki_saftey_controller_DIR to the directory containing a cmake configuration file for kobuki_saftey_controller.The file will have one of the following names:
kobuki_saftey_controllerConfig.cmake
kobuki_saftey_controller-config.Cmake
call stack (most recent call first):
beginner_tutorials/CmakeLists.text7(find package):***
Who can tell me why.
Asked by qiansheng on 2013-06-01 19:28:22 UTC
Comments
How did you install
kobuki_saftey_controller
?Asked by joq on 2013-06-02 14:27:56 UTC
I am having the same issue with FCL, which used ot be a ROS package but is now a standalone library. I downloaded the source, used the instructions to make and install, but these package config files do not exist, and I don't know how to link the libraries in catkin.
Asked by teddybouch on 2013-07-10 05:41:39 UTC