Robotics StackExchange | Archived questions

robot_controllers

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

Asked by khawla on 2019-02-18 00:18:02 UTC

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?

Asked by gvdhoorn on 2019-02-18 02:21:48 UTC

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.

Asked by gvdhoorn on 2019-02-18 02:23:08 UTC

Answers