Real time inverse kinematics and inverse dynamics
Posted: Thu Oct 26, 2023 3:52 am
Hi,
I am currently working on a project where I can move the joints of a model in real time using a pose estimation program (MediaPipe). Then I want to calculate in real time the inverse kinematics and inverse dynamics.
I have not been working with OpenSim for so long and have only been able to realize the joint movements so far. For the inverse kinematic and inverse dynamic calculations, I haven't found anything for my case so far, since I'm working with Python.
I was able to implement the joint movements with the state class (setQ etc. ).
Since the documentation of OpenSim is very extensive, I would be happy if someone could tell me where I can find the relevant information in the documentation or how I could implement my project.
I am currently working on a project where I can move the joints of a model in real time using a pose estimation program (MediaPipe). Then I want to calculate in real time the inverse kinematics and inverse dynamics.
I have not been working with OpenSim for so long and have only been able to realize the joint movements so far. For the inverse kinematic and inverse dynamic calculations, I haven't found anything for my case so far, since I'm working with Python.
I was able to implement the joint movements with the state class (setQ etc. ).
Since the documentation of OpenSim is very extensive, I would be happy if someone could tell me where I can find the relevant information in the documentation or how I could implement my project.