Search found 5 matches
- Tue May 24, 2022 4:30 am
- Forum: OpenSim
- Topic: Custom muscle plugin as an actuator without control
- Replies: 0
- Views: 149
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(...
- Sun May 22, 2022 7:29 am
- Forum: OpenSim
- Topic: Custom Muscle Plugin is displayed/considered as Actuator
- Replies: 1
- Views: 289
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 ...
- Sun May 15, 2022 2:28 pm
- Forum: OpenSim
- Topic: Custom getExcitation method for a muscle
- Replies: 1
- Views: 509
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...
- Thu Apr 14, 2022 12:04 pm
- Forum: OpenSim
- Topic: Load Custom Muscle Model in MATLAB
- Replies: 1
- Views: 335
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 ...
- Sun Apr 10, 2022 6:00 am
- Forum: OpenSim
- Topic: Custom Muscle Model Implementation
- Replies: 1
- Views: 319
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...