Hi,
I am new in OpenSim. I want to get joint angle from joint position. Now I have collected joint position data using motion capture. I know I need to find a suitable model and define model markers firstly, but I don't konw how to do it. Can anyone give me some detail help ?
Joint angle from joint position
- Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Re: Joint angle from joint position
You need to decided on the model that you will use. Then attach the markers according to your setup, perform model scaling and finally inverse kinematics. Please go through the user guide and tutorials
https://simtk-confluence.stanford.edu:8 ... %27s+Guide
https://simtk-confluence.stanford.edu:8 ... %27s+Guide
- Peng Zhang
- Posts: 8
- Joined: Wed Apr 04, 2018 10:51 am
Re: Joint angle from joint position
mitkof6 wrote:You need to decided on the model that you will use. Then attach the markers according to your setup, perform model scaling and finally inverse kinematics. Please go through the user guide and tutorials
https://simtk-confluence.stanford.edu:8 ... %27s+Guide
I have viewed the website you offered. However, I'm still puzzled about it. Could you give me an example ?
- Thomas Uchida
- Posts: 1800
- Joined: Wed May 16, 2012 11:40 am
Re: Joint angle from joint position
A good place to start might be working through the three tutorials here: https://simtk-confluence.stanford.edu/d ... +Tutorials. There, you will also find examples that demonstrate using the OpenSim Tools.
- Peng Zhang
- Posts: 8
- Joined: Wed Apr 04, 2018 10:51 am
Re: Joint angle from joint position
Hi Tom,tkuchida wrote:A good place to start might be working through the three tutorials here: https://simtk-confluence.stanford.edu/d ... +Tutorials. There, you will also find examples that demonstrate using the OpenSim Tools.
Thank you for your help.