Skip to content

Instantly share code, notes, and snippets.

@n1ckfg
Created January 23, 2019 15:11
Show Gist options
  • Save n1ckfg/7e47cd974f23e484c9f55f46267e0834 to your computer and use it in GitHub Desktop.
Save n1ckfg/7e47cd974f23e484c9f55f46267e0834 to your computer and use it in GitHub Desktop.
Osceleton message format
Joint names (15) are:
"head", "neck", "torso", "r_shoulder", "r_elbow", "r_hand", "l_shoulder", "l_elbow", "l_hand", "r_hip", "r_knee", "r_foot", "l_hip", "l_knee", "l_foot"
Channel name is always:
"/joint"
Message pattern is:
sifff
Message format is:
1. joint name (string)
2. skeleton index (int)
3. x (float, 0.0-1.0)
4. y (float, 0.0-1.0)
5. z (float, 0.0-1.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment