BodyKinematics Tool - acceleration

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Giulia Ghielmi
Posts: 9
Joined: Sun Mar 05, 2023 10:40 am

BodyKinematics Tool - acceleration

Post by Giulia Ghielmi » Mon Nov 20, 2023 9:09 am

Hello everyone!

I've a problem with the BodyKinematics Tool. I am trying to calculate the equilibrium of forces for each instant of time, the problem is related to the force of inertia and therefore the acceleration of each instant. To calculate the force of inertia i was thinking of using the acceleration values extracted from body kineamtics, but the values returned by opensim are not realistic (attached photo).
The type of movement I am analysing is walking.

Has anyone had the same problem and found a solution?
Attachments
Screenshot 2023-11-20 alle 17.02.42.png
Screenshot 2023-11-20 alle 17.02.42.png (276.77 KiB) Viewed 366 times

Tags:

User avatar
Carmichael Ong
Posts: 378
Joined: Fri Feb 24, 2012 11:50 am

Re: BodyKinematics Tool - acceleration

Post by Carmichael Ong » Fri Dec 08, 2023 6:05 pm

Because of the way that OpenSim/Simbody works, accelerations calculated from BodyKinematics depends on applying all external forces to the model.

If you do not have these (e.g., ground reaction forces for walking), one work around is to use the velocity data from BodyKinematics and then do numerical differentiation in a post-processing step.

POST REPLY