Hi y'all,
I am trying to do face detection and position measurement with the Kinect for Windows v2 sensor. I have successfully calibrated the kinect camera and I need to port cob_people_perception over to my kinect v2 but while running catkin_make, I stumbled upon the following error:
-- +++ processing catkin package: 'cob_people_tracking_filter'
-- ==> add_subdirectory(cob_people_perception/cob_people_tracking_filter)
-- Using these message generators: gencpp;genlisp;genpy
CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
Could not find a package configuration file provided by
"cob_perception_msgs" with any of the following names:
cob_perception_msgsConfig.cmake
cob_perception_msgs-config.cmake
Add the installation prefix of "cob_perception_msgs" to CMAKE_PREFIX_PATH
or set "cob_perception_msgs_DIR" to a directory containing one of the above
files. If "cob_perception_msgs" provides a separate development package or
SDK, be sure it has been installed.
Call Stack (most recent call first):
cob_people_perception/cob_people_tracking_filter/CMakeLists.txt:20 (find_package)
I'm wondering what I am missing?
↧