You are viewing the documentation for OpenSim 2.4. Are you looking for the latest OpenSim 4.0 Documentation?

How to Use the Inverse Dynamics Tool

The topics covered in this section include:

How to Use the GUI

The inverse dynamics tool is accessed by selecting Tools → Inverse Dynamics… from the OpenSim main menu bar. Like all tools, the operations performed by the inverse dynamics tool apply to the current model. The name of the current model is shown in bold in the Navigator. See Opening, Closing, and Using the Navigator Window for information on opening models and making a particular model current.

  • The Inverse Dynamics Tool is controlled by a window with two tabbed panes.

  • The Main Settings pane is used to specify parameters relating to the input kinematics of the current model, the time range for the analysis, and the output of the results.

  • The External Loads pane is used to specify parameters relating to the external loads applied to the model during the analysis.

  • At the bottom of the window are four buttons. (see below for more information)

  • The Settings > button is used to load or save settings for the tool. 
  • The Run button starts execution. 
  • The Close button closes the window.

Note that the Close button can be clicked immediately after execution has begun; the execution will complete even though the window has been closed. The Cancel button closes the window and cancels all operations that have not yet been completed.

 

  • When the Settings > button is clicked, you are presented with the choice of loading or saving settings for the tool, as shown in the figure on the left. This feature can be very useful as most tools require many parameters to be set before they can be run.
  • If you click Load Settings…, you will be presented with a file browser that displays all files ending with the .xml suffix. You may browse for an appropriate settings file (e.g., subject01_setup_InverseDynamics.xml) and click Open. The Inverse Dynamics Tool will then be populated with the settings in that setup file.
  • If you have manually entered or modified settings, you may save those settings to a file for future use. If you click Save Settings…, a Save dialog box will come up in which you can specify the name of the settings file. The name you specify for the file should have a suffix of .xml. Click Save to save the settings to file.

Main Settings Pane

The Main Settings pane is used to specify parameters relating to the input kinematics of the current model, the time range for the analysis, and the output of the results. The pane is organized into four main sections entitled Current Model, Input, Time, and Output.

  • The section for Current Model displays an uneditable name for the current model that is to be used for the inverse dynamics analysis

  • The section for Input displays editable information that allows you to specify the kinematics (e.g., states or motion) describing the movement of a model. 
  • You may use the  radio button to select either States or Motion as the input type. 
  • You may use the  button to browse for the associated input file. 
  • If you select the  radio button next to Loaded motion, you will need to choose a motion from the  drop down list. 
  • The section for Time displays editable information that allows you to specify the start and end time for the inverse dynamics analysis
  • The section for Output displays editable information that allows you to specify the prefix appended to the resulting output file, the directory to which the file is saved, and the precision of the decimal places used when writing results. 
  • You may use the  button to browse for and specify a directory in which to save the output files.
  • You may use the  button to open an Explorer window to the specified directory.

External Loads Specification

The External Loads pane (is used to specify parameters relating to the external loads applied to the model during inverse dynamic analysis or in other tools (e.g. Forward Dynamics, or Computed Muscle Control, AnalyzeTool etc.). The section for External Loads is optional, and if checked, displays information that allows you to specify the external loads applied to the model and the corresponding kinematics of the external loads if needed. Additionally, there is an option to filter the kinematics for the external loads by selecting the check box next to Filter kinematics and entering the filter frequency. 

  • The file specified under External loads force specification file is an XML file that contains an ExternalLoads object.

  • The file can be created or edited by clicking the editor button  . 

  • The ExternalLoads editor dialog window shown on the left will appear when the editor button is clicked.
  • The Force data file specified at the top of this dialog window is a .mot or .sto file containing experimental data. The labels in this file have to be unique so that there's no ambiguity regarding which columns are used to define the forces. 
  • In case the column labels are not unique, the OpenSim GUI will detect that and offer the option to overwrite or write a new file with unique labels. Earlier versions of OpenSim allowed for duplicate column names but this behavior has been deprecated. 
  • Underneath you can specify the Kinematics for external loads file, filtering options for this file, and a list of ExternalForce(s) and/or torques that have been defined so far. In general, you should leave this blank. OpenSim will then use the specified kinematics that are being tracked by ID, RRA, and CMC (e.g. for ID for RRA it would be IK kinematics, and for CMC it would be RRA kinematics), which is generally more accurate.
  • You must select Save… after you define your forces in order to write them to the XML file that will be used by the tool.
  • You can select any of the listed forces and/or torques for editing or deletion by choosing it and then clicking on the Edit… or Delete buttons, respectively. 
  • Click on the Add… button to add a new force and/or torque to the list. 
  • Choosing the Add… button opens the dialog window (Create/Edit ExternalForce) shown in the figure on the left.

Within the Create/Edit ExternalForce window, you can define either a Point Force or a Body Force

  • point force (most commonly used) is a force applied at a specified point and an optional torque. Using the drop down menu at the bottom of the window, you can specify the reference frames that the point and the force are expressed in.
  • A body force is a force applied to the origin of the body frame (not necessarily the CoM) and a required torque, for a total of six components. By definition, a torque is a rotational "force" or moment so the point of application does not need to be specified. Thus for a body force, you should check applies force and applies torque. The selections in "Point Columns", "Force Expressed In", and "Point Expressed In" will be ignored. 

The drop-down menus for Force Columns, Point Columns, and Torque Columns allow you to specify which of the columns in the Force Data file are to be used to define the ExternalForce. Columns in the Force data file corresponding to the same force are assumed to live in adjacent columns and to have a common prefix that's used as an identifier for the corresponding ExternalForce. This common prefix is stored in the xml file as a "force_identifier", similar rules apply for the "point_identifier" in case a point needs to be specified and "torque_identifier" for the case when a torque is also applied. Other attributes of the ExternalForce are:

  • applied_to_body: specifies the name of the body that the ExternalForce is applied to.
  • Force Expressed In: specifies the frame in which the force is expressed (e.g. Force plate data is usually measured in lab/ground frame)
  • Point Expressed In: specifies the frame in which the point is expressed

Command-line Execution

The Inverse Dynamics Tool is run using the command analyze -S <setup file name>, for example,

id -S subject01_Setup_InverseDynamics.xml

OpenSim is supported by the Mobilize Center , an NIH Biomedical Technology Resource Center (grant P41 EB027060); the Restore Center , an NIH-funded Medical Rehabilitation Research Resource Network Center (grant P2C HD101913); and the Wu Tsai Human Performance Alliance through the Joe and Clara Tsai Foundation. See the People page for a list of the many people who have contributed to the OpenSim project over the years. ©2010-2024 OpenSim. All rights reserved.