-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update anthropometric model data format #89
base: master
Are you sure you want to change the base?
Conversation
As suggested in the previous comments the anthropometric data format now details how prepare also mass, inertia and other properties of each body segment.
[source] | ||
---- | ||
segment_label: | ||
Name: segment name including side prefix (string, equal to the segment label, can be omitted) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rather put all subkey in lower case, i.e name
instead of Name
@@ -233,6 +233,40 @@ Use appropriate leading zeros for R and N to ensure proper ordering of files. | |||
|
|||
**File structure**: Set of lines containing key: value. | |||
For anthropometric measures, the keys should be the ones presented in <<model.adoc#table_body_segment, body segment table>>. | |||
Each body segment is characterized by its name, mass, length, center of mass and inertia matrix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would relax the sentence a bit, using can be characterized instead of is , so that we do not force all measurements to be provided.
If you agree the 2 small adjustments I suggest, I can handle the adjustment and merge. |
Ok for both suggestions.
Thanks
M
… Il giorno 29 apr 2021, alle ore 13:59, Anthony Remazeilles ***@***.***> ha scritto:
If you agree the 2 small adjustments I suggest, I can handle the adjustment and merge.
Other than that, I have no prb with this proposal. May I miss any case @alfonsotecnalia <https://github.com/alfonsotecnalia> ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#89 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AOUR5Q2IOHA4LM4T4DSQC5DTLFCZZANCNFSM43J5J72A>.
--
Informativa sulla Privacy: http://www.unibs.it/node/8155
<http://www.unibs.it/node/8155>
|
As suggested in the previous comments the anthropometric data format now details how prepare also mass, inertia and other properties of each body segment.