aremazeilles / eurobench_documentation

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

joints angle file structure #19

Closed alfonsotecnalia closed 4 years ago

alfonsotecnalia commented 4 years ago

Original:

1st row: header with M+1 labels were M = number of angles considered.

I think the text used for the torques is better understood:

1st row: header with (3*M)+1 labels were M = number of joints.

aremazeilles commented 4 years ago

I have even wondering if it would be more self-explanatory to provide it as a table:

time joint_name_x joint_name_y joint_name_y ...
649290.20 0.02 0.551 0

What do you think?

aremazeilles commented 4 years ago

I would suggest using such example structure, in place of the whole text:

File structure:

Header labels: 1st-column label: “time”. All other labels: see ‘Angle definition’ section.

Units: Degrees

DavidPintoFernandez commented 4 years ago

@aremazeilles I agree, the table is self-explanatory and maybe it is easier to understand than the text. We should maintain the reference to the angle definition section for the joint labels.

aremazeilles commented 4 years ago

@alfonsotecnalia does it sound good to you as well (including the reference to joint label of course)? If so, I will make such change in all the format descriptions....

alfonsotecnalia commented 4 years ago

I agree, the table is easier to understad, avoids misunderstandings and naming of the fields is standardized. For example:

With the table you know that the header of the first column should be time. Same with the name of angle components.