OUXT-Polaris / ros_ship_packages

USV simulator for ROS
128 stars 46 forks source link

Cannot find "controller_managerConfig.Cmake" upon building package #5

Closed andelnegro6 closed 6 years ago

andelnegro6 commented 6 years ago

Fill-out only one section depending on whether you are reporting a bug or a new feature.

Bug

Update here. I managed to install all the required packages. However, there is a problem with the build. I run catkin_make and it gives me a Cmake error. This one:

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

controller_managerConfig.cmake
controller_manager-config.cmake

Do you know where in your package I can add these prefixes to CMAKE_PREFIX_PATH, or do you have that file at all? or is it from another dev package?

Let me know :) thank you very much

Specifications

hakuturu583 commented 6 years ago

@andelnegro6 Sorry, I will add controller manager to package.xml soon.

andelnegro6 commented 6 years ago

Thank you! I'll be waiting.