CMake Error at /opt/ros/hydro/share/catkin/cmake/catkin_package.cmake:156 (message):
catkin_package() DEPENDS on 'ecto' which must be find_package()-ed before.
If it is a catkin package it can be declared as CATKIN_DEPENDS instead
without find_package()-ing it.
Call Stack (most recent call first):
/opt/ros/hydro/share/catkin/cmake/catkin_package.cmake:98 (_catkin_package)
object_recognition_core/CMakeLists.txt:7 (catkin_package)
Running command: "make cmake_check_build_system" in "/home/dwy189/ork/build"
-- Using CATKIN_DEVEL_PREFIX: /home/dwy189/ork/devel -- Using CMAKE_PREFIX_PATH: /opt/ros/hydro -- This workspace overlays: /opt/ros/hydro -- Using PYTHON_EXECUTABLE: /usr/bin/python -- Python version: 2.7 -- Using Debian Python package layout -- Using CATKIN_ENABLE_TESTING: ON -- Call enable_testing() -- Using CATKIN_TEST_RESULTS_DIR: /home/dwy189/ork/build/test_results -- Found gtest sources under '/usr/src/gtest': gtests will be built -- catkin 0.5.86 -- BUILD_SHARED_LIBS is on --
~~~~~~~~~~~~~ -- ~~ traversing 9 packages in topological order: -- ~~ - object_recognition_core -- ~~ - object_recognition_capture -- ~~ - object_recognition_linemod -- ~~ - object_recognition_msgs -- ~~ - object_recognition_reconstruction -- ~~ - object_recognition_ros -- ~~ - object_recognition_tabletop -- ~~ - object_recognition_tod -- ~~ - object_recognition_transparent_objects --~~~~~~~~~~~~~ -- +++ processing catkin package: 'object_recognition_core' -- ==> add_subdirectory(object_recognition_core) CMake Error at /opt/ros/hydro/share/catkin/cmake/catkinConfig.cmake:72 (find_package): Could not find a configuration file for package ecto.Set ecto_DIR to the directory containing a CMake configuration file for ecto. The file will have one of the following names:
Call Stack (most recent call first): object_recognition_core/CMakeLists.txt:6 (find_package)
CMake Error at /opt/ros/hydro/share/catkin/cmake/catkin_package.cmake:156 (message): catkin_package() DEPENDS on 'ecto' which must be find_package()-ed before. If it is a catkin package it can be declared as CATKIN_DEPENDS instead without find_package()-ing it. Call Stack (most recent call first): /opt/ros/hydro/share/catkin/cmake/catkin_package.cmake:98 (_catkin_package) object_recognition_core/CMakeLists.txt:7 (catkin_package)
-- Configuring incomplete, errors occurred! make: *\ [cmake_check_build_system] Error 1 Invoking "make cmake_check_build_system" failed
My OS is Ubuntu 12.04LTS and I am using ROS hydro. What is going on here? Can someone help? Thank you very much!