Skeleton tracker using point cloud
Hello,
The default openni_tracker package allows the detection and tracking of a skeleton from a live stream of a Kinect.
However, I have a point cloud data (Type: sensor_msgs/PointCloud2) initially generated by a Kinect sensor and then modified (applying transformation, down-sampling ...).
I want to track a skeleton in this point cloud. Any ideas ?
Regards
If there's already a package for what you want to do, why are you rebuilding the functionality using a lower-fidelity point cloud?
Because I am not using directly the point cloud from the Kinect live stream, but a modified point cloud (generated from merging multiple kinects point clouds)
You should be able to do this by just merging your point clouds, doing whatever filtering you need, and then republishing the data to another topic. Then just remap your skeleton tracker to subscribe to the filtered data.