Skip to content

Heavily rounded body parameters in bsm.osim #32

@auberger

Description

@auberger

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:

  1. Is tmp.osim the generic model that was scaled to create bsm.osim and does the bsm model in models/skel_models_v1.1 correspond to beta=0 SKEL mesh?
  2. Were the inertia values intentionally rounded to 1.0 for simplification?
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions