dzhvansky / pepato

GNU General Public License v3.0
1 stars 2 forks source link

condition #6

Closed alfonsotecnalia closed 4 years ago

alfonsotecnalia commented 4 years ago

From eurobech_documentation: "to consider different conditions: in that case, a setting is changed. It can be a configuration of the testbed or environmental settings (augment the slope angle), a configuration of the robotic system (support level of the exoskeleton), or an indication to the user (redo the operation with eyes closed). The parameter being changed must be mentioned as a controlled variable, and must be listed in the testbed configuration file. For each condition, we can have a set of runs"

In the documentation, Eurobench proposes a format to contemplate different conditions and name the files in the dataset. Taking as example the data files in test_data directory, some testbed configuration files should be added and the existing files renamed:

speed: 2

The content of cond_2_testbed.yaml would be:

speed: 4

The content of cond_3_testbed.yaml would be:

speed: 6
subject_0005_run_001_speed2kmh_emg.csv -> subject_0005_cond_1_run_001_emg.csv
subject_0005_run_001_speed4kmh_gaitEvents.yaml -> subject_0005_cond_2_run_001_gaitEvents.csv
aremazeilles commented 4 years ago

Can we hold on this, until we can discuss the two of us @alfonsotecnalia

aremazeilles commented 4 years ago

So I had a call with @alfonsotecnalia , and explained him that in your particular case you need the 3 set of files to compute the PIs, and that they cannot be computed independently for each velocity (Hope that I am correct). So that we do not consider them as 3 different conditions.

@alfonsotecnalia do you agree to close that issue then?

aremazeilles commented 4 years ago

ping @dzhvansky

alfonsotecnalia commented 4 years ago

Understood. I will close the issue.