-
Notifications
You must be signed in to change notification settings - Fork 1
/
getMarkerTraj.xml
29 lines (29 loc) · 2.24 KB
/
getMarkerTraj.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
28
29
<InverseKinematicsTool>
<!--Directory used for writing results.-->
<results_directory>./</results_directory>
<!--Directory for input files-->
<input_directory />
<!--Name of the model file (.osim) to use for inverse kinematics.-->
<model_file>Unassigned</model_file>
<!--A positive scalar that weights the relative importance of satisfying constraints. A weighting of 'Infinity' (the default) results in the constraints being strictly enforced. Otherwise, the weighted-squared constraint errors are appended to the cost function.-->
<constraint_weight>Inf</constraint_weight>
<!--The accuracy of the solution in absolute terms. Default is 1e-5. It determines the number of significant digits to which the solution can be trusted.-->
<accuracy>1.0000000000000001e-05</accuracy>
<!--Markers and coordinates to be considered (tasks) and their weightings. The sum of weighted-squared task errors composes the cost function.-->
<IKTaskSet>
<objects />
<groups />
</IKTaskSet>
<!--TRC file (.trc) containing the time history of observations of marker positions obtained during a motion capture experiment. Markers in this file that have a corresponding task and model marker are included.-->
<marker_file>Unassigned</marker_file>
<!--The name of the storage (.sto or .mot) file containing the time history of coordinate observations. Coordinate values from this file are included if there is a corresponding model coordinate and task. -->
<coordinate_file>Unassigned</coordinate_file>
<!--The desired time range over which inverse kinematics is solved. The closest start and final times from the provided observations are used to specify the actual time range to be processed.-->
<time_range> -inf inf</time_range>
<!--Flag (true or false) indicating whether or not to report marker errors from the inverse kinematics solution.-->
<report_errors>true</report_errors>
<!--Name of the resulting inverse kinematics motion (.mot) file.-->
<output_motion_file>Unassigned</output_motion_file>
<!--Flag indicating whether or not to report model marker locations. Note, model marker locations are expressed in Ground.-->
<report_marker_locations>false</report_marker_locations>
</InverseKinematicsTool>