karimkusin commited on
Commit
f342aea
·
verified ·
1 Parent(s): 95ff593

Create data/motions.json

Browse files
Files changed (1) hide show
  1. data/motions.json +17 -0
data/motions.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "motion_id": "balance_001",
4
+ "joints": [
5
+ [0.0, 0.0, 0.1],
6
+ [0.1, 0.0, 0.1],
7
+ [0.0, 0.1, 0.1]
8
+ ]
9
+ },
10
+ {
11
+ "motion_id": "balance_002",
12
+ "joints": [
13
+ [0.0, 0.1, 0.0],
14
+ [0.1, 0.1, 0.0]
15
+ ]
16
+ }
17
+ ]