Center of Pressure from Elastic Foundation

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Michele Vivian
Posts: 4
Joined: Thu Dec 23, 2010 2:46 am

Center of Pressure from Elastic Foundation

Post by Michele Vivian » Tue Jun 21, 2011 5:57 am

Extracting Center of Pressure from Elastic
Foundation Foot-Ground contact model

Hi everybody,

I'm currently working on my master thesis (Dept Information Eng.,
University of Padova).

I am using the OpenSim ElasticFoundationForce class to implement a
foot-ground contact model. I would like to know how to extract the 3D
position of the instantaneous center of pressure (COP) associated to
the ground reaction forces generated during the stance phase.

I was able to get amplitude of the force and the torques through the
ForceReporter class but was not able to get COP kinematics.

Despite the browsing of doxygen documentation and my search in forum
posts I had no luck about the center of pressure issue.

Does anyone know how do it?

Thanks,
Michele

User avatar
Sina Porsa
Posts: 99
Joined: Thu Feb 03, 2011 7:21 pm

RE: Center of Pressure from Elastic Foundation

Post by Sina Porsa » Tue Jun 28, 2011 4:44 pm

HI Michele
I want to use "elastic foundation force" to model ground - foot contact. But I have some problems. It seems that you have done it before. it would be great if you could help me.

In order to add "elastic foundation force" to my OSIM file, I added this to my osim file, within my forceset tag:

<ForceSet name="">
<objects>
...
<ElasticFoundationForce>
<isDisabled> False </isDisabled>
<contact_parameters>
<geometry>
<objects> ground pelvis </objects>
<groups> </groups>
</geometry>
<stiffness> 0 </stiffness>
<dissipation> 0 </dissipation>
<static_friction> 0 </static_friction>
<dynamic_friction> 0 </dynamic_friction>
<viscous_friction> 0 </viscous_friction>
</contact_parameters>
<transition_velocity> 0.01 </transition_velocity>
</ElasticFoundationForce>
...

But it is not working and I have no idea what is wrong. It would be great if you could help me.
Thanks
Sina

POST REPLY