robot_controllers

asked 2019-02-17 23:18:02 -0500

khawla gravatar image

updated 2019-02-18 01:20:57 -0500

gvdhoorn gravatar image

I've been trying to install ROS melodic. when ever I try to catkin_make the folder I got this error

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

    robot_controllersConfig.cmake
    robot_controllers-config.cmake
edit retag flag offensive close merge delete

Comments

I've been trying to install ROS melodic

Could you (in the future perhaps) add a little more information to your questions? What OS? Which platform? Why are you building from source instead of using the .deb packages?

gvdhoorn gravatar image gvdhoorn  ( 2019-02-18 01:21:48 -0500 )edit

As to the error message: you appear to not have all the dependencies installed that some pkg requires. Please make sure you've followed the correct procedure when building things from sources. See #q252478 for an example workflow.

gvdhoorn gravatar image gvdhoorn  ( 2019-02-18 01:23:08 -0500 )edit