Search found 3 matches
- Mon Nov 19, 2018 2:18 am
- Forum: OpenSim
- Topic: Forward Kinematics Calculation
- Replies: 4
- Views: 564
Re: Forward Kinematics Calculation
Thanks a lot! I think this is what I need.
- Sun Nov 18, 2018 4:12 am
- Forum: OpenSim
- Topic: Forward Kinematics Calculation
- Replies: 4
- Views: 564
Re: Forward Kinematics Calculation
Thanks for the reply. In fact, I want to compute the position and orientation (6D coordinates) of each link (center of mass position) of the model, rather than marker locations, given joint angles. Indeed, stepping through the code will do the work, but I am just wondering if there is a built-in fun...
- Sat Nov 17, 2018 12:25 pm
- Forum: OpenSim
- Topic: Forward Kinematics Calculation
- Replies: 4
- Views: 564
Forward Kinematics Calculation
Hello, I am new to OpenSim & SimTK and I am trying to use osim model to simulate human movements. I am confused by one simple problem: how to calculate the forward kinematics (FK) of the model, given joint angles? All I can find in the OpenSim/Simbody tutorial is how to calculate the inverse kinemat...