Indigo | Jade | Kinetic | |
---|---|---|---|
Branch | indigo_dev |
indigo_dev |
kinetic_dev |
Status | supported | not supported | supported |
Version | version | version | version |
Indigo Source | Indigo Debian | Jade Source | Jade Debian | Kinetic Source | Kinetic Debian | |
---|---|---|---|---|---|---|
cob_people_perception |
Packages for people detection and identification with a Kinect.
Please also have a look at our more detailed documentation at http://wiki.ros.org/cob_people_detection .
see cob_people_detection/readme
- If you get errors when you
catkin_make
then ensure that in your~/catkin_ws/src/
you have bothcob_perception_common
andcob_people_perception
. Also ensure in bothcob_people_perception
andcob_perception_common
you ran the following command:
rosdep install -r --from-paths .
Then run again catkin_make
.