I have already done three other configurations, spring only, motor only, and parallel elastic actuation (PEA). With those I have used the PathSpring and PathActuator. I want to compare the different configurations and therefore keep working with actuators.
Do you have some recommendation of which would be most appropriate?
How do I extract the power from my solution? It does not appear in my MocoInverse_solution. I tried to use getPower() but Matlab did not recognize the function.All OpenSim Actuators have the output 'power' that you can use to get actuator power.
Code: Select all
power = model.getPower().get('pathactuator');
Code: Select all
outputs = StdVectorString();
I appreciate the help! Thanks