Initialising the upper extremity arm model

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Gautam Ramachandra
Posts: 65
Joined: Thu Sep 03, 2015 11:04 pm

Initialising the upper extremity arm model

Post by Gautam Ramachandra » Wed May 02, 2018 2:46 am

Hi,
How to initialise the upper extremity arm model in .osim file other than its default position. I want to initiate it to a new position so that it becomes the default position and later on I can use that to run python scripts. How do I change the initial default position of the arm model in .osim file ?

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

Re: Initialising the upper extremity arm model

Post by Thomas Uchida » Wed May 02, 2018 12:09 pm

You can change the default_value property of the Coordinates. In the GUI, for example, this can be done by adjusting the Coordinate values and selecting Poses > Set Default. Please see the "Coordinate Controls and Poses" page in the Confluence documentation: https://simtk-confluence.stanford.edu/d ... +and+Poses.

POST REPLY