-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hi Marilyn!
I'm currently implementing center of mass calculations to compare CoM linear and angular acceleration and with my own predictions of ground reaction forces and moments for validating dynamic consistency in human motion (Newton's laws). I just realized that segment mass, CoM center and inertia in bsm.osim are heavily rounded compared to tmp.osim (I assume that bsm is a scaled version of tmp). Comparing the two shows significant rounding:
- "lumbar_body": {"inertia": [1.0, 1.0, 1.0, 0, 0, 0]}
- "thorax": {"inertia": [1.0, 1.0, 1.0, 0, 0, 0]}
- "calcn_l" mass: 1.25
- Other segments show similar rounding patterns
Questions:
- Is
tmp.osimthe generic model that was scaled to createbsm.osimand does the bsm model in models/skel_models_v1.1 correspond to beta=0 SKEL mesh? - Were the inertia values intentionally rounded to
1.0for simplification? - Could you maybe provide the original (unrounded) version of bsm for more precise calculations or share with me how you scaled the model so that I can replicate it?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels