Error while building my catkin during the installation of VREP Plugin
Hi,
After building my file using CMkae, all the packages went through the process but one and here is the error :
-- ==> add_subdirectory(vrep_ros_bridge/quadrotor_tk_handler)
CMake Warning at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:76 (find_package): Could not find a package configuration file provided by "telekyb_msgs" with any of the following names:
telekyb_msgsConfig.cmake
telekyb_msgs-config.cmake
Add the installation prefix of "telekyb_msgs" to CMAKE_PREFIX_PATH or set "telekyb_msgs_DIR" to a directory containing one of the above files. If "telekyb_msgs" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): vrep_ros_bridge/quadrotor_tk_handler/CMakeLists.txt:7 (find_package)
-- Could not find the required component 'telekyb_msgs'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found. CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "telekyb_msgs" with any of the following names:
telekyb_msgsConfig.cmake
telekyb_msgs-config.cmake
Add the installation prefix of "telekyb_msgs" to CMAKE_PREFIX_PATH or set "telekyb_msgs_DIR" to a directory containing one of the above files. If "telekyb_msgs" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): vrep_ros_bridge/quadrotor_tk_handler/CMakeLists.txt:7 (find_package)
-- Configuring incomplete, errors occurred! See also "/home/amel/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/amel/catkin_ws/build/CMakeFiles/CMakeError.log". make: * [cmake_check_build_system] Erreur 1 Invoking "make cmake_check_build_system" failed
Do you have any idea how to fix that?
Thanks & Best Regards
Space