-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_data.json
125 lines (125 loc) · 3.07 KB
/
test_data.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"points": {
"Upper_Pivot": {
"name": "Upper_Pivot",
"type": "ground",
"pos": [
636,
510.0070176265434
]
},
"Seatstay": {
"name": "Seatstay",
"type": "linkage",
"pos": [
557,
518.5708210010368
]
},
"Rear_Wheel": {
"name": "Rear_Wheel",
"type": "rear_wheel",
"pos": [
283,
339.40326703742124
]
},
"Horst_Pivot": {
"name": "Horst_Pivot",
"type": "linkage",
"pos": [
330,
333.11854180412854
]
},
"Main_Pivot": {
"name": "Main_Pivot",
"type": "ground",
"pos": [
610,
357.96658214723374
]
},
"Shock_Frame": {
"name": "Shock_Frame",
"type": "ground",
"pos": [
655,
391
]
},
"Front_Wheel": {
"name": "Front_Wheel",
"type": "front_wheel",
"pos": [
1221,
343.9999999999999
]
},
"Bottom_Bracket": {
"name": "Bottom_Bracket",
"type": "bottom_bracket",
"pos": [
616,
322.99999999999994
]
},
"Shock_Rocker": {
"name": "Shock_Rocker",
"type": "linkage",
"pos": [
671,
544.0000000000002
]
}
},
"links": {
"Upper_Pivot_Seatstay": {
"name": "Upper_Pivot_Seatstay",
"a": "Upper_Pivot",
"b": "Seatstay"
},
"Seatstay_Rear_Wheel": {
"name": "Seatstay_Rear_Wheel",
"a": "Seatstay",
"b": "Rear_Wheel"
},
"Horst_Pivot_Rear_Wheel": {
"name": "Horst_Pivot_Rear_Wheel",
"a": "Horst_Pivot",
"b": "Rear_Wheel"
},
"Seatstay_Horst_Pivot": {
"name": "Seatstay_Horst_Pivot",
"a": "Seatstay",
"b": "Horst_Pivot"
},
"Horst_Pivot_Main_Pivot": {
"name": "Horst_Pivot_Main_Pivot",
"a": "Horst_Pivot",
"b": "Main_Pivot"
},
"Shock_Rocker_Seatstay": {
"name": "Shock_Rocker_Seatstay",
"a": "Shock_Rocker",
"b": "Seatstay"
},
"Upper_Pivot_Shock_Rocker": {
"name": "Upper_Pivot_Shock_Rocker",
"a": "Upper_Pivot",
"b": "Shock_Rocker"
},
"Shock Eye-Eye": {
"name": "Shock Eye-Eye",
"a": "Shock_Frame",
"b": "Shock_Rocker"
}
},
"shock": "Shock Eye-Eye",
"params": {
"chainline": [30,52],
"wheelbase": "1255",
"wheel_size": "29",
"cog_height": "1100"
}
}