Hi everyone,
I want to do inverse dynamic analysis in OpenSim. In the OpenSim, I have no muscle for the skeleton model. Is this ok?
Chunxia
OpenSim model for inverse dynamics analysis
- Chunxia Li
- Posts: 12
- Joined: Tue Feb 22, 2011 9:54 pm
- Ayman Habib
- Posts: 2248
- Joined: Fri Apr 01, 2005 12:24 pm
Re: OpenSim model for inverse dynamics analysis
Hi Chunxia,
Yes it's perfectly ok to not have any muscles since Inverse Dynamics do not use muscles, it works only on the multibody system (bodies and joints) and computes forces/torques necessary to produce a specific motion. You have to have mass properties specified, however, otherwise the problem is not well defined.
Hope this helps,
-Ayman
Yes it's perfectly ok to not have any muscles since Inverse Dynamics do not use muscles, it works only on the multibody system (bodies and joints) and computes forces/torques necessary to produce a specific motion. You have to have mass properties specified, however, otherwise the problem is not well defined.
Hope this helps,
-Ayman
- Chunxia Li
- Posts: 12
- Joined: Tue Feb 22, 2011 9:54 pm
Re: OpenSim model for inverse dynamics analysis
Hi, Ayman,
Thank you. But how to define mass properties?
Chunxia
Thank you. But how to define mass properties?
Chunxia
- Chunxia Li
- Posts: 12
- Joined: Tue Feb 22, 2011 9:54 pm
Re: OpenSim model for inverse dynamics analysis
Hi Ayman,
Is the following specifying mass properties?
<Body name="pelvis">
<mass> 7.93070000 </mass>
<mass_center> -0.07000000 -0.00880000 0.00000000 </mass_center>
<inertia_xx> 0.06530000 </inertia_xx>
<inertia_yy> 0.05950000 </inertia_yy>
<inertia_zz> 0.05250000 </inertia_zz>
<inertia_xy> 0.00000000 </inertia_xy>
<inertia_xz> 0.00000000 </inertia_xz>
<inertia_yz> 0.00000000 </inertia_yz>
Thanks,
Chunxia
Is the following specifying mass properties?
<Body name="pelvis">
<mass> 7.93070000 </mass>
<mass_center> -0.07000000 -0.00880000 0.00000000 </mass_center>
<inertia_xx> 0.06530000 </inertia_xx>
<inertia_yy> 0.05950000 </inertia_yy>
<inertia_zz> 0.05250000 </inertia_zz>
<inertia_xy> 0.00000000 </inertia_xy>
<inertia_xz> 0.00000000 </inertia_xz>
<inertia_yz> 0.00000000 </inertia_yz>
Thanks,
Chunxia
- Ayman Habib
- Posts: 2248
- Joined: Fri Apr 01, 2005 12:24 pm
Re: OpenSim model for inverse dynamics analysis
Yes, indeed these values specify the mass properties for bodies.
Good luck,
-Ayman
Good luck,
-Ayman