Message data type and accessing message fields
I'm trying to use the /body_msgs/skeletons message (from the MIT hand_interaction demo). I'm trying to write a subscriber callback function. How can I tell the type of the message (for the callback prototype declaration)?
Also, this message has many fields (x,y,z coordinates of various joints). How would I access any individual coordinate such as left_hip/y ?
Thanks, Paul