Search found 3 matches

by Ali Tlisov
Wed Aug 01, 2018 2:22 am
Forum: OpenSim
Topic: Calculating JRA for knee from ID
Replies: 0
Views: 147

Calculating JRA for knee from ID

Hi! I want to calculate forces and moments in the knee joint if there are no muscles there. Inverse Dynamics gives me torque in each joint. So having that and having kinematics and ground reaction force how can I get forces acting on joint (or forces/torques transferred by tibia if there is a force/...
by Ali Tlisov
Wed Aug 01, 2018 2:06 am
Forum: OpenSim
Topic: Compiling C++ examples under Mac with Xcode
Replies: 1
Views: 219

Compiling C++ examples under Mac with Xcode

Tried to go through developer's guide but stuck at the very beginning with first example ExampleMain compiled with following error: Ld build/Debug/exampleMain normal x86_64 cd /Users/ali/Documents/OpenSim/4.0.Beta/Code/CPP/ExampleMain export MACOSX_DEPLOYMENT_TARGET=10.13 /Applications/Xcode.app/Con...
by Ali Tlisov
Wed Aug 01, 2018 1:56 am
Forum: OpenSim
Topic: Running Joint Reaction Analysis using Python
Replies: 0
Views: 383

Running Joint Reaction Analysis using Python

Hi! I'm trying to script JRA with Python. First I noticed there are 2 different pythons used. OpenSim uses Jython that comes with it. Also one can use system's python (CPython) but I had to compile GitHub version of opensim-core in order to make my (anaconda) python able to import opensim. Then I no...