Static Optimization Reserve Actuators

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Tim Dorn
Posts: 125
Joined: Tue Feb 26, 2008 10:14 pm

Static Optimization Reserve Actuators

Post by Tim Dorn » Sun Oct 05, 2008 10:49 pm

Hi,

One of the main reasons for static optimization crashing is the lack of model strength. So I have added reserve actuators to the static optimization xml setup file.

<replace_actuator_set>false</replace_actuator_set>
<actuator_set_files>my_staticOpt_Reserve_Actuators.xml</actuator_set_files>

Inside this actuator file, I can only specify the optimal_force value. e.g.

<GeneralizedForce name="hip_flexion_r_reserve">
<coordinate> hip_flexion_r </coordinate>
<optimal_force> 1.0 </optimal_force>
</GeneralizedForce>

Now according to the users guide for RRA and CMC, the allowable range of the reserve actuator is between optimal force*default_min and force*default_max. However the default_min and default_max value is specified in the RRA_Control_Constrains xml file, and is not accessible from static optimization. So I was wondering how we specify the default_min & default_max values for the application of static optimization. If we simply increase the optimal force, then the optimization will be more weighted to include force components in this reserve category (because the optimal force value represents the weighting of the actuator - p202 user guide).

Cheers,

Tim


User avatar
Joe Prinold
Posts: 14
Joined: Thu Jun 25, 2009 9:36 am

Re: Static Optimization Reserve Actuators

Post by Joe Prinold » Mon May 12, 2014 2:52 am

Was an answer to this found? I would be interested to know the answer.

Thanks,

Joe

POST REPLY