Creating a Custom Actuator in OpenSim

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Ali Khalilianmotamed Bonab
Posts: 47
Joined: Mon Aug 13, 2018 6:28 am

Creating a Custom Actuator in OpenSim

Post by Ali Khalilianmotamed Bonab » Thu Dec 19, 2019 12:58 pm

Dear Opensim experts,
We have a dynamic model of an actuator (+ mechanism) and we want to implement this actuator in the OpenSim environment to be used in the musculoskeletal model.
I would be very grateful if you could guide me about how we can construct our specific actuator with its own dynamics using OpenSim.
Also, if it is hard to implement such an actuator in OpenSim, is there any way to connect OpenSim with the Simulink?
Ali.

Tags:

User avatar
Aaron Fox
Posts: 271
Joined: Sun Aug 06, 2017 10:54 pm

Re: Creating a Custom Actuator in OpenSim

Post by Aaron Fox » Fri Dec 20, 2019 2:56 am

Hi Ali,

Pretty sure you would have to implement this via a plugin (https://simtk-confluence.stanford.edu:8 ... %27s+Guide) coding in C++. I've found the easiest way to do this with other custom classes (like a force) is to find a similar object from the class that's already implemented in Opensim and edit the code from this.

Aaron

POST REPLY