Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@newyellow
Last active April 26, 2017 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save newyellow/67df85005ba28481c05b to your computer and use it in GitHub Desktop.
Save newyellow/67df85005ba28481c05b to your computer and use it in GitHub Desktop.
{
"createTime": 1457625703, // Coordinated Universal Time(UTC), based from 1970-01-01 00:00:00, Type - long
"dataSet":[
{
"id":"user1", // 使用者 ID, Type String
"data":{
"rightHand":{ "x":0, "y":0, "z":0 }, // 身體各節點的旋轉角度資料
"leftHand":{ "x":0, "y":0, "z":0 }, // 節點名稱請參考下面圖片說明
...
...
"Hips":{ "x":0, "y":0, "z":0 }
}
},
{
"id":"user2",
"data":{
"rightHand":{ "x":0, "y":0, "z":0 },
...
...
}
},
...
]
}
@alan9162000
Copy link

感測器資料Topic : $group_id/pose
反饋資料Topic : $group_id/action
位置資料Topic : $group_id/position

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment