Center of Mass Interpretation

New project for OpenCap, which is a new software package to estimate 3D human movement dynamics from smartphone videos. OpenCap strongly relies on OpenSim.
POST REPLY
User avatar
Krish Narotam
Posts: 10
Joined: Wed Nov 09, 2022 4:09 pm

Center of Mass Interpretation

Post by Krish Narotam » Wed Jun 19, 2024 1:40 pm

Hi,

I am working on looking at center of mass data for prosthetics patients.

We are not sure how to interpret the data, but one of my issues with the data.

I am not sure how it works in the back end. But the data should make sense across, the position graph's slope seems to not line up with the velocity graph. The position data is a seeming constant slope but then there is a decent amount of variation in the velocity. So i am looking at this right or am I doing something wrong.

Background, I ran the OPEN Cap python example "example_COM_analysis.py" and segmented for a gait cycle.

I wasn't sure if this was an issue for OPEN Sim or OPENcap.

Thanks.
Attachments
Screenshot 2024-06-14 at 12-1.29.16 PM.png
Screenshot 2024-06-14 at 12-1.29.16 PM.png (403.23 KiB) Viewed 78 times

User avatar
Krish Narotam
Posts: 10
Joined: Wed Nov 09, 2022 4:09 pm

Re: Center of Mass Interpretation

Post by Krish Narotam » Wed Jun 19, 2024 1:48 pm

Also, does anyone know where to find the frame/how they calculated the center of mass. I cannot find that in the documentation for OPENSim.

Thanks.

User avatar
Matt Petrucci
Posts: 68
Joined: Fri Feb 24, 2012 11:49 am

Re: Center of Mass Interpretation

Post by Matt Petrucci » Tue Jun 25, 2024 11:53 am

Hi Krish,

Assuming that the participant is moving in a straight line (not on a treadmill), it looks like they reach steady state pretty quickly (which would give you a near constant slope in the position data like you are seeing).

If you want to double check you could differentiate your position data to see if it matches. The sample rate is whatever you set your fps at the start of your data collection.

Hope this helps,

POST REPLY