forked from AmeyaWagh/walking_model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
48 lines (48 loc) · 1.77 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"TEST_FILE": "bin/test01.csv",
"NEW_FORMAT": true,
"SUBJECT": {
"MASS": 64,
"HEIGHT": 1.7,
"JOINT_sequence": {
"0":"Left.Knee.Angle",
"1":"Left.Hip.Angle",
"2":"Right.Hip.Angle",
"3":"Right.Knee.Angle",
"4":"Right.Ankle.Angle",
"5":"Left.Ankle.Angle"
},
"CALIBRATION":{
"Left.Knee.Angle":{
"index":8,
"multiplier":1,
"offset":180
},
"Left.Hip.Angle":{
"index":5,
"multiplier":1,
"offset":100
},
"Right.Hip.Angle":{
"index":20,
"multiplier":1,
"offset":-90
},
"Right.Knee.Angle":{
"index":15,
"multiplier":1,
"offset":0
},
"Right.Ankle.Angle":{
"index":14,
"multiplier":1,
"offset":-105
},
"Left.Ankle.Angle":{
"index":9,
"multiplier":1,
"offset":-80
}
}
}
}