aremazeilles / eurobench_documentation

Description of some Eurobench Benchmarking Software mechanisms
5 stars 3 forks source link

range data format #86

Open Enri2077 opened 3 years ago

Enri2077 commented 3 years ago

Hi @aremazeilles,

I'm working on beast and need a data format representing a distance through time. I considered using the Joint center 3D trajectory or Landmark 3D trajectory data formats, reporting a position in meters through time, but having the x, y and z fields is not ideal since I need to represent a distance rather than a position.

The data is computed as the minimum range between the trolley and obstacles at any time, measured with a lidar/range finder. I suggest the following data format: time range
sec m

What do you think?

aremazeilles commented 3 years ago

ping @alfonsotecnalia

I see two options:

The advantage of the first option is that we know from the file name its content. I don't mind adding such format. If so , would it make sense to suggest a generic description, such as:

I would rather use the distance term rather than range, as it describes better the information stored. Any opinion?

Enri2077 commented 3 years ago

I'm perfectly ok with the distance format, including the option to include multiple columns! I'll update my data format.

alfonsotecnalia commented 3 years ago

Ok with including distance format.

aremazeilles commented 3 years ago

@Enri2077 did you use that format at the end? If yes, please point me to your files, and I will adjust documentation accordingly

Enri2077 commented 3 years ago

Yes I used it. I still don't have a definitive dataset, but I'll attach a file using this format: subject_001_cond_007_run_001_distance.csv.zip

aremazeilles commented 3 years ago

Would #88 make the job @Enri2077 ?

Enri2077 commented 3 years ago

Perfect, thanks!