Adjusting Neutral Joint Angle

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Colin Smith
Posts: 53
Joined: Fri Feb 24, 2012 11:50 am

Adjusting Neutral Joint Angle

Post by Colin Smith » Mon Dec 02, 2013 8:07 pm

Hi all,

I am developing lower extremity models from MRIs and I need to account for the fact that the joints were not scanned at exactly 0* according to the definitions I would like to use. Is there a simple way using OpenSim to adjust the 0* position of the joint? I have my joint reference systems defined properly so for example I would like to remove 5* of hip flexion, so that what is currently defined as -5* hip flexion in my model becomes 0*.

Thanks,
Colin

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Adjusting Neutral Joint Angle

Post by jimmy d » Fri Dec 20, 2013 2:53 pm

Hi Colin-
You can adjust the bodies orientation (in its parent) using the 'orientation tag in the osim file:
<orientation> 0 0 0</orientation>
Note, it is in radians.

cheers,
-james

POST REPLY