How to controls the actuators.

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
RAHUL GHARATE
Posts: 84
Joined: Thu Jun 13, 2019 11:43 pm

How to controls the actuators.

Post by RAHUL GHARATE » Tue Jul 23, 2019 8:04 pm

I have provided an actuator to the model. I need to know when the actuator actuates at which instance. Now I have provided path actuator to the femur and foot segment.
How to controls the actuator and how we confirm the actuator actuates on which phase?

Tags:

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: How to controls the actuators.

Post by Dimitar Stanev » Tue Jul 23, 2019 10:28 pm

I suppose that you would like to create a controller that will decide when you activate an actuator in order to achieve some goal. In essence you will have to create a closed loop forward dynamics system. Depending on the model and your problem this is a very challenging task. You can find the following examples instructive

https://github.com/opensim-org/opensim- ... m/Examples
https://simtk-confluence.stanford.edu:8 ... lker+Model

User avatar
RAHUL GHARATE
Posts: 84
Joined: Thu Jun 13, 2019 11:43 pm

Re: How to controls the actuators.

Post by RAHUL GHARATE » Wed Jul 24, 2019 10:58 pm

Can I do this without programming. Please give me direction. I need to control the actuator and I need to know when and what instance it actuates. also How I can change this instance.

User avatar
william watson
Posts: 1
Joined: Fri Jul 26, 2019 2:36 am

Re: How to controls the actuators.

Post by william watson » Fri Jul 26, 2019 2:41 am

I have provided an actuator to the model and I need to know how can I control actuators, although I tried to do it but I fead an error windows defender error 577 , so I want a solution how can I remove this error.

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

Re: How to controls the actuators.

Post by Thomas Uchida » Fri Jul 26, 2019 7:09 am

The example on the GitHub homepage (https://github.com/opensim-org/opensim-core, under the "Simple example" heading a little bit down the page) uses a controller. The example is written in C++, Python, and Matlab.

User avatar
RAHUL GHARATE
Posts: 84
Joined: Thu Jun 13, 2019 11:43 pm

Re: How to controls the actuators.

Post by RAHUL GHARATE » Sun Jul 28, 2019 10:49 am

But where I put this program. I am really struggling to find it? plz, help.

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: How to controls the actuators.

Post by jimmy d » Sun Jul 28, 2019 12:01 pm

You can run the code that performs the simulation using Python, Matlab, or C++ environments. The documentation on performing scripting will help you set up and run OpenSim in the environment of your choice.

POST REPLY