-
Notifications
You must be signed in to change notification settings - Fork 1
/
dysturbance.yaml
537 lines (534 loc) · 21.2 KB
/
dysturbance.yaml
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
---
user_name: "dysturbance"
scenario:
name: 'External replicable disturbance'
description: 'Legged robots during standing or locomotion tasks must be
capable to react safely and reject external disturbances.
This testbed has the purpose to fully characterize their stability and
control behaviors against dynamic loads.
The system applies different types of replicable disturbance actions on a
agent.
Capability to provide controlled pushes is required to analyze the system
stability properties, and the control reaction.'
image: dysturbance/scenario.png
protocol:
- id: 39
name: 'dysturbance_reaction_impulsive'
name_readable: 'Reaction to Impulsive Disturbance'
definition: 'This test characterizes the system stability when subjected to
external impacts.
The purpose is to define the maximum of impulsive force and energy that
the system is capable handle without incurring in instability.
During the tests, the pendulum falls down freely from a given height,
corresponding to a given energy, and hits the agent.'
image: 'dysturbance/dysturbance_impulsive.png'
keywords: [impact, impulse, energy, resilience]
bipedal_system: [humanoid, exoskeleton]
pi_algo: algo_impulsive_disturbance
duration: '1 minute / run / subject'
controlled_variables:
- name: Initial_energy
definition: Pendulum initial energy
type: scalar
range: [0, 200]
unit: J
- name: Pendulum_length
definition: Pendulum set length
type: scalar
range: [0.5-1-1.2]
unit: m
- name: Pendulum_added_mass
definition: Pendulum additional mass
type: scalar
range: [1, 5]
unit: kg
- name: Pendulum_height
definition: Pendulum base height
type: scalar
range: [1.2, 2]
unit: m
testbed:
- item: Motion Capture System
type: sensor
- item: Treadmill
type: actuator
file_sheet: to enable testing during walking, not mandatory)
- item: Instrumented actuated pendulum
type: actuator
file_sheet: 'testbed developed by the dysturbance consortium.
More details on its implementation are reported in the technical
sheets.
https://github.com/CentroEPiaggio/dysturbance/blob/master/Documentation/Dysturbance_TestBed_Description_.pdf'
step_description: 'The researcher should set up the structure and place the
subject (robot) in the correct position.
The robot should stay upright balancing within the setup.
After that, the test can start.
Detailed experimental steps are reported below.'
step_list:
- description: 'Set manually the pendulum base at the height
Pendulum_height'
- description: 'Set the additional mass M, and the length of the pendulum
Pendulum_length'
- description: 'Place the agent at the starting pose'
- description: 'Raise the pendulum up to the angle corresponding to the
pendulum energy Initial_energy'
- description: 'Start data acquisition'
- description: 'The pendulum falls and hits the agent'
- description: 'The pendulum oscillation is damped out'
- description: 'Stop data acquisition'
- description: 'Repeat from 3 to 8 to collect multiple data at same
experiment conditions (min. 10 runs)'
has_multiple_run: true
has_multiple_condition: true
has_multiple_subject: false
- id: 40
name: 'dysturbance_reaction_sinusoidal_force'
name_readable: 'Reaction to Sinusoidal Force Disturbance'
definition: ' This test characterizes the system stability in the frequency
domain.
During the test, the system is subjected to repetitive sinusoidal force
disturbances at a given frequency.'
image: 'dysturbance/dysturbance_sinusoidal.png'
keywords: [Force disturbance, Amplitude, Frequency]
bipedal_system: [humanoid, exoskeleton]
pi_algo: algo_sinusoidal_force_disturbance
duration: '5 minute / run / subject'
controlled_variables:
- name: Force_amplitude
definition: Pendulum force magnitude
type: scalar
range: [0, 600]
unit: N
- name: Pendulum_frequency
definition: Pendulum oscillation frequency
type: scalar
range: [0, 2]
unit: Hz
- name: Cycles_number
definition: Number of cycles
type: scalar
range: [1, 100]
unit: N/A
- name: Pendulum_height
definition: Pendulum base height
type: scalar
range: [1.2, 2]
unit: m
- name: Pendulum_length
definition: Pendulum set length
type: scalar
range: [0.5-1-1.2]
unit: m
testbed:
- item: Motion Capture System
type: sensor
- item: Treadmill
type: actuator
file_sheet: to enable testing during walking, not mandatory)
- item: Instrumented actuated pendulum
type: actuator
file_sheet: 'testbed developed by the dysturbance consortium.
More details on its implementation are reported in the technical
sheets.
https://github.com/CentroEPiaggio/dysturbance/blob/master/Documentation/Dysturbance_TestBed_Description_.pdf'
step_description: 'The researcher should set up the structure and place the
subject (robot) in the correct position.
The robot should stay upright balancing within the setup.
After that, the test can start.
Detailed experimental steps are reported below.'
step_list:
- description: 'Set manually the pendulum base at the height H'
- description: 'Set the test parameters (disturb frequency and amplitude)
and the testbed variables mass M, and the length of the pendulum L'
- description: 'Place the agent at the starting point'
- description: 'The pendulum reaches the contact point with the robot
which sets the zero of the disturb'
- description: 'Start data acquisition'
- description: 'Start the sinusoidal disturbance'
- description: 'Stop data acquisition when the disturbance ends or when
interrupted by the user (robot fall)'
- description: 'Repeat from 3 to 7 to collect multiple data at same
experiment conditions (min. 10 times)'
has_multiple_run: true
has_multiple_condition: true
has_multiple_subject: false
- id: 41
name: 'dysturbance_reaction_sinusoidal_disp'
name_readable: 'Reaction to Sinusoidal displacement Disturbance'
definition: 'This test characterizes the system stability in the frequency
domain.
During the test, the system is subjected to repetitive sinusoidal
displacement disturbances at a given frequency.'
image: 'dysturbance/dysturbance_sinusoidal.png'
keywords: [Force disturbance, Amplitude, Frequency]
bipedal_system: [humanoid, exoskeleton]
pi_algo: algo_sinusoidal_displacement_disturbance
duration: '5 minute / run / subject'
controlled_variables:
- name: Displacement_amplitude
definition: Pendulum oscillation amplitude
type: scalar
range: [0, 30]
unit: deg
- name: Pendulum_frequency
definition: Pendulum oscillation frequency
type: scalar
range: [0, 2]
unit: Hz
- name: Cycles_number
definition: Number of cycles
type: scalar
range: [1, 100]
unit: N/A
- name: Pendulum_height
definition: Pendulum base height
type: scalar
range: [1.2, 2]
unit: m
- name: Pendulum_length
definition: Pendulum set length
type: scalar
range: [0.5-1-1.2]
unit: m
testbed:
- item: Motion Capture System
type: sensor
- item: Treadmill
type: actuator
file_sheet: to enable testing during walking, not mandatory)
- item: Instrumented actuated pendulum
type: actuator
file_sheet: 'testbed developed by the dysturbance consortium.
More details on its implementation are reported in the technical
sheets.
https://github.com/CentroEPiaggio/dysturbance/blob/master/Documentation/Dysturbance_TestBed_Description_.pdf'
step_description: 'The researcher should set up the structure and place the
subject (robot) in the correct position.
The robot should stay upright balancing within the setup.
After that, the test can start.
Detailed experimental steps are reported below.'
step_list:
- description: 'Set manually the pendulum base at the height H'
- description: 'Set the test parameters (disturb frequency and amplitude)
and the testbed variables additional mass M, and the length of the
pendulum L'
- description: 'Place the agent at the starting point'
- description: 'The pendulum reaches the contact point with the robot
which sets the zero of the disturb'
- description: 'Start data acquisition'
- description: 'Start the sinusoidal disturb'
- description: 'Stop data acquisition when the disturb ends or when
interrupted by the user (robot fall)'
- description: 'Repeat from 3 to 7 to collect multiple data at same
experiment conditions (min. 10 times)'
has_multiple_run: true
has_multiple_condition: true
has_multiple_subject: false
- id: 105
name: 'dysturbance_reaction_quasistatic_force'
name_readable: 'Reaction to external Quasistatic Force Disturbance'
definition: 'This test evaluates the capability of the system to adapt
and resist an almost constant push, and to find the maximum value of
quasi-static load the system is capable to resist without falling.
We provide a Time-Linear quasi-static Force/Displacement perturbation.'
image: 'dysturbance/dysturbance_sinusoidal.png'
keywords: [external perturbation]
bipedal_system: [humanoid, exoskeleton]
pi_algo: algo_quasistatic_force_disturbance
duration: '5 minute / run / subject'
controlled_variables:
- name: Force_rate
definition: Force over time rate
type: scalar
range: [0, 300]
unit: N/s
- name: Displacement_rate
definition: Displacement over time rate
type: scalar
range: [0, 60]
unit: deg/s
- name: Pendulum_height
definition: Pendulum base height
type: scalar
range: [1.2, 2]
unit: m
- name: Pendulum_length
definition: Pendulum set length
type: scalar
range: [0.5-1-1.2]
unit: m
testbed:
- item: Motion Capture System
type: sensor
- item: Treadmill
type: actuator
file_sheet: to enable testing during walking, not mandatory)
- item: Instrumented actuated pendulum
type: actuator
file_sheet: 'testbed developed by the dysturbance consortium.
More details on its implementation are reported in the technical
sheets.
https://github.com/CentroEPiaggio/dysturbance/blob/master/Documentation/Dysturbance_TestBed_Description_.pdf'
step_description: 'The researcher should set up the structure and place the
subject (robot) in the correct position.
The robot should stay upright balancing within the setup.
After that, the test can start.
Detailed experimental steps are reported below.'
step_list:
- description: 'Set manually the pendulum base at the height H'
- description: 'Set the additional mass M, and the length of the
pendulum L'
- description: 'Place the agent at the starting point'
- description: 'The pendulum reaches the contact point with the robot
which sets the zero of the disturb'
- description: 'Start data acquisition'
- description: 'Start the linear disturb'
- description: 'Stop data acquisition when the disturb ends or when
interrupted by the user (robot fall)'
- description: 'Repeat from 3 to 7 to collect multiple data at same
experiment conditions (min. 10 times)'
has_multiple_run: true
has_multiple_condition: false
has_multiple_subject: false
- id: 106
name: 'dysturbance_reaction_quasistatic_disp'
name_readable: 'Reaction to external Quasistatic Displacement Disturbance'
definition: 'This test evaluates the capability of the system to adapt and
resist an almost constant push, and to find the maximum value of
quasi-static load the system is capable to resist without falling.
We provide a Time-Linear quasi-static Force/Displacement perturbation.'
image: 'dysturbance/dysturbance_sinusoidal.png'
keywords: [external perturbation]
bipedal_system: [humanoid, exoskeleton]
pi_algo: algo_quasistatic_displacement_disturbance
duration: '5 minute / run / subject'
controlled_variables:
- name: Force_rate
definition: Force over time rate
type: scalar
range: [0, 300]
unit: N/s
- name: Displacement_rate
definition: Displacement over time rate
type: scalar
range: [0, 60]
unit: deg/s
- name: Pendulum_height
definition: Pendulum base height
type: scalar
range: [1.2, 2]
unit: m
- name: Pendulum_length
definition: Pendulum set length
type: scalar
range: [0.5-1-1.2]
unit: m
testbed:
- item: Motion Capture System
type: sensor
- item: Treadmill
type: actuator
file_sheet: to enable testing during walking, not mandatory)
- item: Instrumented actuated pendulum
type: actuator
file_sheet: 'testbed developed by the dysturbance consortium.
More details on its implementation are reported in the technical
sheets.
https://github.com/CentroEPiaggio/dysturbance/blob/master/Documentation/Dysturbance_TestBed_Description_.pdf'
step_description: 'The researcher should set up the structure and place the
subject (robot) in the correct position.
The robot should stay upright balancing within the setup.
After that, the test can start.
Detailed experimental steps are reported below.'
step_list:
- description: 'Set manually the pendulum base at the height H'
- description: 'Set the additional mass M, and the length of the
pendulum L'
- description: 'Place the agent at the starting point'
- description: 'The pendulum reaches the contact point with the robot
which sets the zero of the disturb'
- description: 'Start data acquisition'
- description: 'Start the linear disturb'
- description: 'Stop data acquisition when the disturb ends or when
interrupted by the user (robot fall)'
- description: 'Repeat from 3 to 7 to collect multiple data at same
experiment conditions (min. 10 times)'
has_multiple_run: true
has_multiple_condition: false
has_multiple_subject: false
pi:
- name: Fall_check
name_readable: Fall Check
description: It reports the state of the robot at the end of each protocol
unit: na
output: scalar
intra_run aggregation: na
inter_run_aggregation: percentage
visu: na
inter_cond_aggregation: na
inter_subject_aggregation: na
- name: Absorbed_energy
name_readable: Absorbed energy
description: 'The portion of the pendulum energy absorbed by the agent
during the impact.
This PI reflects the compliant behavior of the system.
The more energy it is returned to the pendulum during the impact is
proportional to the elastic reaction of the system.
Experimentally we saw that all the energy is absorbed by the robot when
the system fails. Vector containing the percentage of absorbed energy and
the initial energy'
unit: [-, Joule]
output: vector
intra_run aggregation: na
inter_run_aggregation: mean
visu: 'The results are shown in a bar plot showing the initial energy and
the percentage of energy absorbed by the system'
inter_cond_aggregation: 'We combined the results for runs with the same
conditions (mean and standard deviation).
Different conditions leads to different initial energies, so results are
used to create a energy plot.'
inter_subject_aggregation: na
- name: Stability_margin
name_readable: Stability margin
description: 'Maximum Amplitude of the Disturbance that the agent can
withstand without falling.
During the runs repetition with same conditions, it is considered that the
control fails if it happens at least 30% of the total runs.'
unit: na
output: vector
intra_run aggregation: na
inter_run_aggregation: na
visu: 'The PI is divided in a single score, plus a bar plot showing the
results with different conditions.'
inter_cond_aggregation: 'The obtained scores per condition are combined
looking at the minimum value that unstabilize the system.'
inter_subject_aggregation: na
- name: Equivalent_impedance
name_readable: Equivalent impedance
description: 'Analysis of the Equivalent impedance value of the system
(when compared to a second order system), varying the frequencies.
It evaluates the behavior of the system depending on the exciting
frequency.
The metric provides the elastic coefficient [N/m], the damping
coefficient [Ns/m], the inertia [gk/m^2], and the frequency [Hz]'
unit: na
output: vector
intra_run aggregation: mean
inter_run_aggregation: na
visu: 'A plot showing the variation of the impedance coefficients varying
the frequencies'
inter_cond_aggregation: 'The obtained score per condition are combined in
this way --> We evaluate the impedance coefficients for each frequencies
for the tests in which the robot does not experience a fall.
At a given frequency, we compute the mean values of all the impedance
coefficients found.'
inter_subject_aggregation: na
pi_algo:
- name: algo_impulsive_disturbance
description: 'This algorithm analyses the data related to the Impulsive
Disturbance protocol and provides the related PI evaluation'
url_paper: na
url_code: https://github.com/CentroEPiaggio/dysturbance
docker_host: eurobenchtest/pi_dysturbance:v0.1.0
docker_name: eurobenchtest/pi_dysturbance:v0.1.0
pi:
- Absorbed_energy
- Fall_check
- Stability_margin
input_files:
- platformData.csv
- condition.yaml
- subject_info.yaml
input_command:
- ''
- platformData.csv
- condition.yaml
- subject_info.yaml
language: matlab
implemented: true
- name: algo_sinusoidal_force_disturbance
description: 'This algorithm analyses the data related to the Sinusoidal
Force Disturbance protocol and provides the related PI evaluation'
url_paper: na
url_code: https://github.com/CentroEPiaggio/dysturbance
docker_host: eurobenchtest/pi_dysturbance:v0.1.0
docker_name: eurobenchtest/pi_dysturbance:v0.1.0
pi:
- Fall_check
- Stability_margin
- Equivalent_impedance
input_files:
- platformData.csv
- condition.yaml
- subject_info.yaml
input_command:
- ''
- platformData.csv
- condition.yaml
- subject_info.yaml
language: matlab
implemented: true
- name: algo_sinusoidal_displacement_disturbance
description: 'This algorithm analyses the data related to the Sinusoidal
displacement Disturbance protocol and provides the related PI evaluation'
url_paper: na
url_code: https://github.com/CentroEPiaggio/dysturbance
docker_host: eurobenchtest/pi_dysturbance:v0.1.0
docker_name: eurobenchtest/pi_dysturbance:v0.1.0
pi:
- Fall_check
- Stability_margin
- Equivalent_impedance
input_files:
- platformData.csv
- condition.yaml
- subject_info.yaml
input_command:
- ''
- platformData.csv
- condition.yaml
- subject_info.yaml
language: matlab
implemented: true
- name: algo_quasistatic_force_disturbance
description: 'This algorithm analyses the data related to the quasistatic
force disturbance protocol and provides the related PI evaluation.'
url_paper: na
url_code: https://github.com/CentroEPiaggio/dysturbance
docker_host: eurobenchtest/pi_dysturbance:v0.1.0
docker_name: eurobenchtest/pi_dysturbance:v0.1.0
pi:
- Fall_check
- Stability_margin
input_files:
- platformData.csv
- condition.yaml
- subject_info.yaml
input_command:
- ''
- platformData.csv
- condition.yaml
- subject_info.yaml
language: matlab
implemented: true
- name: algo_quasistatic_displacement_disturbance
description: 'This algorithm analyses the data related to the quasistatic
displacement disturbance protocol and provides the related PI evaluation.'
url_paper: na
url_code: https://github.com/CentroEPiaggio/dysturbance
docker_host: eurobenchtest/pi_dysturbance:v0.1.0
docker_name: eurobenchtest/pi_dysturbance:v0.1.0
pi:
- Fall_check
- Stability_margin
input_files:
- platformData.csv
- condition.yaml
- subject_info.yaml
input_command:
- ''
- platformData.csv
- condition.yaml
- subject_info.yaml
language: matlab
implemented: true