-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkinect_ik_setup_trial2.xml
More file actions
81 lines (81 loc) · 3.86 KB
/
kinect_ik_setup_trial2.xml
File metadata and controls
81 lines (81 loc) · 3.86 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8" ?>
<OpenSimDocument Version="40000">
<InverseKinematicsTool>
<!--The time range for the study.-->
<time_range>-Inf Inf</time_range>
<!--Name of the resulting inverse kinematics motion (.mot) file.-->
<output_motion_file></output_motion_file>
<!--Markers and coordinates to be considered (tasks) and their weightings. The sum of weighted-squared task errors composes the cost function.-->
<IKTaskSet>
<objects>
<IKMarkerTask name="C7">
<!--Whether or not this task will be used during inverse kinematics solve, default is true.-->
<apply>false</apply>
<!--Weight given to the task when solving inverse kinematics problems, default is 0.-->
<weight>1</weight>
</IKMarkerTask>
<IKMarkerTask name="T8">
<!--Whether or not this task will be used during inverse kinematics solve, default is true.-->
<apply>false</apply>
<!--Weight given to the task when solving inverse kinematics problems, default is 0.-->
<weight>1</weight>
</IKMarkerTask>
<IKMarkerTask name="GH">
<!--Whether or not this task will be used during inverse kinematics solve, default is true.-->
<apply>true</apply>
<!--Weight given to the task when solving inverse kinematics problems, default is 0.-->
<weight>1</weight>
</IKMarkerTask>
<IKMarkerTask name="Elbow_Midpoint">
<!--Whether or not this task will be used during inverse kinematics solve, default is true.-->
<apply>true</apply>
<!--Weight given to the task when solving inverse kinematics problems, default is 0.-->
<weight>1</weight>
</IKMarkerTask>
<IKMarkerTask name="Wrist_Midpoint">
<!--Whether or not this task will be used during inverse kinematics solve, default is true.-->
<apply>true</apply>
<!--Weight given to the task when solving inverse kinematics problems, default is 0.-->
<weight>1</weight>
</IKMarkerTask>
<IKMarkerTask name="C7_K">
<!--Whether or not this task will be used during inverse kinematics solve, default is true.-->
<apply>true</apply>
<!--Weight given to the task when solving inverse kinematics problems, default is 0.-->
<weight>1</weight>
</IKMarkerTask>
<IKMarkerTask name="T8_K">
<!--Whether or not this task will be used during inverse kinematics solve, default is true.-->
<apply>true</apply>
<!--Weight given to the task when solving inverse kinematics problems, default is 0.-->
<weight>1</weight>
</IKMarkerTask>
<IKMarkerTask name="K4ABT_JOINT_THUMB_RIGHT">
<!--Whether or not this task will be used during inverse kinematics solve, default is true.-->
<apply>false</apply>
<!--Weight given to the task when solving inverse kinematics problems, default is 0.-->
<weight>0</weight>
</IKMarkerTask>
<IKMarkerTask name="K4ABT_JOINT_HANDTIP_RIGHT">
<!--Whether or not this task will be used during inverse kinematics solve, default is true.-->
<apply>false</apply>
<!--Weight given to the task when solving inverse kinematics problems, default is 0.-->
<weight>0</weight>
</IKMarkerTask>
<IKMarkerTask name="K4ABT_JOINT_HAND_RIGHT">
<!--Whether or not this task will be used during inverse kinematics solve, default is true.-->
<apply>false</apply>
<!--Weight given to the task when solving inverse kinematics problems, default is 0.-->
<weight>0</weight>
</IKMarkerTask>
<IKMarkerTask name="K4ABT_JOINT_CLAVICLE_RIGHT">
<!--Whether or not this task will be used during inverse kinematics solve, default is true.-->
<apply>true</apply>
<!--Weight given to the task when solving inverse kinematics problems, default is 0.-->
<weight>1</weight>
</IKMarkerTask>
</objects>
<groups />
</IKTaskSet>
</InverseKinematicsTool>
</OpenSimDocument>