Hello, I'm currently running Ros Hydro on Ubuntu 12.04 and I want to use a Kinect for face recognition.
I found the [cob_people_detection](http://wiki.ros.org/cob_people_detection) package and downloaded [cob_people_perception-hydro_dev](https://github.com/ipa-rmb/cob_people_perception/tree/hydro_dev) to my catkin_ws/src/ folder, but when I try to build it with catkin_make I get errors concerning several configuration files, like this ones:
*CMake Error at /opt/ros/hydro/share/catkin/cmake/catkinConfig.cmake:75 (find\_package):
Could not find a configuration file for package cob\_image\_flip.*
*CMake Error at /opt/ros/hydro/share/catkin/cmake/catkinConfig.cmake:75 (find\_package):
Could not find a configuration file for package cob\_perception\_msgs.*
[Here](https://gist.github.com/Athria/1922fc4250ed95e944fb) is the complete log.
I tried deleting the devel and build folders, and then building, but I get the same error. I don't have a similar problem with any of the other packages I'm using, so I'm not sure if I'm missing something here.
Thank you in advance,
↧