catkin_make error in groovy [closed]

asked 2013-06-01 19:28:22 -0500

qiansheng gravatar image

updated 2022-01-22 16:16:27 -0500

Evgeny gravatar image

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 beginner_tutorials/scripts. finally,I run the command line 'catkin_make',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.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2016-08-08 02:09:48.385405

Comments

How did you install kobuki_saftey_controller?

joq gravatar image joq  ( 2013-06-02 14:27:56 -0500 )edit

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.

teddybouch gravatar image teddybouch  ( 2013-07-10 05:41:39 -0500 )edit