How can I get out joint angles and loads from a model

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
vikram chohan
Posts: 1
Joined: Mon Feb 25, 2019 7:00 am

How can I get out joint angles and loads from a model

Post by vikram chohan » Mon Feb 25, 2019 7:04 am

Hi,

So i have got my own data in which I have scaled the model in OpenSim and set up the inverse kinematics using the gait data i have obtained in a lab using markers. How do i get the joint angles and forces acting in this model?

Thanks in advance!

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: How can I get out joint angles and loads from a model

Post by Dimitar Stanev » Mon Feb 25, 2019 1:30 pm

You have to perform an inverse kinematics and inverse dynamics analyses, respectively.

https://simtk-confluence.stanford.edu/d ... Kinematics
https://simtk-confluence.stanford.edu/d ... e+Dynamics

User avatar
vikram chohan
Posts: 5
Joined: Tue Dec 11, 2018 5:20 am

Re: How can I get out joint angles and loads from a model

Post by vikram chohan » Mon Mar 04, 2019 6:04 am

So I have managed to do the inverse kinematics. However I am still struggling with the inverse dynamics. I have got an inverse dynamics file and all i want to find out are forces using opensim. Any further help you can give?

Thanks.

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

Re: How can I get out joint angles and loads from a model

Post by Thomas Uchida » Tue Mar 05, 2019 7:40 am

Inverse Dynamics computes net joint moments. If you're interested in joint loads, you probably want to include the contribution of muscles.

User avatar
vikram chohan
Posts: 5
Joined: Tue Dec 11, 2018 5:20 am

Re: How can I get out joint angles and loads from a model

Post by vikram chohan » Wed Mar 06, 2019 3:16 am

So is there no way to find out the overall force produced from one leg/foot?

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: How can I get out joint angles and loads from a model

Post by jimmy d » Wed Mar 06, 2019 3:51 am

Vikram, how can you estimate the joint and muscle forces produced when you don't have ground reaction forces?

User avatar
vikram chohan
Posts: 5
Joined: Tue Dec 11, 2018 5:20 am

Re: How can I get out joint angles and loads from a model

Post by vikram chohan » Wed Mar 06, 2019 4:03 am

With respect to your answer of ground reaction forces, would that just not be x% multiplied by the body weight of the individual? So I need to find the weight of one muscle group(s) in order to get out a round reaction force?

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: How can I get out joint angles and loads from a model

Post by jimmy d » Wed Mar 06, 2019 4:37 am

Nope. Without some reaction force, you can't compute useful dynamics. If you want to just guess some forces to make a toy model and analyses, you can do that-- but it would just be that, a toy.

If you didn't collect any force data, there are public data sets that are available that have kinematic and force data. SimTK has walking and running projects.

User avatar
vikram chohan
Posts: 5
Joined: Tue Dec 11, 2018 5:20 am

Re: How can I get out joint angles and loads from a model

Post by vikram chohan » Thu Mar 07, 2019 2:22 am

The force data I obtained via a mot file which was obtained from the gait lab and translated into opensim. No external forces/loads were applied.

POST REPLY