Search found 5 matches

by Soh Saif
Tue May 24, 2022 4:30 am
Forum: OpenSim
Topic: Custom muscle plugin as an actuator without control
Replies: 0
Views: 112

Custom muscle plugin as an actuator without control

Hi all, I made a custom muscle plugin which has certain getExcitation logic. As part of the project that I'm working on I need to define a model with these muscles and disable some of these muscles' control features. It means these muscles exist in the model but when we calling model.getNumControls(...
by Soh Saif
Sun May 22, 2022 7:29 am
Forum: OpenSim
Topic: Custom Muscle Plugin is displayed/considered as Actuator
Replies: 1
Views: 241

Custom Muscle Plugin is displayed/considered as Actuator

Hi all, I managed to create a custom muscle as a plugin, I called it BMillard2012EquilibriumMuscle (as it has most of the Millard2012EquilibriumMuscle behaviour). I successfully loaded it into OpenSim UI and created an .osim file which has a number of muscles of this type. I noticed that in OpenSim ...
by Soh Saif
Sun May 15, 2022 2:28 pm
Forum: OpenSim
Topic: Custom getExcitation method for a muscle
Replies: 1
Views: 326

Custom getExcitation method for a muscle

Hi there, I'm new to OpenSim and currently working on a project related to Synergy Optimization techniques. I actually need to define a custom Excitation (getExcitation method) for a muscle. I managed to define a custom muscle based on FatigableMuscle example but I need to customise the getExcitatio...
by Soh Saif
Thu Apr 14, 2022 12:04 pm
Forum: OpenSim
Topic: Load Custom Muscle Model in MATLAB
Replies: 1
Views: 268

Load Custom Muscle Model in MATLAB

Hi all, I created a custom muscle model based on the following tutorial which is the customised version of FatigableMuscle : https://simtk-confluence.stanford.edu:8443/display/OpenSim/Creating+a+Customized+Muscle+Model For further analysis which is part of my work, I need to load this custom muscle ...
by Soh Saif
Sun Apr 10, 2022 6:00 am
Forum: OpenSim
Topic: Custom Muscle Model Implementation
Replies: 1
Views: 249

Custom Muscle Model Implementation

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:8443/display/OpenSim/Creating+a+Customized+Muscle+Model Once I've implemented the model, how should I inc...