Page 1 of 1

Get orientation, speed and others with motion capture markers

Posted: Fri May 08, 2020 1:33 am
by claudiacv99
Hi everybody. I hope you can help me. I am new using OpenSim, so I wanted to know if the OpenSim program can create "rigid bodies" with kinematic data (like the one shown in the image). And from that plane (created with three motion capture markers), for example, get data such as speed, orientation, etc. Thanks. :D

Re: Get orientation, speed and others with motion capture markers

Posted: Fri May 08, 2020 2:10 am
by brycekillen05
HI Claudia,

The general premise of OpenSim, is that you have predefined rigid bodies which are driven using your motion capture data, from that model the orientation, speed etc can be pulled from the model analysis.

You could theoretically write some API code to build a stick model based on your markers, but this seems very tedious and not exactly what OpenSim is designed for. Even after that you would need to run analysis to get the speeds etc.

If it were me, I would look into the preexisitng models and instead use your markers in OpenSim, then the inverse kinematics tool to get the information you mentioend.

Bryce