-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathID_Setup.xml
27 lines (27 loc) · 1.96 KB
/
ID_Setup.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8" ?>
<OpenSimDocument Version="40000">
<InverseDynamicsTool name="P002">
<!--Directory used for writing results.-->
<results_directory>C:\Users\maipa\Desktop\Guiresults</results_directory>
<!--Directory for input files-->
<input_directory />
<!--Name of the .osim file used to construct a model.-->
<model_file>Unassigned</model_file>
<!--Time range over which the inverse dynamics problem is solved.-->
<time_range> 0 1000</time_range>
<!--List of forces by individual or grouping name (e.g. All, actuators, muscles, ...) to be excluded when computing model dynamics. 'All' also excludes external loads added via 'external_loads_file'.-->
<forces_to_exclude> Muscles</forces_to_exclude>
<!--XML file (.xml) containing the external loads applied to the model as a set of ExternalForce(s).-->
<external_loads_file>Setting_1.xml</external_loads_file>
<!--The name of the file containing coordinate data. Can be a motion (.mot) or a states (.sto) file.-->
<coordinates_file>../../../../OsimTestData/Running_Shoe_A/P002/IKResults/P002_Running_Shoe_A_1_cropped_cropped_MB_markers_ik.mot</coordinates_file>
<!--Low-pass cut-off frequency for filtering the coordinates_file data (currently does not apply to states_file or speeds_file). A negative value results in no filtering. The default value is -1.0, so no filtering.-->
<lowpass_cutoff_frequency_for_coordinates>20</lowpass_cutoff_frequency_for_coordinates>
<!--Name of the storage file (.sto) to which the generalized forces are written.-->
<output_gen_force_file>inverse_dynamics.sto</output_gen_force_file>
<!--List of joints (keyword All, for all joints) to report body forces acting at the joint frame expressed in ground.-->
<joints_to_report_body_forces />
<!--Name of the storage file (.sto) to which the body forces at specified joints are written.-->
<output_body_forces_file>body_forces_at_joints.sto</output_body_forces_file>
</InverseDynamicsTool>
</OpenSimDocument>