Segmented prosthesis

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Araceli Luque Martín-Sacristán
Posts: 10
Joined: Tue Apr 07, 2020 12:02 pm

Segmented prosthesis

Post by Araceli Luque Martín-Sacristán » Sun Jun 14, 2020 6:49 am

Hello!

I am creating a model of a transtibial amputee with a running Specific prosthesis (blade prosthesis). I am modeling the prosthesis by 4 segments and I want to connect them in OpenSim with pinJoint with a torsional spring. How could I create a torsional spring and specify the stiffness of the joint? Or, is it another easier guay to do it?

KR.
Araceli.

Tags:

User avatar
Carmichael Ong
Posts: 401
Joined: Fri Feb 24, 2012 11:50 am

Re: Segmented prosthesis

Post by Carmichael Ong » Sun Jun 14, 2020 10:24 am

You could try using a SpringGeneralizedForce at the coordinate of the PinJoint. Details of the class can be found at https://simtk.org/api_docs/opensim/api_ ... ml#details, and check out the XML Broswer in the GUI (Help --> XML Browser) to see the related XML tags for more information.

POST REPLY