Created
January 23, 2019 15:11
-
-
Save n1ckfg/7e47cd974f23e484c9f55f46267e0834 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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