Will changing the joint of a scaled model, affect the scaling

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Radhakrishnan Vignesh
Posts: 104
Joined: Tue Jun 01, 2021 8:09 am

Will changing the joint of a scaled model, affect the scaling

Post by Radhakrishnan Vignesh » Wed Sep 27, 2023 2:00 pm

Hello,

Hope you are doing well. I have a question. I am using a dataset where I have a scaled model and I would like to know if I change the joints of the scaled model (editing the osim file), would it invalidate the scaling?

Thanks

User avatar
Radhakrishnan Vignesh
Posts: 104
Joined: Tue Jun 01, 2021 8:09 am

Re: Will changing the joint of a scaled model, affect the scaling

Post by Radhakrishnan Vignesh » Tue Oct 03, 2023 2:29 pm

Hi,

Any luck with the above question? I tried to change the knee joint type of a scaled walker model (gait 2392) from coupled to ball and got the dislocation of the knee joint centre (image attached).

It is due to the coupling fuctions for the y-direction translation. How do I change it?
Capture.JPG
Capture.JPG (78.44 KiB) Viewed 366 times

User avatar
Thomas Uchida
Posts: 1772
Joined: Wed May 16, 2012 11:40 am

Re: Will changing the joint of a scaled model, affect the scaling

Post by Thomas Uchida » Tue Oct 03, 2023 11:54 pm

The highlighted text defines how the joint's child frame translates in the y-direction relative to the joint's parent frame as the knee_angle_l coordinate changes. If you wish to remove this function, you could (1) pick a value for knee_angle_l at which the new model will have the same joint configuration as the old one, (2) evaluate the SimmSpline at this "x" value, and (3) set the y-axis offset of the child frame to the SimmSpline's "y" value. The code that evaluates a SimmSpline can be found in the SimmSpline::calcValue() method here: https://github.com/opensim-org/opensim- ... e.cpp#L511.

User avatar
Radhakrishnan Vignesh
Posts: 104
Joined: Tue Jun 01, 2021 8:09 am

Re: Will changing the joint of a scaled model, affect the scaling

Post by Radhakrishnan Vignesh » Wed Oct 04, 2023 12:22 am

Thank you. I have one more question:

Does changing the joint type of a scaled model invalidate the scaling of the model ?

Thanks

User avatar
Thomas Uchida
Posts: 1772
Joined: Wed May 16, 2012 11:40 am

Re: Will changing the joint of a scaled model, affect the scaling

Post by Thomas Uchida » Wed Oct 04, 2023 3:34 am

Does changing the joint type of a scaled model invalidate the scaling of the model ?
It depends how you are validating your scaled model. Modifying a joint will change the model's kinematics, so presumably any validation based on the model's kinematics would need to be repeated.

User avatar
Radhakrishnan Vignesh
Posts: 104
Joined: Tue Jun 01, 2021 8:09 am

Re: Will changing the joint of a scaled model, affect the scaling

Post by Radhakrishnan Vignesh » Wed Oct 04, 2023 4:04 am

Thnak you.

The reason I ask is that when scaling a model with free joints, the bones look dislocated despite very small scaling error. I am not sure how to determine if this is correct.

Additionally, is there a function in OpenSim which detects dislocations or abnormal gait (not pathological)? For example, when changing the marker locations or joint constraints, the bones appear to be moving abnormally (especially for the free joint). Since I have 500 subject data, it is not efficient to visually verify them all.

Thanks

POST REPLY