Real-time inverse kinematics
- Ryohei Michikawa
- Posts: 1
- Joined: Mon Feb 22, 2021 9:20 pm
Real-time inverse kinematics
I'm trying to implement opensim for a real-time strength calculation and am currently stuck at trying to perform the inverse kinematics from the opensim api realtime. Would anyone have any idea as to what class or method that I could look into to perform this and what is required to be passed into the inverse kinematic function?
Tags:
- Thomas Uchida
- Posts: 1792
- Joined: Wed May 16, 2012 11:40 am
Re: Real-time inverse kinematics
You may be interested in the "Real-time OpenSim extension" (see SimTK project page here: https://simtk.org/projects/rtosim)---either using it directly or to see how they approached the problem (they have made their code available on GitHub).