[Documentation] [TitleIndex] [WordIndex

Video

Here's a short video to show what the package does and outputs in rviz.

Usage

This package uses openni_kinect so make sure you have it already installed on your system.

Also you may have to modify c++ code when runtime error (e.g. segmentation fault) occurs. QA threads like this might be of help.

Output

Now that the nodes are running, the output can be viewed on rviz that was just launched. In rviz, a human would be labelled as human(green text) and a green polygon would be placed around the human's pointclouds. The number beside the human label is the tracking number of that particular human. For any other object, it would be labelled as non-human(red text).

In addition to visualization, the node also publishes a topic called people which contains information about the tracking number, xyz location and distance of the human from the kinect.

Installation

Depending on your environment, you might need to install ros-electric-perception-pcl (see dependencies page up in this page or manifest.xml).


2023-10-28 12:52