Getting x, y , z axis data of segments of Body

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Muhammad Muaaz
Posts: 6
Joined: Tue Dec 04, 2018 1:47 pm

Getting x, y , z axis data of segments of Body

Post by Muhammad Muaaz » Tue Dec 18, 2018 11:31 am

Hi,

We are working on project, where we are trying to find the influence of different human activities (like walking ) on the RF channel. I came across OpenSim, and realized that it contains muskloskeleton models which can be scaled closed to real person, and we can associate motion data to simulate the activity. I have tried simulate walking by using gait2359 model and available motion data. I am trying to find answers to following question.

How I can get X,Y,Z position, velocity, and acceleration of body segments like torso, thighs, shanks, feet, head, arms and hands, during the gait cycle. (kindly refer me to documents)?

Secondly, is it possible to lets say using 2392 Gait model, to simulate sit2stand or stand2sit or other activities like running, do I only need to associate motion data of these activities to the mdoel ?

Thanks.

Tags:

User avatar
Thomas Uchida
Posts: 1787
Joined: Wed May 16, 2012 11:40 am

Re: Getting x, y , z axis data of segments of Body

Post by Thomas Uchida » Tue Dec 18, 2018 8:43 pm

How I can get X,Y,Z position, velocity, and acceleration of body segments like torso, thighs, shanks, feet, head, arms and hands, during the gait cycle.
See the BodyKinematics Analysis: https://simtk-confluence.stanford.edu/d ... h+Analyses
Secondly, is it possible to lets say using 2392 Gait model, to simulate sit2stand or stand2sit or other activities like running, do I only need to associate motion data of these activities to the mdoel ?
It depends what you mean by "simulate". Please see the following pages in the Confluence documentation:
- "Overview of the OpenSim Workflow": https://simtk-confluence.stanford.edu/d ... m+Workflow
- "Examples and Tutorials": https://simtk-confluence.stanford.edu/d ... +Tutorials

User avatar
Muhammad Muaaz
Posts: 6
Joined: Tue Dec 04, 2018 1:47 pm

Re: Getting x, y , z axis data of segments of Body

Post by Muhammad Muaaz » Fri Dec 21, 2018 6:17 am

It depends what you mean by "simulate".
I mean using the same Gait2392 model, is it possible to make it run, perform stand 2 sit or sit to stand etc. ?

User avatar
Thomas Uchida
Posts: 1787
Joined: Wed May 16, 2012 11:40 am

Re: Getting x, y , z axis data of segments of Body

Post by Thomas Uchida » Fri Dec 21, 2018 7:56 am

I mean using the same Gait2392 model, is it possible to make it run, perform stand 2 sit or sit to stand etc. ?
You could track experimental data or design and optimize controllers (see, e.g., https://www.crowdai.org/challenges/nips ... ing-to-run and https://www.crowdai.org/challenges/neur ... -challenge). Depending on your application, research question, accuracy requirements, etc., you may need to adjust model parameters or use different models for different motions.

POST REPLY