Page 1 of 1

Custom Muscle Model Implementation

Posted: Sun Apr 10, 2022 6:00 am
by soheil2021
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

Re: Custom Muscle Model Implementation

Posted: Sun Apr 10, 2022 8:10 am
by tkuchida
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