Real-time inverse kinematics

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Ryohei Michikawa
Posts: 1
Joined: Mon Feb 22, 2021 9:20 pm

Real-time inverse kinematics

Post by Ryohei Michikawa » Fri Oct 22, 2021 12:20 am

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:

User avatar
Thomas Uchida
Posts: 1789
Joined: Wed May 16, 2012 11:40 am

Re: Real-time inverse kinematics

Post by Thomas Uchida » Fri Oct 22, 2021 1:30 am

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).

POST REPLY