[catkin_make] Cmake Error
Hi everyone. I'm doing this thing (youbot ros-hydro-wrapper-for-kuka-youbot) trying to make youbot by Kuka working and there's an error on the last "$ catkin_make".
$ cd ~/catkin_ws/src
$ git clone github.com /youbot/youbot_driver_ros_interface.git -b hydro-devel
$ cd ..
$ catkin_make
$ sudo setcap cap_net_raw+ep devel/lib/youbot_driver_ros_interface/youbot_driver_ros_interface
it's my first time with Ubuntu and ROS, so I don't really know what gone wrong.
CMake Error at /opt/ros/hydro/share/catkin/cmake/catkinConfig.cmake:72 (find_package): Could not find a package configuration file provided by "brics_actuator" with any of the following names:
brics_actuatorConfig.cmake brics_actuator-config.cmake
Add the installation prefix of "brics_actuator" to CMAKE_PREFIX_PATH or set "brics_actuator_DIR" to a directory containing one of the above files. If "brics_actuator" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first):
youbot_driver_ros_interface/CMakeLists.txt:5 (find_package)-- Configuring incomplete, errors occurred! make: * [cmake_check_build_system] Error 1 Invoking "make cmake_check_build_system" failed