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.
Getting x, y , z axis data of segments of Body
- Muhammad Muaaz
- Posts: 6
- Joined: Tue Dec 04, 2018 1:47 pm
- Thomas Uchida
- Posts: 1793
- Joined: Wed May 16, 2012 11:40 am
Re: Getting x, y , z axis data of segments of Body
See the BodyKinematics Analysis: https://simtk-confluence.stanford.edu/d ... h+AnalysesHow 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.
It depends what you mean by "simulate". Please see the following pages in the Confluence documentation: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 ?
- "Overview of the OpenSim Workflow": https://simtk-confluence.stanford.edu/d ... m+Workflow
- "Examples and Tutorials": https://simtk-confluence.stanford.edu/d ... +Tutorials
- Muhammad Muaaz
- Posts: 6
- Joined: Tue Dec 04, 2018 1:47 pm
Re: Getting x, y , z axis data of segments of Body
I mean using the same Gait2392 model, is it possible to make it run, perform stand 2 sit or sit to stand etc. ?It depends what you mean by "simulate".
- Thomas Uchida
- Posts: 1793
- Joined: Wed May 16, 2012 11:40 am
Re: Getting x, y , z axis data of segments of Body
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.I mean using the same Gait2392 model, is it possible to make it run, perform stand 2 sit or sit to stand etc. ?