Muscle Attachment Point Moving According to two bodies

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Jonathan Mortensen
Posts: 32
Joined: Wed Jul 06, 2016 1:33 pm

Muscle Attachment Point Moving According to two bodies

Post by Jonathan Mortensen » Fri Sep 08, 2017 10:54 am

Is it possible to have a muscle attachment point be fixed to one body in the y direction, but fixed to another body in the x and z directions?

Alternatively, is it possible to have a muscle act on one body while moving according to another body?

Thanks

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

Re: Muscle Attachment Point Moving According to two bodies

Post by Thomas Uchida » Fri Sep 08, 2017 1:26 pm

Is it possible to have a muscle attachment point be fixed to one body in the y direction, but fixed to another body in the x and z directions?
You might try introducing an intermediate "dummy" body that is connected to body 'A' with a prismatic (slider) joint. The slider's motion can be dictated by a CoordinateCouplerConstraint (https://simtk.org/api_docs/opensim/api_ ... raint.html) whose dependent coordinate comes from body 'B'. I would try this out on a minimally complex model first.

POST REPLY