Custom Muscle Model Implementation

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Soh Saif
Posts: 5
Joined: Sun Jul 04, 2021 2:49 pm

Custom Muscle Model Implementation

Post by Soh Saif » Sun Apr 10, 2022 6:00 am

Hi all,
I'm trying to define a new muscle model which is based on Millard2012EquilibriumMuscle. I follow the description in the tutorial which very helpful:
https://simtk-confluence.stanford.edu:8 ... scle+Model

Once I've implemented the model, how should I include it into OpenSim? and also how to bring it in MATLAb code, so I can interact with it too?
Is there any guideline or tutorial about how to build and import a new custom model?

Thanks in a advance.
Soheil

Tags:

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

Re: Custom Muscle Model Implementation

Post by Thomas Uchida » Sun Apr 10, 2022 8:10 am

Once I've implemented the model, how should I include it into OpenSim? and also how to bring it in MATLAb code, so I can interact with it too?
You can build new components into plugins. Please see the following pages in the documentation:
- "Creating Plugins", https://simtk-confluence.stanford.edu:8 ... ng+Plugins
- "Using Plugins", https://simtk-confluence.stanford.edu:8 ... ng+Plugins

POST REPLY