jc-bao commited on
Commit
cfbe195
·
1 Parent(s): 234016c

:zap: add human-object interaction demo

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. processed/amass/assets/robots/unitree_g1/scene.xml +1 -1
  2. processed/{hdmi/g1/none/move_suitcase/0/trajectory_reference.npz → amass/unitree_g1/humanoid/sprint/0/trajectory_ik.npz} +2 -2
  3. processed/amass/unitree_g1/humanoid/sprint/0/trajectory_kinematic.npz +2 -2
  4. processed/amass/unitree_g1/humanoid/sprint/0/trajectory_mjwp.npz +2 -2
  5. processed/amass/unitree_g1/humanoid/sprint/0/visualization_ik.mp4 +2 -2
  6. processed/amass/unitree_g1/humanoid/sprint/0/visualization_kinematic.mp4 +3 -0
  7. processed/amass/unitree_g1/humanoid/sprint/0/visualization_mjwp.mp4 +2 -2
  8. processed/amass/unitree_g1/humanoid/sprint/scene.xml +1 -1
  9. processed/amass/unitree_g1/humanoid/sprint_terrain/0/trajectory_gmr.pkl +3 -0
  10. processed/amass/unitree_g1/humanoid/sprint_terrain/0/trajectory_ik.npz +3 -0
  11. processed/amass/unitree_g1/humanoid/sprint_terrain/0/trajectory_kinematic.npz +3 -0
  12. processed/amass/unitree_g1/humanoid/sprint_terrain/0/trajectory_mjwp.npz +3 -0
  13. processed/amass/unitree_g1/humanoid/sprint_terrain/0/visualization_ik.mp4 +3 -0
  14. processed/amass/unitree_g1/humanoid/sprint_terrain/0/visualization_kinematic.mp4 +3 -0
  15. processed/amass/unitree_g1/humanoid/sprint_terrain/0/visualization_mjwp.mp4 +3 -0
  16. processed/amass/unitree_g1/humanoid/sprint_terrain/scene.xml +641 -0
  17. processed/amass/unitree_g1/humanoid/sprint_terrain/task_info.json +3 -0
  18. processed/fair_mon/allegro/right/cat/0/trajectory_ikrollout.npz +2 -2
  19. processed/fair_mon/allegro/right/cat/0/trajectory_kinematic.npz +2 -2
  20. processed/fair_mon/allegro/right/cat/0/trajectory_mjwp.npz +2 -2
  21. processed/fair_mon/allegro/right/cat/0/visualization_mjwp.mp4 +2 -2
  22. processed/fair_mon/allegro/right/cat/scene.xml +1 -23
  23. processed/fair_mon/allegro/right/cat/scene_eq.xml +1 -23
  24. processed/fair_mon/allegro/right/cat/task_info.json +2 -8
  25. processed/fair_mon/allegro/right/coke/0/trajectory_ikrollout.npz +1 -1
  26. processed/fair_mon/allegro/right/coke/0/trajectory_kinematic.npz +1 -1
  27. processed/fair_mon/allegro/right/coke/0/trajectory_mjwp.npz +2 -2
  28. processed/fair_mon/allegro/right/coke/0/visualization_mjwp.mp4 +2 -2
  29. processed/fair_mon/allegro/right/coke/scene.xml +470 -319
  30. processed/fair_mon/allegro/right/coke/scene_eq.xml +11 -11
  31. processed/fair_mon/allegro/right/coke/task_info.json +4 -4
  32. processed/fair_mon/assets/objects/cat/convex/0.obj +80 -80
  33. processed/fair_mon/assets/objects/cat/convex/1.obj +88 -88
  34. processed/fair_mon/assets/objects/cat/convex/2.obj +88 -88
  35. processed/fair_mon/assets/objects/cat/convex/3.obj +84 -84
  36. processed/fair_mon/assets/objects/cat/convex/4.obj +83 -83
  37. processed/fair_mon/assets/objects/cat/convex/5.obj +82 -82
  38. processed/fair_mon/assets/objects/cat/convex/6.obj +91 -91
  39. processed/fair_mon/assets/objects/cat/convex/7.obj +82 -82
  40. processed/fair_mon/assets/objects/convex/0.obj +94 -0
  41. processed/fair_mon/assets/objects/convex/1.obj +94 -0
  42. processed/fair_mon/assets/objects/convex/2.obj +94 -0
  43. processed/fair_mon/assets/objects/convex/3.obj +61 -0
  44. processed/fair_mon/assets/objects/convex/4.obj +94 -0
  45. processed/fair_mon/assets/objects/convex/5.obj +94 -0
  46. processed/fair_mon/assets/objects/convex/6.obj +22 -0
  47. processed/fair_mon/assets/objects/convex/7.obj +88 -0
  48. processed/fair_mon/assets/objects/visual.obj +0 -0
  49. processed/fair_mon/mano/right/cat/0/trajectory_keypoints.npz +2 -2
  50. processed/fair_mon/mano/right/cat/task_info.json +2 -6
processed/amass/assets/robots/unitree_g1/scene.xml CHANGED
@@ -1,5 +1,5 @@
1
  <mujoco model="g1 scene">
2
- <compiler angle="radian" meshdir="../../../assets/robots/g1/meshes" autolimits="true" />
3
 
4
  <!-- performance options -->
5
  <option timestep="0.02" iterations="2" ls_iterations="10">
 
1
  <mujoco model="g1 scene">
2
+ <compiler angle="radian" meshdir="../../../assets/robots/unitree_g1/meshes" autolimits="true" />
3
 
4
  <!-- performance options -->
5
  <option timestep="0.02" iterations="2" ls_iterations="10">
processed/{hdmi/g1/none/move_suitcase/0/trajectory_reference.npz → amass/unitree_g1/humanoid/sprint/0/trajectory_ik.npz} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6b6b5ec2b4fd27671f059eca37b7ffeb987ed7ec2a9f5c030ac16d46ecacdeb
3
- size 225442
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3226866739556b76da62ed9fb120fde1b76b989d3b932b202417f37d38ab749c
3
+ size 51942
processed/amass/unitree_g1/humanoid/sprint/0/trajectory_kinematic.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b783e55e3992a86210a74a138ec8c3a304786579e964b541147ac6926d25a998
3
- size 53508
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa3c3971d55bb98ad358e39af3b4cd00ea939790513aa14dd5e106a6a4906425
3
+ size 52700
processed/amass/unitree_g1/humanoid/sprint/0/trajectory_mjwp.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9342765914e7c456734254f15bd4dfa12444f2247d0f038dfb524e06bd72c7f2
3
- size 112022
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbc9c7e381ef09c14a48dbe69342e48e866273ee1a9b49f19b0480c3dd6dc6ec
3
+ size 143022
processed/amass/unitree_g1/humanoid/sprint/0/visualization_ik.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9fdfda6a0911290bba122f570cb0e4657b1dd9c95d661d2e85222ad21a98891b
3
- size 180177
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a682a6d530801160c9601af63b0b74608ef5056847ecab38aec7e2093e0f446f
3
+ size 147001
processed/amass/unitree_g1/humanoid/sprint/0/visualization_kinematic.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b974deb989bbedc0afd8c3e52cdd9065e28b4904152f8d979139a345cc79be5
3
+ size 177370
processed/amass/unitree_g1/humanoid/sprint/0/visualization_mjwp.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3ddefcd7eef617a0334f0d6bd07c89c074ddb1df3cf2d704adcd81dd9c34fdf
3
- size 375844
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cf3aa50829a7eaf41709572e06adcb449aff36ce80b167a2f0acf8e7ccd5c74
3
+ size 488588
processed/amass/unitree_g1/humanoid/sprint/scene.xml CHANGED
@@ -1,5 +1,5 @@
1
  <mujoco model="g1 scene">
2
- <compiler angle="radian" meshdir="../../../assets/robots/g1/meshes" autolimits="true" />
3
 
4
  <!-- performance options -->
5
  <option timestep="0.02" iterations="2" ls_iterations="10">
 
1
  <mujoco model="g1 scene">
2
+ <compiler angle="radian" meshdir="../../../assets/robots/unitree_g1/meshes" autolimits="true" />
3
 
4
  <!-- performance options -->
5
  <option timestep="0.02" iterations="2" ls_iterations="10">
processed/amass/unitree_g1/humanoid/sprint_terrain/0/trajectory_gmr.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52be7bc488a64bf649dbfa014ffed541a3c993cb46a6812e75c8f8ef8ed94b15
3
+ size 19029
processed/amass/unitree_g1/humanoid/sprint_terrain/0/trajectory_ik.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3226866739556b76da62ed9fb120fde1b76b989d3b932b202417f37d38ab749c
3
+ size 51942
processed/amass/unitree_g1/humanoid/sprint_terrain/0/trajectory_kinematic.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa3c3971d55bb98ad358e39af3b4cd00ea939790513aa14dd5e106a6a4906425
3
+ size 52700
processed/amass/unitree_g1/humanoid/sprint_terrain/0/trajectory_mjwp.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf76b3fefb36ba1ec0b292b19f9808db96ca0fc0d2da69711793ef9e3a6fd501
3
+ size 143022
processed/amass/unitree_g1/humanoid/sprint_terrain/0/visualization_ik.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a682a6d530801160c9601af63b0b74608ef5056847ecab38aec7e2093e0f446f
3
+ size 147001
processed/amass/unitree_g1/humanoid/sprint_terrain/0/visualization_kinematic.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b974deb989bbedc0afd8c3e52cdd9065e28b4904152f8d979139a345cc79be5
3
+ size 177370
processed/amass/unitree_g1/humanoid/sprint_terrain/0/visualization_mjwp.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f93dfb149553c87273be123bce70c7f824c3f31e055859bab016109f8903bc4f
3
+ size 531987
processed/amass/unitree_g1/humanoid/sprint_terrain/scene.xml ADDED
@@ -0,0 +1,641 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <mujoco model="g1 scene">
2
+ <compiler angle="radian" meshdir="../../../assets/robots/unitree_g1/meshes" autolimits="true" />
3
+
4
+ <!-- performance options -->
5
+ <option timestep="0.02" iterations="5" ls_iterations="20">
6
+ <flag eulerdamp="disable" />
7
+ </option>
8
+
9
+ <visual>
10
+ <global azimuth="135" elevation="-25" offwidth="1920" offheight="1080" />
11
+ <quality shadowsize="8192" />
12
+ <headlight ambient="0.3 0.3 0.3" diffuse="0.6 0.6 0.6" specular="0 0 0" />
13
+ <scale forcewidth="0.25" contactwidth="0.4" contactheight="0.15" framelength="5"
14
+ framewidth="0.3" />
15
+ <rgba haze="0.15 0.25 0.35 1" force="1 0 0 1" />
16
+ </visual>
17
+
18
+ <custom>
19
+ <numeric data="15" name="max_contact_points" />
20
+ <numeric data="15" name="max_geom_pairs" />
21
+ </custom>
22
+
23
+ <default>
24
+ <default class="g1">
25
+ <default class="visual">
26
+ <geom group="2" type="mesh" density="0" material="silver" />
27
+ </default>
28
+ <default class="collision">
29
+ <geom group="3" rgba="0 1 0 1" type="sphere" />
30
+ <default class="hand_collision">
31
+ <geom type="sphere" pos="0.1 0.0 0.0" size="0.05" />
32
+ </default>
33
+ <default class="foot_collision">
34
+ <geom type="sphere" size="0.005" priority="1" friction="2.0" condim="3" />
35
+ </default>
36
+
37
+ </default>
38
+ <site group="5" rgba="1 0 0 1" />
39
+ <!-- Disable all contacts and use explicit contact pairs. -->
40
+ <geom condim="1" contype="0" conaffinity="0" />
41
+ <position kp="500" dampratio="1" inheritrange="1" />
42
+ <joint damping="0.0" armature="1.0" frictionloss="0.0" />
43
+
44
+ <default class="hip">
45
+ <default class="hip_pitch">
46
+ <joint axis="0 1 0" range="-2.5307 2.8798" />
47
+ </default>
48
+ <default class="hip_roll">
49
+ <joint axis="1 0 0" range="-0.5236 2.9671" />
50
+ </default>
51
+ <default class="hip_yaw">
52
+ <joint axis="0 0 1" range="-2.7576 2.7576" />
53
+ </default>
54
+ </default>
55
+ <default class="knee">
56
+ <joint axis="0 1 0" range="-0.087267 2.8798" />
57
+ </default>
58
+ <default class="ankle">
59
+ <position kp="500" dampratio="1" inheritrange="1" />
60
+ <default class="ankle_pitch">
61
+ <joint axis="0 1 0" range="-0.87267 0.5236" />
62
+ </default>
63
+ <default class="ankle_roll">
64
+ <joint axis="1 0 0" range="-0.2618 0.2618" />
65
+ </default>
66
+ </default>
67
+
68
+ <default class="waist_yaw">
69
+ <joint axis="0 0 1" range="-2.618 2.618" />
70
+ </default>
71
+ <default class="waist_pitch">
72
+ <joint axis="0 1 0" range="-0.52 0.52" />
73
+ </default>
74
+ <default class="waist_roll">
75
+ <joint axis="1 0 0" range="-0.52 0.52" />
76
+ </default>
77
+
78
+ <default class="shoulder">
79
+ <default class="shoulder_pitch">
80
+ <joint axis="0 1 0" range="-3.0892 2.6704" />
81
+ </default>
82
+ <default class="shoulder_roll">
83
+ <joint axis="1 0 0" />
84
+ </default>
85
+ <default class="shoulder_yaw">
86
+ <joint axis="0 0 1" range="-2.618 2.618" />
87
+ </default>
88
+ </default>
89
+
90
+ <default class="elbow">
91
+ <joint axis="0 1 0" range="-1.0472 2.0944" />
92
+ </default>
93
+
94
+ <default class="wrist">
95
+ <position kp="500" dampratio="1" inheritrange="1" />
96
+ <default class="wrist_roll">
97
+ <joint axis="1 0 0" range="-1.97222 1.97222" />
98
+ </default>
99
+ <default class="wrist_pitch">
100
+ <joint axis="0 1 0" range="-1.61443 1.61443" />
101
+ </default>
102
+ <default class="wrist_yaw">
103
+ <joint axis="0 0 1" range="-1.61443 1.61443" />
104
+ </default>
105
+ </default>
106
+ </default>
107
+ </default>
108
+
109
+ <asset>
110
+ <texture type="skybox" builtin="flat" rgb1="1 1 1" rgb2="1 1 1" width="3072" height="3072" />
111
+ <texture type="2d" colorspace="auto" name="groundplane" builtin="checker" mark="edge"
112
+ rgb1="1 1 1" rgb2="1.0 1.0 1.0" markrgb="1.0 1.0 1.0" width="300" height="300" />
113
+ <material name="groundplane" texture="groundplane" texuniform="true" texrepeat="4 4" />
114
+
115
+ <material name="silver" rgba="0.7 0.7 0.7 1" />
116
+ <material name="black" rgba="0.2 0.2 0.2 1" />
117
+
118
+ <mesh name="pelvis" file="pelvis.STL" />
119
+ <mesh name="pelvis_contour_link" file="pelvis_contour_link.STL" />
120
+ <mesh name="left_hip_pitch_link" file="left_hip_pitch_link.STL" />
121
+ <mesh name="left_hip_roll_link" file="left_hip_roll_link.STL" />
122
+ <mesh name="left_hip_yaw_link" file="left_hip_yaw_link.STL" />
123
+ <mesh name="left_knee_link" file="left_knee_link.STL" />
124
+ <mesh name="left_ankle_pitch_link" file="left_ankle_pitch_link.STL" />
125
+ <mesh name="left_ankle_roll_link" file="left_ankle_roll_link.STL" />
126
+ <mesh name="right_hip_pitch_link" file="right_hip_pitch_link.STL" />
127
+ <mesh name="right_hip_roll_link" file="right_hip_roll_link.STL" />
128
+ <mesh name="right_hip_yaw_link" file="right_hip_yaw_link.STL" />
129
+ <mesh name="right_knee_link" file="right_knee_link.STL" />
130
+ <mesh name="right_ankle_pitch_link" file="right_ankle_pitch_link.STL" />
131
+ <mesh name="right_ankle_roll_link" file="right_ankle_roll_link.STL" />
132
+ <mesh name="waist_yaw_link" file="waist_yaw_link_rev_1_0.STL" />
133
+ <mesh name="waist_roll_link" file="waist_roll_link_rev_1_0.STL" />
134
+ <mesh name="torso_link" file="torso_link_rev_1_0.STL" />
135
+ <mesh name="logo_link" file="logo_link.STL" />
136
+ <mesh name="head_link" file="head_link.STL" />
137
+ <mesh name="left_shoulder_pitch_link" file="left_shoulder_pitch_link.STL" />
138
+ <mesh name="left_shoulder_roll_link" file="left_shoulder_roll_link.STL" />
139
+ <mesh name="left_shoulder_yaw_link" file="left_shoulder_yaw_link.STL" />
140
+ <mesh name="left_elbow_link" file="left_elbow_link.STL" />
141
+ <mesh name="left_wrist_roll_link" file="left_wrist_roll_link.STL" />
142
+ <mesh name="left_wrist_pitch_link" file="left_wrist_pitch_link.STL" />
143
+ <mesh name="left_wrist_yaw_link" file="left_wrist_yaw_link.STL" />
144
+ <mesh name="left_rubber_hand" file="left_rubber_hand.STL" />
145
+ <mesh name="right_shoulder_pitch_link" file="right_shoulder_pitch_link.STL" />
146
+ <mesh name="right_shoulder_roll_link" file="right_shoulder_roll_link.STL" />
147
+ <mesh name="right_shoulder_yaw_link" file="right_shoulder_yaw_link.STL" />
148
+ <mesh name="right_elbow_link" file="right_elbow_link.STL" />
149
+ <mesh name="right_wrist_roll_link" file="right_wrist_roll_link.STL" />
150
+ <mesh name="right_wrist_pitch_link" file="right_wrist_pitch_link.STL" />
151
+ <mesh name="right_wrist_yaw_link" file="right_wrist_yaw_link.STL" />
152
+ <mesh name="right_rubber_hand" file="right_rubber_hand.STL" />
153
+ </asset>
154
+
155
+ <worldbody>
156
+ <light pos="0 0 5" dir="0 0 -1" type="directional" />
157
+ <geom name="floor" size="0 0 0.01" type="plane" material="groundplane" />
158
+ <!-- add terrain -->
159
+ <!-- Interpolate 5 boxes from start to end position -->
160
+ <!-- <geom name="box0" pos="-1.80725026 -1.29974377 0" size="0.6 0.6 0.001" type="box"
161
+ material="groundplane" quat="0.92 0 0 0.38" /> -->
162
+ <!-- <geom name="box1" pos="-0.646250515 -0.655115173 0" size="0.6 1.0 0.1" type="box"
163
+ rgba="0.5 0.5 0.5 1" quat="0.92 0 0 0.38" /> -->
164
+ <geom name="box1" pos="0.51474923 -0.010486573 0" size="0.6 1.0 0.1" type="box"
165
+ rgba="0.5 0.5 0.5 1" quat="0.92 0 0 0.38" />
166
+ <geom name="box3" pos="0.9 0.433142022 0" size="0.6 1.0 0.2" type="box"
167
+ rgba="0.5 0.5 0.5 1" quat="0.92 0 0 0.38" />
168
+ <!-- <geom name="box4" pos="1.84675038 1.27666962 0" size="0.6 0.3 0.20" type="box"
169
+ material="groundplane" quat="0.92 0 0 0.38" /> -->
170
+
171
+ <body name="pelvis" pos="0 0 0.793" childclass="g1">
172
+ <camera name="track" pos="1.734 -1.135 .35" xyaxes="0.552 0.834 -0.000 -0.170 0.112 0.979"
173
+ mode="trackcom" />
174
+ <camera name="track2" pos="1.489 1.189 1.174" xyaxes="-0.609 0.793 -0.000 -0.221 -0.169 0.961"
175
+ mode="trackcom" />
176
+ <inertial pos="0 0 -0.07605" quat="1 0 -0.000399148 0" mass="3.813"
177
+ diaginertia="0.010549 0.0093089 0.0079184" />
178
+ <freejoint name="floating_base_joint" />
179
+ <geom class="visual" material="black" mesh="pelvis" />
180
+ <geom class="visual" mesh="pelvis_contour_link" />
181
+ <!-- <geom name="pelvis_collision" class="collision" type="sphere" size="0.07" pos="0 0 -0.08"
182
+ /> -->
183
+ <site name="imu_in_pelvis" size="0.01" pos="0.04525 0 -0.08339" />
184
+ <site name="trace_pelvis" size="0.01" pos="0.04525 0 -0.08339" />
185
+ <body name="left_hip_pitch_link" pos="0 0.064452 -0.1027">
186
+ <inertial pos="0.002741 0.047791 -0.02606" quat="0.954862 0.293964 0.0302556 0.030122"
187
+ mass="1.35"
188
+ diaginertia="0.00181517 0.00153422 0.00116212" />
189
+ <joint name="left_hip_pitch_joint" class="hip_pitch" />
190
+ <geom class="visual" material="black" mesh="left_hip_pitch_link" />
191
+ <body name="left_hip_roll_link" pos="0 0.052 -0.030465" quat="0.996179 0 -0.0873386 0">
192
+ <inertial pos="0.029812 -0.001045 -0.087934"
193
+ quat="0.977808 -1.97119e-05 0.205576 -0.0403793" mass="1.52"
194
+ diaginertia="0.00254986 0.00241169 0.00148755" />
195
+ <joint name="left_hip_roll_joint" class="hip_roll" />
196
+ <geom class="visual" mesh="left_hip_roll_link" />
197
+ <!-- <geom name="left_hip_collision" class="collision" size="0.06"
198
+ fromto="0.02 0 0 0.02 0 -0.08" /> -->
199
+ <body name="left_hip_yaw_link" pos="0.025001 0 -0.12412">
200
+ <inertial pos="-0.057709 -0.010981 -0.15078" quat="0.600598 0.15832 0.223482 0.751181"
201
+ mass="1.702"
202
+ diaginertia="0.00776166 0.00717575 0.00160139" />
203
+ <joint name="left_hip_yaw_joint" class="hip_yaw" />
204
+ <geom class="visual" mesh="left_hip_yaw_link" />
205
+ <!-- <geom name="left_thigh_collision" class="collision" size="0.055"
206
+ fromto="-0.0 0 -0.03 -0.06 0 -0.17" /> -->
207
+ <body name="left_knee_link" pos="-0.078273 0.0021489 -0.17734"
208
+ quat="0.996179 0 0.0873386 0">
209
+ <inertial pos="0.005457 0.003964 -0.12074"
210
+ quat="0.923418 -0.0327699 0.0158246 0.382067" mass="1.932"
211
+ diaginertia="0.0113804 0.0112778 0.00146458" />
212
+ <joint name="left_knee_joint" class="knee" />
213
+ <geom class="visual" mesh="left_knee_link" />
214
+ <!-- <geom name="left_shin_collision" class="collision" size="0.045"
215
+ fromto="0.01 0 0 0.01 0 -0.15" />
216
+ <geom name="left_linkage_brace_collision" class="collision" size="0.03"
217
+ fromto="0.01 0 -0.2 0.01 0 -0.28" /> -->
218
+ <body name="left_ankle_pitch_link" pos="0 -9.4445e-05 -0.30001">
219
+ <inertial pos="-0.007269 0 0.011137" quat="0.603053 0.369225 0.369225 0.603053"
220
+ mass="0.074"
221
+ diaginertia="1.89e-05 1.40805e-05 6.9195e-06" />
222
+ <joint name="left_ankle_pitch_joint" class="ankle_pitch" />
223
+ <geom class="visual" mesh="left_ankle_pitch_link" />
224
+ <body name="left_ankle_roll_link" pos="0 0 -0.017558">
225
+ <site name="left_foot" rgba="1 0 0 1" pos="0.04 0 -0.037" />
226
+ <inertial pos="0.026505 0 -0.016425"
227
+ quat="-0.000481092 0.728482 -0.000618967 0.685065" mass="0.608"
228
+ diaginertia="0.00167218 0.0016161 0.000217621" />
229
+ <joint name="left_ankle_roll_joint" class="ankle_roll" />
230
+ <geom class="visual" material="black" mesh="left_ankle_roll_link" />
231
+ <geom name="lf0" class="foot_collision" pos="-0.05 0.025 -0.03" />
232
+ <geom name="lf1" class="foot_collision" pos="-0.05 -0.025 -0.03" />
233
+ <geom name="lf2" class="foot_collision" pos="0.12 0.03 -0.03" />
234
+ <geom name="lf3" class="foot_collision" pos="0.12 -0.03 -0.03" />
235
+ <site name="trace_left_foot" size="0.01" pos="0.04 0 -0.037" />
236
+ </body>
237
+ </body>
238
+ </body>
239
+ </body>
240
+ </body>
241
+ </body>
242
+ <body name="right_hip_pitch_link" pos="0 -0.064452 -0.1027">
243
+ <inertial pos="0.002741 -0.047791 -0.02606" quat="0.954862 -0.293964 0.0302556 -0.030122"
244
+ mass="1.35"
245
+ diaginertia="0.00181517 0.00153422 0.00116212" />
246
+ <joint name="right_hip_pitch_joint" class="hip_pitch" />
247
+ <geom class="visual" material="black" mesh="right_hip_pitch_link" />
248
+ <body name="right_hip_roll_link" pos="0 -0.052 -0.030465" quat="0.996179 0 -0.0873386 0">
249
+ <inertial pos="0.029812 0.001045 -0.087934" quat="0.977808 1.97119e-05 0.205576 0.0403793"
250
+ mass="1.52"
251
+ diaginertia="0.00254986 0.00241169 0.00148755" />
252
+ <joint name="right_hip_roll_joint" class="hip_roll" />
253
+ <geom class="visual" mesh="right_hip_roll_link" />
254
+ <!-- <geom name="right_hip_collision" class="collision" size="0.06"
255
+ fromto="0.02 0 0 0.02 0 -0.08" /> -->
256
+ <body name="right_hip_yaw_link" pos="0.025001 0 -0.12412">
257
+ <inertial pos="-0.057709 0.010981 -0.15078" quat="0.751181 0.223482 0.15832 0.600598"
258
+ mass="1.702"
259
+ diaginertia="0.00776166 0.00717575 0.00160139" />
260
+ <joint name="right_hip_yaw_joint" class="hip_yaw" />
261
+ <geom class="visual" mesh="right_hip_yaw_link" />
262
+ <!-- <geom name="right_thigh_collision" class="collision" size="0.055"
263
+ fromto="-0.0 0 -0.03 -0.06 0 -0.17" /> -->
264
+ <body name="right_knee_link" pos="-0.078273 -0.0021489 -0.17734"
265
+ quat="0.996179 0 0.0873386 0">
266
+ <inertial pos="0.005457 -0.003964 -0.12074"
267
+ quat="0.923439 0.0345276 0.0116333 -0.382012" mass="1.932"
268
+ diaginertia="0.011374 0.0112843 0.00146452" />
269
+ <joint name="right_knee_joint" class="knee" />
270
+ <geom class="visual" mesh="right_knee_link" />
271
+ <!-- <geom name="right_shin_collision" class="collision" size="0.045"
272
+ fromto="0.01 0 0 0.01 0 -0.15" />
273
+ <geom name="right_linkage_brace_collision" class="collision" size="0.03"
274
+ fromto="0.01 0 -0.2 0.01 0 -0.28" /> -->
275
+ <body name="right_ankle_pitch_link" pos="0 9.4445e-05 -0.30001">
276
+ <inertial pos="-0.007269 0 0.011137" quat="0.603053 0.369225 0.369225 0.603053"
277
+ mass="0.074"
278
+ diaginertia="1.89e-05 1.40805e-05 6.9195e-06" />
279
+ <joint name="right_ankle_pitch_joint" class="ankle_pitch" />
280
+ <geom class="visual" mesh="right_ankle_pitch_link" />
281
+ <body name="right_ankle_roll_link" pos="0 0 -0.017558">
282
+ <site name="right_foot" rgba="1 0 0 1" pos="0.04 0 -0.037" />
283
+ <inertial pos="0.026505 0 -0.016425"
284
+ quat="0.000481092 0.728482 0.000618967 0.685065" mass="0.608"
285
+ diaginertia="0.00167218 0.0016161 0.000217621" />
286
+ <joint name="right_ankle_roll_joint" class="ankle_roll" />
287
+ <geom class="visual" material="black" mesh="right_ankle_roll_link" />
288
+ <geom name="rf0" class="foot_collision" pos="-0.05 0.025 -0.03" />
289
+ <geom name="rf1" class="foot_collision" pos="-0.05 -0.025 -0.03" />
290
+ <geom name="rf2" class="foot_collision" pos="0.12 0.03 -0.03" />
291
+ <geom name="rf3" class="foot_collision" pos="0.12 -0.03 -0.03" />
292
+ <site name="trace_right_foot" size="0.01" pos="0.04 0 -0.037" />
293
+ </body>
294
+ </body>
295
+ </body>
296
+ </body>
297
+ </body>
298
+ </body>
299
+ <body name="waist_yaw_link">
300
+ <inertial pos="0.003494 0.000233 0.018034" quat="0.289697 0.591001 -0.337795 0.672821"
301
+ mass="0.214"
302
+ diaginertia="0.000163531 0.000107714 0.000102205" />
303
+ <joint name="waist_yaw_joint" class="waist_yaw" />
304
+ <geom class="visual" mesh="waist_yaw_link" />
305
+ <body name="waist_roll_link" pos="-0.0039635 0 0.044">
306
+ <inertial pos="0 2.3e-05 0" quat="0.5 0.5 -0.5 0.5" mass="0.086"
307
+ diaginertia="8.245e-06 7.079e-06 6.339e-06" />
308
+ <joint name="waist_roll_joint" class="waist_roll" />
309
+ <geom class="visual" mesh="waist_roll_link" />
310
+ <body name="torso_link">
311
+ <inertial pos="0.00203158 0.000339683 0.184568"
312
+ quat="0.999803 -6.03319e-05 0.0198256 0.00131986"
313
+ mass="7.818" diaginertia="0.121847 0.109825 0.0273735" />
314
+ <joint name="waist_pitch_joint" class="waist_pitch" />
315
+ <geom class="visual" mesh="torso_link" />
316
+ <geom pos="0.0039635 0 -0.044" quat="1 0 0 0" class="visual" material="black"
317
+ mesh="logo_link" />
318
+ <geom pos="0.0039635 0 -0.044" class="visual" material="black" mesh="head_link" />
319
+ <!-- <geom name="torso_collision" class="collision" size="0.09"
320
+ fromto="0.01 0 0.08 0.01 0 0.2" />
321
+ <geom name="head_collision" class="collision" type="sphere" size="0.06" pos="0 0 .43" /> -->
322
+ <site name="imu_in_torso" size="0.01" pos="-0.03959 -0.00224 0.14792" />
323
+ <body name="left_shoulder_pitch_link" pos="0.0039563 0.10022 0.24778"
324
+ quat="0.990264 0.139201 1.38722e-05 -9.86868e-05">
325
+ <inertial pos="0 0.035892 -0.011628" quat="0.654152 0.0130458 -0.326267 0.68225"
326
+ mass="0.718"
327
+ diaginertia="0.000465864 0.000432842 0.000406394" />
328
+ <joint name="left_shoulder_pitch_joint" class="shoulder_pitch" />
329
+ <geom class="visual" mesh="left_shoulder_pitch_link" />
330
+ <body name="left_shoulder_roll_link" pos="0 0.038 -0.013831"
331
+ quat="0.990268 -0.139172 0 0">
332
+ <inertial pos="-0.000227 0.00727 -0.063243"
333
+ quat="0.701256 -0.0196223 -0.00710317 0.712604" mass="0.643"
334
+ diaginertia="0.000691311 0.000618011 0.000388977" />
335
+ <joint name="left_shoulder_roll_joint" range="-1.5882 2.2515" class="shoulder_roll" />
336
+ <geom class="visual" mesh="left_shoulder_roll_link" />
337
+ <body name="left_shoulder_yaw_link" pos="0 0.00624 -0.1032">
338
+ <inertial pos="0.010773 -0.002949 -0.072009"
339
+ quat="0.716879 -0.0964829 -0.0679942 0.687134"
340
+ mass="0.734" diaginertia="0.00106187 0.00103217 0.000400661" />
341
+ <joint name="left_shoulder_yaw_joint" class="shoulder_yaw" />
342
+ <geom class="visual" mesh="left_shoulder_yaw_link" />
343
+ <!-- <geom name="left_shoulder_yaw_collision" class="collision" size="0.035"
344
+ fromto="0 0 -0.08 0 0 0.05" /> -->
345
+ <body name="left_elbow_link" pos="0.015783 0 -0.080518">
346
+ <inertial pos="0.064956 0.004454 -0.010062"
347
+ quat="0.541765 0.636132 0.388821 0.388129" mass="0.6"
348
+ diaginertia="0.000443035 0.000421612 0.000259353" />
349
+ <joint name="left_elbow_joint" class="elbow" />
350
+ <geom class="visual" mesh="left_elbow_link" />
351
+ <!-- <geom name="left_elbow_yaw_collision" class="collision" size="0.035"
352
+ fromto="-0.01 0 -0.01 0.08 0 -0.01" /> -->
353
+ <body name="left_wrist_roll_link" pos="0.1 0.00188791 -0.01">
354
+ <inertial pos="0.0171394 0.000537591 4.8864e-07"
355
+ quat="0.575338 0.411667 -0.574906 0.411094"
356
+ mass="0.085445" diaginertia="5.48211e-05 4.96646e-05 3.57798e-05" />
357
+ <joint name="left_wrist_roll_joint" class="wrist_roll" />
358
+ <geom class="visual" mesh="left_wrist_roll_link" />
359
+ <body name="left_wrist_pitch_link" pos="0.038 0 0">
360
+ <inertial pos="0.0229999 -0.00111685 -0.00111658"
361
+ quat="0.249998 0.661363 0.293036 0.643608"
362
+ mass="0.48405" diaginertia="0.000430353 0.000429873 0.000164648" />
363
+ <joint name="left_wrist_pitch_joint" class="wrist_pitch" />
364
+ <geom class="visual" mesh="left_wrist_pitch_link" />
365
+ <!-- <geom name="left_wrist_collision" class="collision" size="0.035"
366
+ fromto="-0.01 0 0 0.06 0 0" /> -->
367
+ <body name="left_wrist_yaw_link" pos="0.046 0 0">
368
+ <inertial pos="0.0708244 0.000191745 0.00161742"
369
+ quat="0.510571 0.526295 0.468078 0.493188"
370
+ mass="0.254576" diaginertia="0.000646113 0.000559993 0.000147566" />
371
+ <joint name="left_wrist_yaw_joint" class="wrist_yaw" />
372
+ <geom class="visual" mesh="left_wrist_yaw_link" />
373
+ <geom pos="0.0415 0.003 0" quat="1 0 0 0" class="visual"
374
+ mesh="left_rubber_hand" />
375
+ <site name="left_palm" pos="0.08 0 0" size="0.01" />
376
+ <!-- <geom name="left_hand_collision" class="collision" size="0.035"
377
+ rgba=".2 .6 .2 .2"
378
+ fromto="0.07 0 0 0.15 -0.02 0" /> -->
379
+ <geom name="lh" class="hand_collision" />
380
+ <site name="trace_left_hand" size="0.01" pos="0.08 0 0" />
381
+ </body>
382
+ </body>
383
+ </body>
384
+ </body>
385
+ </body>
386
+ </body>
387
+ </body>
388
+ <body name="right_shoulder_pitch_link" pos="0.0039563 -0.10021 0.24778"
389
+ quat="0.990264 -0.139201 1.38722e-05 9.86868e-05">
390
+ <inertial pos="0 -0.035892 -0.011628" quat="0.68225 -0.326267 0.0130458 0.654152"
391
+ mass="0.718"
392
+ diaginertia="0.000465864 0.000432842 0.000406394" />
393
+ <joint name="right_shoulder_pitch_joint" class="shoulder_pitch" />
394
+ <geom class="visual" mesh="right_shoulder_pitch_link" />
395
+ <body name="right_shoulder_roll_link" pos="0 -0.038 -0.013831"
396
+ quat="0.990268 0.139172 0 0">
397
+ <inertial pos="-0.000227 -0.00727 -0.063243"
398
+ quat="0.712604 -0.00710317 -0.0196223 0.701256"
399
+ mass="0.643" diaginertia="0.000691311 0.000618011 0.000388977" />
400
+ <joint name="right_shoulder_roll_joint" range="-2.2515 1.5882" class="shoulder_roll" />
401
+ <geom class="visual" mesh="right_shoulder_roll_link" />
402
+ <body name="right_shoulder_yaw_link" pos="0 -0.00624 -0.1032">
403
+ <inertial pos="0.010773 0.002949 -0.072009"
404
+ quat="0.687134 -0.0679942 -0.0964829 0.716879"
405
+ mass="0.734" diaginertia="0.00106187 0.00103217 0.000400661" />
406
+ <joint name="right_shoulder_yaw_joint" class="shoulder_yaw" />
407
+ <geom class="visual" mesh="right_shoulder_yaw_link" />
408
+ <!-- <geom name="right_shoulder_yaw_collision" class="collision" size="0.035"
409
+ fromto="0 0 -0.08 0 0 0.05" /> -->
410
+ <body name="right_elbow_link" pos="0.015783 0 -0.080518">
411
+ <inertial pos="0.064956 -0.004454 -0.010062"
412
+ quat="0.388129 0.388821 0.636132 0.541765" mass="0.6"
413
+ diaginertia="0.000443035 0.000421612 0.000259353" />
414
+ <joint name="right_elbow_joint" class="elbow" />
415
+ <geom class="visual" mesh="right_elbow_link" />
416
+ <!-- <geom name="right_elbow_yaw_collision" class="collision" size="0.035"
417
+ fromto="-0.01 0 -0.01 0.08 0 -0.01" /> -->
418
+ <body name="right_wrist_roll_link" pos="0.1 -0.00188791 -0.01">
419
+ <inertial pos="0.0171394 -0.000537591 4.8864e-07"
420
+ quat="0.411667 0.575338 -0.411094 0.574906"
421
+ mass="0.085445" diaginertia="5.48211e-05 4.96646e-05 3.57798e-05" />
422
+ <joint name="right_wrist_roll_joint" class="wrist_roll" />
423
+ <geom class="visual" mesh="right_wrist_roll_link" />
424
+ <body name="right_wrist_pitch_link" pos="0.038 0 0">
425
+ <inertial pos="0.0229999 0.00111685 -0.00111658"
426
+ quat="0.643608 0.293036 0.661363 0.249998"
427
+ mass="0.48405" diaginertia="0.000430353 0.000429873 0.000164648" />
428
+ <joint name="right_wrist_pitch_joint" class="wrist_pitch" />
429
+ <geom class="visual" mesh="right_wrist_pitch_link" />
430
+ <!-- <geom name="right_wrist_collision" class="collision" size="0.035"
431
+ fromto="-0.01 0 0 0.06 0 0" /> -->
432
+ <body name="right_wrist_yaw_link" pos="0.046 0 0">
433
+ <inertial pos="0.0708244 -0.000191745 0.00161742"
434
+ quat="0.493188 0.468078 0.526295 0.510571"
435
+ mass="0.254576" diaginertia="0.000646113 0.000559993 0.000147566" />
436
+ <joint name="right_wrist_yaw_joint" class="wrist_yaw" />
437
+ <geom class="visual" mesh="right_wrist_yaw_link" />
438
+ <geom pos="0.0415 -0.003 0" quat="1 0 0 0" class="visual"
439
+ mesh="right_rubber_hand" />
440
+ <site name="right_palm" pos="0.08 0 0" size="0.01" />
441
+ <!-- <geom name="right_hand_collision" class="collision" size="0.035"
442
+ rgba=".2 .6 .2 .2"
443
+ fromto="0.07 0 0 0.15 0.02 0" /> -->
444
+ <geom name="rh" class="hand_collision" />
445
+ <site name="trace_right_hand" size="0.01" pos="0.08 0 0" />
446
+ </body>
447
+ </body>
448
+ </body>
449
+ </body>
450
+ </body>
451
+ </body>
452
+ </body>
453
+ </body>
454
+ </body>
455
+ </body>
456
+ </body>
457
+ </worldbody>
458
+
459
+ <actuator>
460
+ <position class="hip_pitch" name="left_hip_pitch_joint" joint="left_hip_pitch_joint" />
461
+ <position class="hip_roll" name="left_hip_roll_joint" joint="left_hip_roll_joint" />
462
+ <position class="hip_yaw" name="left_hip_yaw_joint" joint="left_hip_yaw_joint" />
463
+ <position class="knee" name="left_knee_joint" joint="left_knee_joint" />
464
+ <position class="ankle_pitch" name="left_ankle_pitch_joint" joint="left_ankle_pitch_joint" />
465
+ <position class="ankle_roll" name="left_ankle_roll_joint" joint="left_ankle_roll_joint" />
466
+
467
+ <position class="hip_pitch" name="right_hip_pitch_joint" joint="right_hip_pitch_joint" />
468
+ <position class="hip_roll" name="right_hip_roll_joint" joint="right_hip_roll_joint" />
469
+ <position class="hip_yaw" name="right_hip_yaw_joint" joint="right_hip_yaw_joint" />
470
+ <position class="knee" name="right_knee_joint" joint="right_knee_joint" />
471
+ <position class="ankle_pitch" name="right_ankle_pitch_joint" joint="right_ankle_pitch_joint" />
472
+ <position class="ankle_roll" name="right_ankle_roll_joint" joint="right_ankle_roll_joint" />
473
+
474
+ <position class="waist_yaw" name="waist_yaw_joint" joint="waist_yaw_joint" />
475
+ <position class="waist_roll" name="waist_roll_joint" joint="waist_roll_joint" />
476
+ <position class="waist_pitch" name="waist_pitch_joint" joint="waist_pitch_joint" />
477
+
478
+ <position class="shoulder_pitch" name="left_shoulder_pitch_joint"
479
+ joint="left_shoulder_pitch_joint" />
480
+ <position class="shoulder_roll" name="left_shoulder_roll_joint" joint="left_shoulder_roll_joint" />
481
+ <position class="shoulder_yaw" name="left_shoulder_yaw_joint" joint="left_shoulder_yaw_joint" />
482
+ <position class="elbow" name="left_elbow_joint" joint="left_elbow_joint" />
483
+ <position class="wrist_roll" name="left_wrist_roll_joint" joint="left_wrist_roll_joint" />
484
+ <position class="wrist_pitch" name="left_wrist_pitch_joint" joint="left_wrist_pitch_joint" />
485
+ <position class="wrist_yaw" name="left_wrist_yaw_joint" joint="left_wrist_yaw_joint" />
486
+
487
+ <position class="shoulder_pitch" name="right_shoulder_pitch_joint"
488
+ joint="right_shoulder_pitch_joint" />
489
+ <position class="shoulder_roll" name="right_shoulder_roll_joint"
490
+ joint="right_shoulder_roll_joint" />
491
+ <position class="shoulder_yaw" name="right_shoulder_yaw_joint" joint="right_shoulder_yaw_joint" />
492
+ <position class="elbow" name="right_elbow_joint" joint="right_elbow_joint" />
493
+ <position class="wrist_roll" name="right_wrist_roll_joint" joint="right_wrist_roll_joint" />
494
+ <position class="wrist_pitch" name="right_wrist_pitch_joint" joint="right_wrist_pitch_joint" />
495
+ <position class="wrist_yaw" name="right_wrist_yaw_joint" joint="right_wrist_yaw_joint" />
496
+ </actuator>
497
+
498
+ <!-- <sensor>
499
+ <velocimeter site="imu_in_torso" name="local_linvel_torso" />
500
+ <velocimeter site="imu_in_pelvis" name="local_linvel_pelvis" />
501
+ <accelerometer site="imu_in_torso" name="accelerometer_torso" />
502
+ <accelerometer site="imu_in_pelvis" name="accelerometer_pelvis" />
503
+ <gyro site="imu_in_torso" name="gyro_torso" />
504
+ <gyro site="imu_in_pelvis" name="gyro_pelvis" />
505
+ <framezaxis objtype="site" objname="imu_in_torso" name="upvector_torso" />
506
+ <framezaxis objtype="site" objname="imu_in_pelvis" name="upvector_pelvis" />
507
+ <framequat objtype="site" objname="imu_in_torso" name="orientation_torso" />
508
+ <framequat objtype="site" objname="imu_in_pelvis" name="orientation_pelvis" />
509
+ <framelinvel objtype="site" objname="imu_in_torso" name="global_linvel_torso" />
510
+ <framelinvel objtype="site" objname="imu_in_pelvis" name="global_linvel_pelvis" />
511
+ <frameangvel objtype="site" objname="imu_in_torso" name="global_angvel_torso" />
512
+ <frameangvel objtype="site" objname="imu_in_pelvis" name="global_angvel_pelvis" />
513
+ </sensor> -->
514
+
515
+ <contact>
516
+ <pair name="left_foot_floor0" geom1="lf0" geom2="floor" solref="0.008 1"
517
+ friction="1 1" condim="3" />
518
+ <pair name="left_foot_floor1" geom1="lf1" geom2="floor" solref="0.008 1"
519
+ friction="1 1" condim="3" />
520
+ <pair name="left_foot_floor2" geom1="lf2" geom2="floor" solref="0.008 1"
521
+ friction="1 1" condim="3" />
522
+ <pair name="left_foot_floor3" geom1="lf3" geom2="floor" solref="0.008 1"
523
+ friction="1 1" condim="3" />
524
+ <pair name="right_foot_floor0" geom1="rf0" geom2="floor" solref="0.008 1"
525
+ friction="1 1" condim="3" />
526
+ <pair name="right_foot_floor1" geom1="rf1" geom2="floor" solref="0.008 1"
527
+ friction="1 1" condim="3" />
528
+ <pair name="right_foot_floor2" geom1="rf2" geom2="floor" solref="0.008 1"
529
+ friction="1 1" condim="3" />
530
+ <pair name="right_foot_floor3" geom1="rf3" geom2="floor" solref="0.008 1"
531
+ friction="1 1" condim="3" />
532
+ <pair name="left_hand_floor" geom1="lh" geom2="floor" solref="0.008 1"
533
+ friction="1 1" condim="3" />
534
+ <pair name="right_hand_floor" geom1="rh" geom2="floor" solref="0.008 1"
535
+ friction="1 1" condim="3" />
536
+
537
+ <!-- add collision between foot and box -->
538
+ <!-- <pair name="lf0_box0" geom1="lf0" geom2="box0" solref="0.008 1"
539
+ friction="1 1" condim="3" />
540
+ <pair name="lf1_box0" geom1="lf1" geom2="box0" solref="0.008 1"
541
+ friction="1 1" condim="3" />
542
+ <pair name="lf2_box0" geom1="lf2" geom2="box0" solref="0.008 1"
543
+ friction="1 1" condim="3" />
544
+ <pair name="lf3_box0" geom1="lf3" geom2="box0" solref="0.008 1"
545
+ friction="1 1" condim="3" />
546
+ <pair name="rf0_box0" geom1="rf0" geom2="box0" solref="0.008 1"
547
+ friction="1 1" condim="3" />
548
+ <pair name="rf1_box0" geom1="rf1" geom2="box0" solref="0.008 1"
549
+ friction="1 1" condim="3" />
550
+ <pair name="rf2_box0" geom1="rf2" geom2="box0" solref="0.008 1"
551
+ friction="1 1" condim="3" />
552
+ <pair name="rf3_box0" geom1="rf3" geom2="box0" solref="0.008 1"
553
+ friction="1 1" condim="3" /> -->
554
+
555
+ <pair name="lf0_box1" geom1="lf0" geom2="box1" solref="0.008 1"
556
+ friction="1 1" condim="3" />
557
+ <pair name="lf1_box1" geom1="lf1" geom2="box1" solref="0.008 1"
558
+ friction="1 1" condim="3" />
559
+ <pair name="lf2_box1" geom1="lf2" geom2="box1" solref="0.008 1"
560
+ friction="1 1" condim="3" />
561
+ <pair name="lf3_box1" geom1="lf3" geom2="box1" solref="0.008 1"
562
+ friction="1 1" condim="3" />
563
+ <pair name="rf0_box1" geom1="rf0" geom2="box1" solref="0.008 1"
564
+ friction="1 1" condim="3" />
565
+ <pair name="rf1_box1" geom1="rf1" geom2="box1" solref="0.008 1"
566
+ friction="1 1" condim="3" />
567
+ <pair name="rf2_box1" geom1="rf2" geom2="box1" solref="0.008 1"
568
+ friction="1 1" condim="3" />
569
+ <pair name="rf3_box1" geom1="rf3" geom2="box1" solref="0.008 1"
570
+ friction="1 1" condim="3" />
571
+
572
+ <!-- <pair name="lf0_box2" geom1="lf0" geom2="box2" solref="0.008 1"
573
+ friction="1 1" condim="3" />
574
+ <pair name="lf1_box2" geom1="lf1" geom2="box2" solref="0.008 1"
575
+ friction="1 1" condim="3" />
576
+ <pair name="lf2_box2" geom1="lf2" geom2="box2" solref="0.008 1"
577
+ friction="1 1" condim="3" />
578
+ <pair name="lf3_box2" geom1="lf3" geom2="box2" solref="0.008 1"
579
+ friction="1 1" condim="3" />
580
+ <pair name="rf0_box2" geom1="rf0" geom2="box2" solref="0.008 1"
581
+ friction="1 1" condim="3" />
582
+ <pair name="rf1_box2" geom1="rf1" geom2="box2" solref="0.008 1"
583
+ friction="1 1" condim="3" />
584
+ <pair name="rf2_box2" geom1="rf2" geom2="box2" solref="0.008 1"
585
+ friction="1 1" condim="3" />
586
+ <pair name="rf3_box2" geom1="rf3" geom2="box2" solref="0.008 1"
587
+ friction="1 1" condim="3" /> -->
588
+
589
+ <pair name="lf0_box3" geom1="lf0" geom2="box3" solref="0.008 1"
590
+ friction="1 1" condim="3" />
591
+ <pair name="lf1_box3" geom1="lf1" geom2="box3" solref="0.008 1"
592
+ friction="1 1" condim="3" />
593
+ <pair name="lf2_box3" geom1="lf2" geom2="box3" solref="0.008 1"
594
+ friction="1 1" condim="3" />
595
+ <pair name="lf3_box3" geom1="lf3" geom2="box3" solref="0.008 1"
596
+ friction="1 1" condim="3" />
597
+ <pair name="rf0_box3" geom1="rf0" geom2="box3" solref="0.008 1"
598
+ friction="1 1" condim="3" />
599
+ <pair name="rf1_box3" geom1="rf1" geom2="box3" solref="0.008 1"
600
+ friction="1 1" condim="3" />
601
+ <pair name="rf2_box3" geom1="rf2" geom2="box3" solref="0.008 1"
602
+ friction="1 1" condim="3" />
603
+ <pair name="rf3_box3" geom1="rf3" geom2="box3" solref="0.008 1"
604
+ friction="1 1" condim="3" />
605
+
606
+ <!-- <pair name="lf0_box4" geom1="lf0" geom2="box4" solref="0.008 1"
607
+ friction="1 1" condim="3" />
608
+ <pair name="lf1_box4" geom1="lf1" geom2="box4" solref="0.008 1"
609
+ friction="1 1" condim="3" />
610
+ <pair name="lf2_box4" geom1="lf2" geom2="box4" solref="0.008 1"
611
+ friction="1 1" condim="3" />
612
+ <pair name="lf3_box4" geom1="lf3" geom2="box4" solref="0.008 1"
613
+ friction="1 1" condim="3" />
614
+ <pair name="rf0_box4" geom1="rf0" geom2="box4" solref="0.008 1"
615
+ friction="1 1" condim="3" />
616
+ <pair name="rf1_box4" geom1="rf1" geom2="box4" solref="0.008 1"
617
+ friction="1 1" condim="3" />
618
+ <pair name="rf2_box4" geom1="rf2" geom2="box4" solref="0.008 1"
619
+ friction="1 1" condim="3" />
620
+ <pair name="rf3_box4" geom1="rf3" geom2="box4" solref="0.008 1"
621
+ friction="1 1" condim="3" /> -->
622
+ </contact>
623
+
624
+ <keyframe>
625
+ <key name="0"
626
+ qpos="-1.80725026 -1.29974377 0.75915504 0.99504608 0.01833034 0.06098209
627
+ 0.07634462 -0.4303121 0.32447723 0.4420687 0.50425285 -0.54711205
628
+ -0.00768063 0.0766391 -0.27889439 -0.23973405 0.19600944 -0.57358289
629
+ 0.20857893 0.11442623 -0.0214551 0.22673425 0.07056087 0.40921709
630
+ -0.34313068 0.72707731 -0.18060325 -0.04810983 -0.10574004 -0.14595979
631
+ -0.54579556 0.62368762 0.71289283 -0.02742729 -0.01143918 0.37756011"
632
+ />
633
+ <key name="1"
634
+ qpos="1.84675038 1.27666962 0.73932868 0.9641155 0.10232545 0.00536267
635
+ 0.24491264 0.0825569 -0.0168406 0.20082748 1.20959127 -0.84657723
636
+ 0.24382654 -0.62941849 -0.10099412 -0.06178565 0.7049731 -0.08167538
637
+ 0.17828581 -0.25666562 0.17523277 -0.11962487 -0.10756259 0.44155285
638
+ -0.15541582 0.56386185 -0.22089808 -0.32738397 -0.11447582 -0.014583
639
+ -0.60692859 -0.02739919 0.29634833 0.2983312 -0.09138586 -0.13158542" />
640
+ </keyframe>
641
+ </mujoco>
processed/amass/unitree_g1/humanoid/sprint_terrain/task_info.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "ref_dt": 0.03345959595959596
3
+ }
processed/fair_mon/allegro/right/cat/0/trajectory_ikrollout.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7442f4bb897319e14ce5f296abfdab9b261da2393a55ec3ee7f7d69c46ca0321
3
- size 279
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b509c1007dbf222ab9a9e265355864187c5fc153ea776b8bda3ff77b376b6e1
3
+ size 3974
processed/fair_mon/allegro/right/cat/0/trajectory_kinematic.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:35833261e8e9bf8260e3f0e631e007c86db2891c679bfe5f13e1e6675aa8d20d
3
- size 281
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d11f43157460a8f75aa5627e4d58923465b89109f4d396338dc5d24935c6026e
3
+ size 17388
processed/fair_mon/allegro/right/cat/0/trajectory_mjwp.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e17596e67e746b0a566ead5459a2faef4ed95d7e57e773f5a1d1d2c7ce15734b
3
- size 66194
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66e69de765f296a959a2c7091d0fadbf4e1a9f51a70843beda63f44efa39a8a8
3
+ size 71974
processed/fair_mon/allegro/right/cat/0/visualization_mjwp.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7ef7231633c01c7c34461fa80ca1fea60db078046198ddd951021aacd304086
3
- size 109122
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0a2792bdb55f9d1202339fb1b7f13782c61ee685e65ad0a70f090a0c89a45b6
3
+ size 135863
processed/fair_mon/allegro/right/cat/scene.xml CHANGED
@@ -142,7 +142,6 @@
142
  <mesh name="right_link_14.0" file="robots/allegro/assets/link_14.0.stl"/>
143
  <mesh name="right_link_15.0" file="robots/allegro/assets/link_15.0.stl"/>
144
  <mesh name="right_link_15.0_tip" file="robots/allegro/assets/link_15.0_tip.stl"/>
145
- <<<<<<< HEAD
146
  <mesh name="right_0" file="objects/cat/convex/0.obj"/>
147
  <mesh name="right_1" file="objects/cat/convex/1.obj"/>
148
  <mesh name="right_2" file="objects/cat/convex/2.obj"/>
@@ -151,16 +150,6 @@
151
  <mesh name="right_5" file="objects/cat/convex/5.obj"/>
152
  <mesh name="right_6" file="objects/cat/convex/6.obj"/>
153
  <mesh name="right_7" file="objects/cat/convex/7.obj"/>
154
- =======
155
- <mesh name="right_0" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/0.obj"/>
156
- <mesh name="right_1" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/1.obj"/>
157
- <mesh name="right_2" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/2.obj"/>
158
- <mesh name="right_3" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/3.obj"/>
159
- <mesh name="right_4" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/4.obj"/>
160
- <mesh name="right_5" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/5.obj"/>
161
- <mesh name="right_6" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/6.obj"/>
162
- <mesh name="right_7" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/7.obj"/>
163
- >>>>>>> 62480b5 (:zap: add dexmachina set)
164
  <mesh name="right_visual" file="objects/cat/visual.obj"/>
165
  </asset>
166
 
@@ -282,16 +271,6 @@
282
  </body>
283
  <body name="right_object">
284
  <joint name="right_object_joint" type="free" armature="0.0001" frictionloss="0.0001"/>
285
- <<<<<<< HEAD
286
- <geom name="right_object_0" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_0"/>
287
- <geom name="right_object_1" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_1"/>
288
- <geom name="right_object_2" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_2"/>
289
- <geom name="right_object_3" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_3"/>
290
- <geom name="right_object_4" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_4"/>
291
- <geom name="right_object_5" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_5"/>
292
- <geom name="right_object_6" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_6"/>
293
- <geom name="right_object_7" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_7"/>
294
- =======
295
  <geom name="right_object_0" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_0"/>
296
  <geom name="right_object_1" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_1"/>
297
  <geom name="right_object_2" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_2"/>
@@ -300,13 +279,12 @@
300
  <geom name="right_object_5" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_5"/>
301
  <geom name="right_object_6" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_6"/>
302
  <geom name="right_object_7" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_7"/>
303
- >>>>>>> 62480b5 (:zap: add dexmachina set)
304
  <geom name="right_object_visual" type="mesh" contype="0" conaffinity="0" density="0" rgba="1 1 1 1" mesh="right_visual"/>
305
  <site name="right_object" pos="0 0 0" size="0.01 0.02 0.03" group="3" type="box" rgba="1 0 0 1"/>
306
  <site name="trace_right_object" pos="0 0 0" size="0.01" group="4" rgba="0 1 0 1"/>
307
  <site name="track_object_right_thumb_tip" pos="-0.0198564 -0.00972181 0.0182954" size="0.01" group="4" rgba="0 1 0 1"/>
308
  <site name="track_object_right_index_tip" pos="-0.0173119 0.0155818 0.0197544" size="0.01" group="4" rgba="0 1 0 1"/>
309
- <site name="track_object_right_middle_tip" pos="-0.00125278 0.029595 0.0323832" size="0.01" group="4" rgba="0 1 0 1"/>
310
  <site name="track_object_right_ring_tip" pos="0.0160556 0.00668297 0.0416153" size="0.01" group="4" rgba="0 1 0 1"/>
311
  </body>
312
  <body name="ref_object_right_thumb_tip" mocap="true">
 
142
  <mesh name="right_link_14.0" file="robots/allegro/assets/link_14.0.stl"/>
143
  <mesh name="right_link_15.0" file="robots/allegro/assets/link_15.0.stl"/>
144
  <mesh name="right_link_15.0_tip" file="robots/allegro/assets/link_15.0_tip.stl"/>
 
145
  <mesh name="right_0" file="objects/cat/convex/0.obj"/>
146
  <mesh name="right_1" file="objects/cat/convex/1.obj"/>
147
  <mesh name="right_2" file="objects/cat/convex/2.obj"/>
 
150
  <mesh name="right_5" file="objects/cat/convex/5.obj"/>
151
  <mesh name="right_6" file="objects/cat/convex/6.obj"/>
152
  <mesh name="right_7" file="objects/cat/convex/7.obj"/>
 
 
 
 
 
 
 
 
 
 
153
  <mesh name="right_visual" file="objects/cat/visual.obj"/>
154
  </asset>
155
 
 
271
  </body>
272
  <body name="right_object">
273
  <joint name="right_object_joint" type="free" armature="0.0001" frictionloss="0.0001"/>
 
 
 
 
 
 
 
 
 
 
274
  <geom name="right_object_0" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_0"/>
275
  <geom name="right_object_1" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_1"/>
276
  <geom name="right_object_2" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_2"/>
 
279
  <geom name="right_object_5" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_5"/>
280
  <geom name="right_object_6" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_6"/>
281
  <geom name="right_object_7" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_7"/>
 
282
  <geom name="right_object_visual" type="mesh" contype="0" conaffinity="0" density="0" rgba="1 1 1 1" mesh="right_visual"/>
283
  <site name="right_object" pos="0 0 0" size="0.01 0.02 0.03" group="3" type="box" rgba="1 0 0 1"/>
284
  <site name="trace_right_object" pos="0 0 0" size="0.01" group="4" rgba="0 1 0 1"/>
285
  <site name="track_object_right_thumb_tip" pos="-0.0198564 -0.00972181 0.0182954" size="0.01" group="4" rgba="0 1 0 1"/>
286
  <site name="track_object_right_index_tip" pos="-0.0173119 0.0155818 0.0197544" size="0.01" group="4" rgba="0 1 0 1"/>
287
+ <site name="track_object_right_middle_tip" pos="-0.00125278 0.029595 0.0379334" size="0.01" group="4" rgba="0 1 0 1"/>
288
  <site name="track_object_right_ring_tip" pos="0.0160556 0.00668297 0.0416153" size="0.01" group="4" rgba="0 1 0 1"/>
289
  </body>
290
  <body name="ref_object_right_thumb_tip" mocap="true">
processed/fair_mon/allegro/right/cat/scene_eq.xml CHANGED
@@ -142,7 +142,6 @@
142
  <mesh name="right_link_14.0" file="robots/allegro/assets/link_14.0.stl"/>
143
  <mesh name="right_link_15.0" file="robots/allegro/assets/link_15.0.stl"/>
144
  <mesh name="right_link_15.0_tip" file="robots/allegro/assets/link_15.0_tip.stl"/>
145
- <<<<<<< HEAD
146
  <mesh name="right_0" file="objects/cat/convex/0.obj"/>
147
  <mesh name="right_1" file="objects/cat/convex/1.obj"/>
148
  <mesh name="right_2" file="objects/cat/convex/2.obj"/>
@@ -151,16 +150,6 @@
151
  <mesh name="right_5" file="objects/cat/convex/5.obj"/>
152
  <mesh name="right_6" file="objects/cat/convex/6.obj"/>
153
  <mesh name="right_7" file="objects/cat/convex/7.obj"/>
154
- =======
155
- <mesh name="right_0" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/0.obj"/>
156
- <mesh name="right_1" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/1.obj"/>
157
- <mesh name="right_2" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/2.obj"/>
158
- <mesh name="right_3" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/3.obj"/>
159
- <mesh name="right_4" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/4.obj"/>
160
- <mesh name="right_5" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/5.obj"/>
161
- <mesh name="right_6" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/6.obj"/>
162
- <mesh name="right_7" file="../../../../../retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex/7.obj"/>
163
- >>>>>>> 62480b5 (:zap: add dexmachina set)
164
  <mesh name="right_visual" file="objects/cat/visual.obj"/>
165
  </asset>
166
 
@@ -282,16 +271,6 @@
282
  </body>
283
  <body name="right_object">
284
  <joint name="right_object_joint" type="free" armature="0.0001" frictionloss="0.0001"/>
285
- <<<<<<< HEAD
286
- <geom name="right_object_0" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_0"/>
287
- <geom name="right_object_1" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_1"/>
288
- <geom name="right_object_2" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_2"/>
289
- <geom name="right_object_3" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_3"/>
290
- <geom name="right_object_4" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_4"/>
291
- <geom name="right_object_5" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_5"/>
292
- <geom name="right_object_6" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_6"/>
293
- <geom name="right_object_7" type="mesh" contype="0" conaffinity="0" group="3" density="100" rgba="0 1 0 1" mesh="right_7"/>
294
- =======
295
  <geom name="right_object_0" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_0"/>
296
  <geom name="right_object_1" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_1"/>
297
  <geom name="right_object_2" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_2"/>
@@ -300,13 +279,12 @@
300
  <geom name="right_object_5" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_5"/>
301
  <geom name="right_object_6" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_6"/>
302
  <geom name="right_object_7" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_7"/>
303
- >>>>>>> 62480b5 (:zap: add dexmachina set)
304
  <geom name="right_object_visual" type="mesh" contype="0" conaffinity="0" density="0" rgba="1 1 1 1" mesh="right_visual"/>
305
  <site name="right_object" pos="0 0 0" size="0.01 0.02 0.03" group="3" type="box" rgba="1 0 0 1"/>
306
  <site name="trace_right_object" pos="0 0 0" size="0.01" group="4" rgba="0 1 0 1"/>
307
  <site name="track_object_right_thumb_tip" pos="-0.0198564 -0.00972181 0.0182954" size="0.01" group="4" rgba="0 1 0 1"/>
308
  <site name="track_object_right_index_tip" pos="-0.0173119 0.0155818 0.0197544" size="0.01" group="4" rgba="0 1 0 1"/>
309
- <site name="track_object_right_middle_tip" pos="-0.00125278 0.029595 0.0323832" size="0.01" group="4" rgba="0 1 0 1"/>
310
  <site name="track_object_right_ring_tip" pos="0.0160556 0.00668297 0.0416153" size="0.01" group="4" rgba="0 1 0 1"/>
311
  </body>
312
  <body name="ref_object_right_thumb_tip" mocap="true">
 
142
  <mesh name="right_link_14.0" file="robots/allegro/assets/link_14.0.stl"/>
143
  <mesh name="right_link_15.0" file="robots/allegro/assets/link_15.0.stl"/>
144
  <mesh name="right_link_15.0_tip" file="robots/allegro/assets/link_15.0_tip.stl"/>
 
145
  <mesh name="right_0" file="objects/cat/convex/0.obj"/>
146
  <mesh name="right_1" file="objects/cat/convex/1.obj"/>
147
  <mesh name="right_2" file="objects/cat/convex/2.obj"/>
 
150
  <mesh name="right_5" file="objects/cat/convex/5.obj"/>
151
  <mesh name="right_6" file="objects/cat/convex/6.obj"/>
152
  <mesh name="right_7" file="objects/cat/convex/7.obj"/>
 
 
 
 
 
 
 
 
 
 
153
  <mesh name="right_visual" file="objects/cat/visual.obj"/>
154
  </asset>
155
 
 
271
  </body>
272
  <body name="right_object">
273
  <joint name="right_object_joint" type="free" armature="0.0001" frictionloss="0.0001"/>
 
 
 
 
 
 
 
 
 
 
274
  <geom name="right_object_0" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_0"/>
275
  <geom name="right_object_1" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_1"/>
276
  <geom name="right_object_2" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_2"/>
 
279
  <geom name="right_object_5" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_5"/>
280
  <geom name="right_object_6" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_6"/>
281
  <geom name="right_object_7" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_7"/>
 
282
  <geom name="right_object_visual" type="mesh" contype="0" conaffinity="0" density="0" rgba="1 1 1 1" mesh="right_visual"/>
283
  <site name="right_object" pos="0 0 0" size="0.01 0.02 0.03" group="3" type="box" rgba="1 0 0 1"/>
284
  <site name="trace_right_object" pos="0 0 0" size="0.01" group="4" rgba="0 1 0 1"/>
285
  <site name="track_object_right_thumb_tip" pos="-0.0198564 -0.00972181 0.0182954" size="0.01" group="4" rgba="0 1 0 1"/>
286
  <site name="track_object_right_index_tip" pos="-0.0173119 0.0155818 0.0197544" size="0.01" group="4" rgba="0 1 0 1"/>
287
+ <site name="track_object_right_middle_tip" pos="-0.00125278 0.029595 0.0379334" size="0.01" group="4" rgba="0 1 0 1"/>
288
  <site name="track_object_right_ring_tip" pos="0.0160556 0.00668297 0.0416153" size="0.01" group="4" rgba="0 1 0 1"/>
289
  </body>
290
  <body name="ref_object_right_thumb_tip" mocap="true">
processed/fair_mon/allegro/right/cat/task_info.json CHANGED
@@ -2,15 +2,9 @@
2
  "task": "cat",
3
  "dataset_name": "fair_mon",
4
  "robot_type": "allegro",
5
- "hand_type": "right",
6
  "data_id": 0,
7
- <<<<<<< HEAD
8
- "right_object_mesh_dir": "/Users/pcy/Downloads/tmpcode/retarget/example_datasets/processed/fair_mon/assets/objects/cat",
9
- "left_object_mesh_dir": null,
10
- "right_object_convex_dir": "/Users/pcy/Downloads/tmpcode/retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex"
11
- =======
12
  "right_object_mesh_dir": "/home/pcy/Research/code/spider/example_datasets/processed/fair_mon/assets/objects/cat",
13
  "left_object_mesh_dir": null,
14
- "right_object_convex_dir": "/home/pcy/Research/code/retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex"
15
- >>>>>>> 62480b5 (:zap: add dexmachina set)
16
  }
 
2
  "task": "cat",
3
  "dataset_name": "fair_mon",
4
  "robot_type": "allegro",
5
+ "embodiment_type": "right",
6
  "data_id": 0,
 
 
 
 
 
7
  "right_object_mesh_dir": "/home/pcy/Research/code/spider/example_datasets/processed/fair_mon/assets/objects/cat",
8
  "left_object_mesh_dir": null,
9
+ "right_object_convex_dir": "/home/pcy/Research/code/spider/example_datasets/processed/fair_mon/assets/objects/cat/convex"
 
10
  }
processed/fair_mon/allegro/right/coke/0/trajectory_ikrollout.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:75c82372e7a055102d4a479bc04dbfb20725f97c784280f3cfcba81daadeee52
3
  size 3974
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:552ef1815b3881febf6e9d78c77845d6d37f5ed47fc530c411ce13053030ec75
3
  size 3974
processed/fair_mon/allegro/right/coke/0/trajectory_kinematic.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:51a9e3167ef638610ca178696b21113ccdb52c8af781ec3766a70b3ce5d3036b
3
  size 17388
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a183a9045f6986b2d8a8d7047297220f9a61cc6ae2b2ae9c6a4637bfeb22f90c
3
  size 17388
processed/fair_mon/allegro/right/coke/0/trajectory_mjwp.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b00325a9b28ee3cb8d977491827e2abed847c985095320e68615c65a25ed6009
3
- size 68018
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05578aea29ecdd805611e7b96bcc180eb99efaabcf965e4a61a9b5bd427a8baf
3
+ size 79454
processed/fair_mon/allegro/right/coke/0/visualization_mjwp.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9073b4b7e70b0d3b8cb0b96473d1d5a42b1a92f0311a093319e9ff34857a549a
3
- size 115721
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9910deec8fc656022f384a3dc0a59d2ed04ace15467065506d0ec55fba1b03c2
3
+ size 71042
processed/fair_mon/allegro/right/coke/scene.xml CHANGED
@@ -1,268 +1,291 @@
1
  <mujoco model="allegro_right">
2
- <compiler angle="radian" meshdir="../../../assets/"/>
3
 
4
  <option timestep="0.01" iterations="10">
5
- <flag eulerdamp="disable"/>
6
  </option>
7
 
8
  <visual>
9
- <global azimuth="140" elevation="-20"/>
10
- <headlight diffuse="0.6 0.6 0.6" specular="0.9 0.9 0.9"/>
11
- <rgba haze="0.15 0.25 0.35 1"/>
12
  </visual>
13
 
14
  <default>
15
  <default class="mimic_right">
16
- <site size="0.015 0.005 0.005" group="3" rgba="1 0 0 1"/>
17
  </default>
18
  <default class="allegro_right">
19
- <joint armature="1"/>
20
- <geom density="800"/>
21
- <general biastype="affine" gainprm="300" biasprm="0 -300 1"/>
22
  <default class="right_visual">
23
- <geom type="mesh" contype="0" conaffinity="0" group="2" material="right_black"/>
24
  <default class="right_palm_visual">
25
- <geom mesh="right_base_link"/>
26
  </default>
27
  <default class="right_base_visual">
28
- <geom mesh="right_link_0.0"/>
29
  </default>
30
  <default class="right_proximal_visual">
31
- <geom mesh="right_link_1.0"/>
32
  </default>
33
  <default class="right_medial_visual">
34
- <geom mesh="right_link_2.0"/>
35
  </default>
36
  <default class="right_distal_visual">
37
- <geom mesh="right_link_3.0"/>
38
  </default>
39
  <default class="right_fingertip_visual">
40
- <geom material="right_white" mesh="right_link_3.0_tip"/>
41
  </default>
42
  <default class="right_thumbtip_visual">
43
- <geom material="right_white" mesh="right_link_15.0_tip"/>
44
  </default>
45
  </default>
46
  <default class="right_collision">
47
- <geom type="box" contype="0" conaffinity="0" condim="1" group="3"/>
48
  <default class="right_palm_collision">
49
- <geom size="0.0204 0.0565 0.0475"/>
50
  </default>
51
  <default class="right_base_collision">
52
- <geom size="0.0098 0.01375 0.0082"/>
53
  <default class="right_thumb_base_collision">
54
- <geom size="0.0179 0.017 0.02275"/>
55
  </default>
56
  </default>
57
  <default class="right_proximal_collision">
58
- <geom size="0.0098 0.01375 0.027"/>
59
  <default class="right_thumb_proximal_collision">
60
- <geom size="0.0098 0.01375 0.00885"/>
61
  </default>
62
  </default>
63
  <default class="right_medial_collision">
64
- <geom size="0.0098 0.01375 0.0192"/>
65
  <default class="right_thumb_medial_collision">
66
- <geom size="0.0098 0.01375 0.0257"/>
67
  </default>
68
  </default>
69
  <default class="right_distal_collision">
70
- <geom size="0.0098 0.01375 0.008"/>
71
  <default class="right_thumb_distal_collision">
72
- <geom size="0.0098 0.01375 0.0157"/>
73
  </default>
74
  </default>
75
  <default class="right_fingertip_collision">
76
- <geom size="0.012 0.01 0" type="capsule"/>
77
  <default class="right_thumbtip_collision">
78
- <geom size="0.012 0.008 0"/>
79
  </default>
80
  </default>
81
  </default>
82
  <default class="right_base_slide">
83
- <joint type="slide" range="-3 3"/>
84
- <general ctrlrange="-3 3" gainprm="1000" biasprm="0 -1000"/>
85
  </default>
86
  <default class="right_base_hinge">
87
- <joint range="-6.28 6.28"/>
88
- <general ctrlrange="-6.28 6.28" gainprm="1000" biasprm="0 -1000"/>
89
  </default>
90
  <default class="right_base">
91
- <joint range="-0.47 0.47"/>
92
- <general ctrlrange="-0.47 0.47"/>
93
  </default>
94
  <default class="right_proximal">
95
- <joint range="0.196 1.61"/>
96
- <general ctrlrange="0.196 1.61"/>
97
  </default>
98
  <default class="right_medial">
99
- <joint range="0.174 1.709"/>
100
- <general ctrlrange="0.174 1.709"/>
101
  </default>
102
  <default class="right_distal">
103
- <joint range="0.227 1.618"/>
104
- <general ctrlrange="0.227 1.618"/>
105
  </default>
106
  <default class="right_thumb_base">
107
- <joint range="0.263 1.396"/>
108
- <general ctrlrange="0.263 1.396"/>
109
  </default>
110
  <default class="right_thumb_proximal">
111
- <joint range="0.105 1.163"/>
112
- <general ctrlrange="0.105 1.163"/>
113
  </default>
114
  <default class="right_thumb_medial">
115
- <joint range="0.189 1.644"/>
116
- <general ctrlrange="0.189 1.644"/>
117
  </default>
118
  <default class="right_thumb_distal">
119
- <joint range="0.162 1.719"/>
120
- <general ctrlrange="0.162 1.719"/>
121
  </default>
122
  </default>
123
  </default>
124
 
125
  <asset>
126
- <texture type="skybox" colorspace="auto" builtin="gradient" rgb1="0.3 0.5 0.7" rgb2="0 0 0" width="512" height="3072"/>
127
- <texture type="2d" colorspace="auto" name="right_groundplane" builtin="checker" mark="edge" rgb1="0.2 0.3 0.4" rgb2="0.1 0.2 0.3" markrgb="0.8 0.8 0.8" width="300" height="300"/>
128
- <texture type="cube" colorspace="auto" name="skybox" builtin="gradient" rgb1="0.3 0.5 0.7" rgb2="0 0 0" width="512" height="3072"/>
129
- <texture type="cube" colorspace="auto" name="groundplane" builtin="checker" mark="edge" rgb1="0.2 0.3 0.4" rgb2="0.1 0.2 0.3" markrgb="0.8 0.8 0.8" width="300" height="1800"/>
130
- <material name="right_black" rgba="0.2 0.2 0.2 1"/>
131
- <material name="right_white" rgba="0.9 0.9 0.9 1"/>
132
- <material name="right_groundplane" texture="right_groundplane" texuniform="true" texrepeat="5 5" reflectance="0.2"/>
133
- <material name="groundplane" texuniform="true" texrepeat="5 5" reflectance="0.2"/>
134
- <mesh name="right_base_link" file="robots/allegro/assets/base_link.stl"/>
135
- <mesh name="right_link_0.0" file="robots/allegro/assets/link_0.0.stl"/>
136
- <mesh name="right_link_1.0" file="robots/allegro/assets/link_1.0.stl"/>
137
- <mesh name="right_link_2.0" file="robots/allegro/assets/link_2.0.stl"/>
138
- <mesh name="right_link_3.0" file="robots/allegro/assets/link_3.0.stl"/>
139
- <mesh name="right_link_3.0_tip" file="robots/allegro/assets/link_3.0_tip.stl"/>
140
- <mesh name="right_link_12.0_right" file="robots/allegro/assets/link_12.0_right.stl"/>
141
- <mesh name="right_link_13.0" file="robots/allegro/assets/link_13.0.stl"/>
142
- <mesh name="right_link_14.0" file="robots/allegro/assets/link_14.0.stl"/>
143
- <mesh name="right_link_15.0" file="robots/allegro/assets/link_15.0.stl"/>
144
- <mesh name="right_link_15.0_tip" file="robots/allegro/assets/link_15.0_tip.stl"/>
145
- <mesh name="right_0" file="objects/cat/convex/0.obj"/>
146
- <mesh name="right_1" file="objects/cat/convex/1.obj"/>
147
- <mesh name="right_2" file="objects/cat/convex/2.obj"/>
148
- <mesh name="right_3" file="objects/cat/convex/3.obj"/>
149
- <mesh name="right_4" file="objects/cat/convex/4.obj"/>
150
- <mesh name="right_5" file="objects/cat/convex/5.obj"/>
151
- <mesh name="right_6" file="objects/cat/convex/6.obj"/>
152
- <mesh name="right_7" file="objects/cat/convex/7.obj"/>
153
- <mesh name="right_visual" file="objects/cat/visual.obj"/>
 
 
 
 
 
154
  </asset>
155
 
156
  <worldbody>
157
- <geom name="floor" size="0 0 0.05" type="plane" material="right_groundplane"/>
158
- <camera name="front" pos="0.031 0.941 0.844" quat="0.0150738 0.00673439 0.407848 0.912901" mode="trackcom"/>
159
- <light pos="0 0 3.5" dir="0 0 -1"/>
 
160
  <body name="right_palm" childclass="allegro_right" quat="0 0 0.707107 -0.707107" gravcomp="1">
161
- <joint name="right_pos_x" class="right_base_slide" pos="0 0 0" axis="1 0 0"/>
162
- <joint name="right_pos_y" class="right_base_slide" pos="0 0 0" axis="0 1 0"/>
163
- <joint name="right_pos_z" class="right_base_slide" pos="0 0 0" axis="0 0 1"/>
164
- <joint name="right_rot_x" class="right_base_hinge" pos="0 0 0" axis="1 0 0"/>
165
- <joint name="right_rot_y" class="right_base_hinge" pos="0 0 0" axis="0 1 0"/>
166
- <joint name="right_rot_z" class="right_base_hinge" pos="0 0 0" axis="0 0 1"/>
167
- <geom class="right_palm_visual" mesh="right_base_link"/>
168
- <geom name="collision_hand_right_palm_0" class="right_palm_collision" pos="-0.0093 0 -0.0475" mass="0"/>
169
- <site name="right_palm" class="mimic_right" pos="0 0 0" size="0.01 0.02 0.03" type="box"/>
170
- <camera name="right_track" pos="0.868 -0.348 -0.175" quat="0.506363 0.51196 0.493349 0.487956"/>
 
171
  <body name="right_ff_base" pos="0 0.0435 -0.001542" quat="0.999048 -0.0436194 0 0">
172
- <joint name="right_index_base_joint" class="right_base" pos="0 0 0" axis="0 0 1"/>
173
- <geom class="right_base_visual" mesh="right_link_0.0"/>
174
  <body name="right_ff_proximal" pos="0 0 0.0164">
175
- <joint name="right_index_proximal_joint" class="right_proximal" pos="0 0 0" axis="0 1 0"/>
176
- <geom class="right_proximal_visual" mesh="right_link_1.0"/>
177
- <geom name="collision_hand_right_index_2" class="right_proximal_collision" pos="0 0 0.027" mass="0"/>
 
178
  <body name="right_ff_medial" pos="0 0 0.054">
179
- <joint name="right_index_medial_joint" class="right_medial" pos="0 0 0" axis="0 1 0"/>
180
- <geom class="right_medial_visual" mesh="right_link_2.0"/>
181
- <geom name="collision_hand_right_index_1" class="right_medial_collision" pos="0 0 0.0192" mass="0"/>
 
182
  <body name="right_ff_distal" pos="0 0 0.0384">
183
- <joint name="right_index_distal_joint" class="right_distal" pos="0 0 0" axis="0 1 0"/>
184
- <geom class="right_distal_visual" mesh="right_link_3.0"/>
185
  <body name="right_ff_tip">
186
- <geom class="right_fingertip_visual" pos="0 0 0.0267" mesh="right_link_3.0_tip"/>
187
- <geom name="collision_hand_right_index_0" class="right_fingertip_collision" pos="0 0 0.019" mass="0"/>
188
- <site name="right_index_tip" class="mimic_right" pos="0 0 0.019"/>
189
- <site name="track_hand_right_index_tip" class="mimic_right" pos="0 0 0.019"/>
190
- <site name="trace_right_index_tip" class="mimic_right" pos="0 0 0.019"/>
 
191
  </body>
192
  </body>
193
  </body>
194
  </body>
195
  </body>
196
  <body name="right_mf_base" pos="0 0 0.0007">
197
- <joint name="right_middle_base_joint" class="right_base" pos="0 0 0" axis="0 0 1"/>
198
- <geom class="right_base_visual" mesh="right_link_0.0"/>
199
  <body name="right_mf_proximal" pos="0 0 0.0164">
200
- <joint name="right_middle_proximal_joint" class="right_proximal" pos="0 0 0" axis="0 1 0"/>
201
- <geom class="right_proximal_visual" mesh="right_link_1.0"/>
202
- <geom name="collision_hand_right_middle_2" class="right_proximal_collision" pos="0 0 0.027" mass="0"/>
 
203
  <body name="right_mf_medial" pos="0 0 0.054">
204
- <joint name="right_middle_medial_joint" class="right_medial" pos="0 0 0" axis="0 1 0"/>
205
- <geom class="right_medial_visual" mesh="right_link_2.0"/>
206
- <geom name="collision_hand_right_middle_1" class="right_medial_collision" pos="0 0 0.0192" mass="0"/>
 
207
  <body name="right_mf_distal" pos="0 0 0.0384">
208
- <joint name="right_middle_distal_joint" class="right_distal" pos="0 0 0" axis="0 1 0"/>
209
- <geom class="right_distal_visual" mesh="right_link_3.0"/>
210
  <body name="right_mf_tip">
211
- <geom class="right_fingertip_visual" pos="0 0 0.0267" mesh="right_link_3.0_tip"/>
212
- <geom name="collision_hand_right_middle_0" class="right_fingertip_collision" pos="0 0 0.019" mass="0"/>
213
- <site name="right_middle_tip" class="mimic_right" pos="0 0 0.019"/>
214
- <site name="track_hand_right_middle_tip" class="mimic_right" pos="0 0 0.019"/>
215
- <site name="trace_right_middle_tip" class="mimic_right" pos="0 0 0.019"/>
 
216
  </body>
217
  </body>
218
  </body>
219
  </body>
220
  </body>
221
  <body name="right_rf_base" pos="0 -0.0435 -0.001542" quat="0.999048 0.0436194 0 0">
222
- <joint name="right_ring_base_joint" class="right_base" pos="0 0 0" axis="0 0 1"/>
223
- <geom class="right_base_visual" mesh="right_link_0.0"/>
224
  <body name="right_rf_proximal" pos="0 0 0.0164">
225
- <joint name="right_ring_proximal_joint" class="right_proximal" pos="0 0 0" axis="0 1 0"/>
226
- <geom class="right_proximal_visual" mesh="right_link_1.0"/>
227
- <geom name="collision_hand_right_ring_2" class="right_proximal_collision" pos="0 0 0.027" mass="0"/>
 
228
  <body name="right_rf_medial" pos="0 0 0.054">
229
- <joint name="right_ring_medial_joint" class="right_medial" pos="0 0 0" axis="0 1 0"/>
230
- <geom class="right_medial_visual" mesh="right_link_2.0"/>
231
- <geom name="collision_hand_right_ring_1" class="right_medial_collision" pos="0 0 0.0192" mass="0"/>
 
232
  <body name="right_rf_distal" pos="0 0 0.0384">
233
- <joint name="right_ring_distal_joint" class="right_distal" pos="0 0 0" axis="0 1 0"/>
234
- <geom class="right_distal_visual" mesh="right_link_3.0"/>
235
  <body name="right_rf_tip">
236
- <geom class="right_fingertip_visual" pos="0 0 0.0267" mesh="right_link_3.0_tip"/>
237
- <geom name="collision_hand_right_ring_0" class="right_fingertip_collision" pos="0 0 0.019" mass="0"/>
238
- <site name="right_ring_tip" class="mimic_right" pos="0 0 0.019"/>
239
- <site name="track_hand_right_ring_tip" class="mimic_right" pos="0 0 0.019"/>
240
- <site name="trace_right_ring_tip" class="mimic_right" pos="0 0 0.019"/>
 
241
  </body>
242
  </body>
243
  </body>
244
  </body>
245
  </body>
246
- <body name="right_th_base" pos="-0.0182 0.019333 -0.045987" quat="0.477714 -0.521334 -0.521334 -0.477714">
247
- <joint name="right_thumb_base_joint" class="right_thumb_base" pos="0 0 0" axis="-1 0 0"/>
248
- <geom class="right_visual" mesh="right_link_12.0_right"/>
 
249
  <body name="right_th_proximal" pos="-0.027 0.005 0.0399">
250
- <joint name="right_thumb_proximal_joint" class="right_thumb_proximal" pos="0 0 0" axis="0 0 1"/>
251
- <geom class="right_visual" mesh="right_link_13.0"/>
 
252
  <body name="right_th_medial" pos="0 0 0.0177">
253
- <joint name="right_thumb_medial_joint" class="right_thumb_medial" pos="0 0 0" axis="0 1 0"/>
254
- <geom class="right_visual" mesh="right_link_14.0"/>
255
- <geom name="collision_hand_right_thumb_2" class="right_thumb_medial_collision" pos="0 0 0.0257" mass="0"/>
 
 
256
  <body name="right_th_distal" pos="0 0 0.0514">
257
- <joint name="right_thumb_distal_joint" class="right_thumb_distal" pos="0 0 0" axis="0 1 0"/>
258
- <geom class="right_visual" mesh="right_link_15.0"/>
259
- <geom name="collision_hand_right_thumb_1" class="right_thumb_distal_collision" pos="0 0 0.0157" mass="0"/>
 
 
260
  <body name="right_th_tip">
261
- <geom class="right_thumbtip_visual" pos="0 0 0.0423" mesh="right_link_15.0_tip"/>
262
- <geom name="collision_hand_right_thumb_0" class="right_thumbtip_collision" pos="0 0 0.035" mass="0"/>
263
- <site name="right_thumb_tip" class="mimic_right" pos="0 0 0.035"/>
264
- <site name="track_hand_right_thumb_tip" class="mimic_right" pos="0 0 0.035"/>
265
- <site name="trace_right_thumb_tip" class="mimic_right" pos="0 0 0.035"/>
 
266
  </body>
267
  </body>
268
  </body>
@@ -270,196 +293,324 @@
270
  </body>
271
  </body>
272
  <body name="right_object">
273
- <joint name="right_object_joint" type="free" armature="0.0001" frictionloss="0.0001"/>
274
- <geom name="right_object_0" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_0"/>
275
- <geom name="right_object_1" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_1"/>
276
- <geom name="right_object_2" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_2"/>
277
- <geom name="right_object_3" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_3"/>
278
- <geom name="right_object_4" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_4"/>
279
- <geom name="right_object_5" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_5"/>
280
- <geom name="right_object_6" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_6"/>
281
- <geom name="right_object_7" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1" mesh="right_7"/>
282
- <geom name="right_object_visual" type="mesh" contype="0" conaffinity="0" density="0" rgba="1 1 1 1" mesh="right_visual"/>
283
- <site name="right_object" pos="0 0 0" size="0.01 0.02 0.03" group="3" type="box" rgba="1 0 0 1"/>
284
- <site name="trace_right_object" pos="0 0 0" size="0.01" group="4" rgba="0 1 0 1"/>
285
- <site name="track_object_right_thumb_tip" pos="-0.0244631 -0.00102834 0.0281614" size="0.01" group="4" rgba="0 1 0 1"/>
286
- <site name="track_object_right_index_tip" pos="0.0300984 0.0159805 0.0414208" size="0.01" group="4" rgba="0 1 0 1"/>
287
- <site name="track_object_right_middle_tip" pos="0.0368511 -0.00150362 0.0209455" size="0.01" group="4" rgba="0 1 0 1"/>
288
- <site name="track_object_right_ring_tip" pos="0.0261251 -0.0192511 0.00822949" size="0.01" group="4" rgba="0 1 0 1"/>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
289
  </body>
290
  <body name="ref_object_right_thumb_tip" mocap="true">
291
- <site name="ref_object_right_thumb_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1"/>
292
  </body>
293
  <body name="ref_hand_right_thumb_tip" mocap="true">
294
- <site name="ref_hand_right_thumb_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1"/>
295
  </body>
296
  <body name="ref_object_right_index_tip" mocap="true">
297
- <site name="ref_object_right_index_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1"/>
298
  </body>
299
  <body name="ref_hand_right_index_tip" mocap="true">
300
- <site name="ref_hand_right_index_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1"/>
301
  </body>
302
  <body name="ref_object_right_middle_tip" mocap="true">
303
- <site name="ref_object_right_middle_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1"/>
304
  </body>
305
  <body name="ref_hand_right_middle_tip" mocap="true">
306
- <site name="ref_hand_right_middle_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1"/>
307
  </body>
308
  <body name="ref_object_right_ring_tip" mocap="true">
309
- <site name="ref_object_right_ring_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1"/>
310
  </body>
311
  <body name="ref_hand_right_ring_tip" mocap="true">
312
- <site name="ref_hand_right_ring_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1"/>
313
  </body>
314
  </worldbody>
315
 
316
  <contact>
317
- <pair geom1="floor" geom2="right_object_0" name="floor_right_object_0" friction="1 1 0.1 0 0"/>
318
- <pair geom1="floor" geom2="right_object_1" name="floor_right_object_1" friction="1 1 0.1 0 0"/>
319
- <pair geom1="floor" geom2="right_object_2" name="floor_right_object_2" friction="1 1 0.1 0 0"/>
320
- <pair geom1="floor" geom2="right_object_3" name="floor_right_object_3" friction="1 1 0.1 0 0"/>
321
- <pair geom1="floor" geom2="right_object_4" name="floor_right_object_4" friction="1 1 0.1 0 0"/>
322
- <pair geom1="floor" geom2="right_object_5" name="floor_right_object_5" friction="1 1 0.1 0 0"/>
323
- <pair geom1="floor" geom2="right_object_6" name="floor_right_object_6" friction="1 1 0.1 0 0"/>
324
- <pair geom1="floor" geom2="right_object_7" name="floor_right_object_7" friction="1 1 0.1 0 0"/>
325
- <pair geom1="collision_hand_right_palm_0" geom2="collision_hand_right_index_0" name="collision_hand_right_palm_0_collision_hand_right_index_0" friction="1 1 0.1 0 0"/>
326
- <pair geom1="collision_hand_right_palm_0" geom2="collision_hand_right_middle_0" name="collision_hand_right_palm_0_collision_hand_right_middle_0" friction="1 1 0.1 0 0"/>
327
- <pair geom1="collision_hand_right_palm_0" geom2="collision_hand_right_ring_0" name="collision_hand_right_palm_0_collision_hand_right_ring_0" friction="1 1 0.1 0 0"/>
328
- <pair geom1="collision_hand_right_palm_0" geom2="collision_hand_right_thumb_0" name="collision_hand_right_palm_0_collision_hand_right_thumb_0" friction="1 1 0.1 0 0"/>
329
- <pair geom1="collision_hand_right_palm_0" geom2="right_object_0" name="collision_hand_right_palm_0_right_object_0" friction="1 1 0.1 0 0"/>
330
- <pair geom1="collision_hand_right_palm_0" geom2="right_object_1" name="collision_hand_right_palm_0_right_object_1" friction="1 1 0.1 0 0"/>
331
- <pair geom1="collision_hand_right_palm_0" geom2="right_object_2" name="collision_hand_right_palm_0_right_object_2" friction="1 1 0.1 0 0"/>
332
- <pair geom1="collision_hand_right_palm_0" geom2="right_object_3" name="collision_hand_right_palm_0_right_object_3" friction="1 1 0.1 0 0"/>
333
- <pair geom1="collision_hand_right_palm_0" geom2="right_object_4" name="collision_hand_right_palm_0_right_object_4" friction="1 1 0.1 0 0"/>
334
- <pair geom1="collision_hand_right_palm_0" geom2="right_object_5" name="collision_hand_right_palm_0_right_object_5" friction="1 1 0.1 0 0"/>
335
- <pair geom1="collision_hand_right_palm_0" geom2="right_object_6" name="collision_hand_right_palm_0_right_object_6" friction="1 1 0.1 0 0"/>
336
- <pair geom1="collision_hand_right_palm_0" geom2="right_object_7" name="collision_hand_right_palm_0_right_object_7" friction="1 1 0.1 0 0"/>
337
- <pair geom1="collision_hand_right_index_2" geom2="right_object_0" name="collision_hand_right_index_2_right_object_0" condim="4" friction="1 1 0.1 0 0"/>
338
- <pair geom1="collision_hand_right_index_2" geom2="right_object_1" name="collision_hand_right_index_2_right_object_1" condim="4" friction="1 1 0.1 0 0"/>
339
- <pair geom1="collision_hand_right_index_2" geom2="right_object_2" name="collision_hand_right_index_2_right_object_2" condim="4" friction="1 1 0.1 0 0"/>
340
- <pair geom1="collision_hand_right_index_2" geom2="right_object_3" name="collision_hand_right_index_2_right_object_3" condim="4" friction="1 1 0.1 0 0"/>
341
- <pair geom1="collision_hand_right_index_2" geom2="right_object_4" name="collision_hand_right_index_2_right_object_4" condim="4" friction="1 1 0.1 0 0"/>
342
- <pair geom1="collision_hand_right_index_2" geom2="right_object_5" name="collision_hand_right_index_2_right_object_5" condim="4" friction="1 1 0.1 0 0"/>
343
- <pair geom1="collision_hand_right_index_2" geom2="right_object_6" name="collision_hand_right_index_2_right_object_6" condim="4" friction="1 1 0.1 0 0"/>
344
- <pair geom1="collision_hand_right_index_2" geom2="right_object_7" name="collision_hand_right_index_2_right_object_7" condim="4" friction="1 1 0.1 0 0"/>
345
- <pair geom1="collision_hand_right_index_1" geom2="right_object_0" name="collision_hand_right_index_1_right_object_0" condim="4" friction="1 1 0.1 0 0"/>
346
- <pair geom1="collision_hand_right_index_1" geom2="right_object_1" name="collision_hand_right_index_1_right_object_1" condim="4" friction="1 1 0.1 0 0"/>
347
- <pair geom1="collision_hand_right_index_1" geom2="right_object_2" name="collision_hand_right_index_1_right_object_2" condim="4" friction="1 1 0.1 0 0"/>
348
- <pair geom1="collision_hand_right_index_1" geom2="right_object_3" name="collision_hand_right_index_1_right_object_3" condim="4" friction="1 1 0.1 0 0"/>
349
- <pair geom1="collision_hand_right_index_1" geom2="right_object_4" name="collision_hand_right_index_1_right_object_4" condim="4" friction="1 1 0.1 0 0"/>
350
- <pair geom1="collision_hand_right_index_1" geom2="right_object_5" name="collision_hand_right_index_1_right_object_5" condim="4" friction="1 1 0.1 0 0"/>
351
- <pair geom1="collision_hand_right_index_1" geom2="right_object_6" name="collision_hand_right_index_1_right_object_6" condim="4" friction="1 1 0.1 0 0"/>
352
- <pair geom1="collision_hand_right_index_1" geom2="right_object_7" name="collision_hand_right_index_1_right_object_7" condim="4" friction="1 1 0.1 0 0"/>
353
- <pair geom1="collision_hand_right_index_0" geom2="collision_hand_right_middle_0" name="collision_hand_right_index_0_collision_hand_right_middle_0" friction="1 1 0.1 0 0"/>
354
- <pair geom1="collision_hand_right_index_0" geom2="collision_hand_right_ring_0" name="collision_hand_right_index_0_collision_hand_right_ring_0" friction="1 1 0.1 0 0"/>
355
- <pair geom1="collision_hand_right_index_0" geom2="collision_hand_right_thumb_0" name="collision_hand_right_index_0_collision_hand_right_thumb_0" friction="1 1 0.1 0 0"/>
356
- <pair geom1="collision_hand_right_index_0" geom2="right_object_0" name="collision_hand_right_index_0_right_object_0" condim="4" friction="1 1 0.1 0 0"/>
357
- <pair geom1="collision_hand_right_index_0" geom2="right_object_1" name="collision_hand_right_index_0_right_object_1" condim="4" friction="1 1 0.1 0 0"/>
358
- <pair geom1="collision_hand_right_index_0" geom2="right_object_2" name="collision_hand_right_index_0_right_object_2" condim="4" friction="1 1 0.1 0 0"/>
359
- <pair geom1="collision_hand_right_index_0" geom2="right_object_3" name="collision_hand_right_index_0_right_object_3" condim="4" friction="1 1 0.1 0 0"/>
360
- <pair geom1="collision_hand_right_index_0" geom2="right_object_4" name="collision_hand_right_index_0_right_object_4" condim="4" friction="1 1 0.1 0 0"/>
361
- <pair geom1="collision_hand_right_index_0" geom2="right_object_5" name="collision_hand_right_index_0_right_object_5" condim="4" friction="1 1 0.1 0 0"/>
362
- <pair geom1="collision_hand_right_index_0" geom2="right_object_6" name="collision_hand_right_index_0_right_object_6" condim="4" friction="1 1 0.1 0 0"/>
363
- <pair geom1="collision_hand_right_index_0" geom2="right_object_7" name="collision_hand_right_index_0_right_object_7" condim="4" friction="1 1 0.1 0 0"/>
364
- <pair geom1="collision_hand_right_middle_2" geom2="right_object_0" name="collision_hand_right_middle_2_right_object_0" friction="1 1 0.1 0 0"/>
365
- <pair geom1="collision_hand_right_middle_2" geom2="right_object_1" name="collision_hand_right_middle_2_right_object_1" friction="1 1 0.1 0 0"/>
366
- <pair geom1="collision_hand_right_middle_2" geom2="right_object_2" name="collision_hand_right_middle_2_right_object_2" friction="1 1 0.1 0 0"/>
367
- <pair geom1="collision_hand_right_middle_2" geom2="right_object_3" name="collision_hand_right_middle_2_right_object_3" friction="1 1 0.1 0 0"/>
368
- <pair geom1="collision_hand_right_middle_2" geom2="right_object_4" name="collision_hand_right_middle_2_right_object_4" friction="1 1 0.1 0 0"/>
369
- <pair geom1="collision_hand_right_middle_2" geom2="right_object_5" name="collision_hand_right_middle_2_right_object_5" friction="1 1 0.1 0 0"/>
370
- <pair geom1="collision_hand_right_middle_2" geom2="right_object_6" name="collision_hand_right_middle_2_right_object_6" friction="1 1 0.1 0 0"/>
371
- <pair geom1="collision_hand_right_middle_2" geom2="right_object_7" name="collision_hand_right_middle_2_right_object_7" friction="1 1 0.1 0 0"/>
372
- <pair geom1="collision_hand_right_middle_1" geom2="right_object_0" name="collision_hand_right_middle_1_right_object_0" friction="1 1 0.1 0 0"/>
373
- <pair geom1="collision_hand_right_middle_1" geom2="right_object_1" name="collision_hand_right_middle_1_right_object_1" friction="1 1 0.1 0 0"/>
374
- <pair geom1="collision_hand_right_middle_1" geom2="right_object_2" name="collision_hand_right_middle_1_right_object_2" friction="1 1 0.1 0 0"/>
375
- <pair geom1="collision_hand_right_middle_1" geom2="right_object_3" name="collision_hand_right_middle_1_right_object_3" friction="1 1 0.1 0 0"/>
376
- <pair geom1="collision_hand_right_middle_1" geom2="right_object_4" name="collision_hand_right_middle_1_right_object_4" friction="1 1 0.1 0 0"/>
377
- <pair geom1="collision_hand_right_middle_1" geom2="right_object_5" name="collision_hand_right_middle_1_right_object_5" friction="1 1 0.1 0 0"/>
378
- <pair geom1="collision_hand_right_middle_1" geom2="right_object_6" name="collision_hand_right_middle_1_right_object_6" friction="1 1 0.1 0 0"/>
379
- <pair geom1="collision_hand_right_middle_1" geom2="right_object_7" name="collision_hand_right_middle_1_right_object_7" friction="1 1 0.1 0 0"/>
380
- <pair geom1="collision_hand_right_middle_0" geom2="collision_hand_right_ring_0" name="collision_hand_right_middle_0_collision_hand_right_ring_0" friction="1 1 0.1 0 0"/>
381
- <pair geom1="collision_hand_right_middle_0" geom2="collision_hand_right_thumb_0" name="collision_hand_right_middle_0_collision_hand_right_thumb_0" friction="1 1 0.1 0 0"/>
382
- <pair geom1="collision_hand_right_middle_0" geom2="right_object_0" name="collision_hand_right_middle_0_right_object_0" friction="1 1 0.1 0 0"/>
383
- <pair geom1="collision_hand_right_middle_0" geom2="right_object_1" name="collision_hand_right_middle_0_right_object_1" friction="1 1 0.1 0 0"/>
384
- <pair geom1="collision_hand_right_middle_0" geom2="right_object_2" name="collision_hand_right_middle_0_right_object_2" friction="1 1 0.1 0 0"/>
385
- <pair geom1="collision_hand_right_middle_0" geom2="right_object_3" name="collision_hand_right_middle_0_right_object_3" friction="1 1 0.1 0 0"/>
386
- <pair geom1="collision_hand_right_middle_0" geom2="right_object_4" name="collision_hand_right_middle_0_right_object_4" friction="1 1 0.1 0 0"/>
387
- <pair geom1="collision_hand_right_middle_0" geom2="right_object_5" name="collision_hand_right_middle_0_right_object_5" friction="1 1 0.1 0 0"/>
388
- <pair geom1="collision_hand_right_middle_0" geom2="right_object_6" name="collision_hand_right_middle_0_right_object_6" friction="1 1 0.1 0 0"/>
389
- <pair geom1="collision_hand_right_middle_0" geom2="right_object_7" name="collision_hand_right_middle_0_right_object_7" friction="1 1 0.1 0 0"/>
390
- <pair geom1="collision_hand_right_ring_2" geom2="right_object_0" name="collision_hand_right_ring_2_right_object_0" friction="1 1 0.1 0 0"/>
391
- <pair geom1="collision_hand_right_ring_2" geom2="right_object_1" name="collision_hand_right_ring_2_right_object_1" friction="1 1 0.1 0 0"/>
392
- <pair geom1="collision_hand_right_ring_2" geom2="right_object_2" name="collision_hand_right_ring_2_right_object_2" friction="1 1 0.1 0 0"/>
393
- <pair geom1="collision_hand_right_ring_2" geom2="right_object_3" name="collision_hand_right_ring_2_right_object_3" friction="1 1 0.1 0 0"/>
394
- <pair geom1="collision_hand_right_ring_2" geom2="right_object_4" name="collision_hand_right_ring_2_right_object_4" friction="1 1 0.1 0 0"/>
395
- <pair geom1="collision_hand_right_ring_2" geom2="right_object_5" name="collision_hand_right_ring_2_right_object_5" friction="1 1 0.1 0 0"/>
396
- <pair geom1="collision_hand_right_ring_2" geom2="right_object_6" name="collision_hand_right_ring_2_right_object_6" friction="1 1 0.1 0 0"/>
397
- <pair geom1="collision_hand_right_ring_2" geom2="right_object_7" name="collision_hand_right_ring_2_right_object_7" friction="1 1 0.1 0 0"/>
398
- <pair geom1="collision_hand_right_ring_1" geom2="right_object_0" name="collision_hand_right_ring_1_right_object_0" friction="1 1 0.1 0 0"/>
399
- <pair geom1="collision_hand_right_ring_1" geom2="right_object_1" name="collision_hand_right_ring_1_right_object_1" friction="1 1 0.1 0 0"/>
400
- <pair geom1="collision_hand_right_ring_1" geom2="right_object_2" name="collision_hand_right_ring_1_right_object_2" friction="1 1 0.1 0 0"/>
401
- <pair geom1="collision_hand_right_ring_1" geom2="right_object_3" name="collision_hand_right_ring_1_right_object_3" friction="1 1 0.1 0 0"/>
402
- <pair geom1="collision_hand_right_ring_1" geom2="right_object_4" name="collision_hand_right_ring_1_right_object_4" friction="1 1 0.1 0 0"/>
403
- <pair geom1="collision_hand_right_ring_1" geom2="right_object_5" name="collision_hand_right_ring_1_right_object_5" friction="1 1 0.1 0 0"/>
404
- <pair geom1="collision_hand_right_ring_1" geom2="right_object_6" name="collision_hand_right_ring_1_right_object_6" friction="1 1 0.1 0 0"/>
405
- <pair geom1="collision_hand_right_ring_1" geom2="right_object_7" name="collision_hand_right_ring_1_right_object_7" friction="1 1 0.1 0 0"/>
406
- <pair geom1="collision_hand_right_ring_0" geom2="collision_hand_right_thumb_0" name="collision_hand_right_ring_0_collision_hand_right_thumb_0" friction="1 1 0.1 0 0"/>
407
- <pair geom1="collision_hand_right_ring_0" geom2="right_object_0" name="collision_hand_right_ring_0_right_object_0" friction="1 1 0.1 0 0"/>
408
- <pair geom1="collision_hand_right_ring_0" geom2="right_object_1" name="collision_hand_right_ring_0_right_object_1" friction="1 1 0.1 0 0"/>
409
- <pair geom1="collision_hand_right_ring_0" geom2="right_object_2" name="collision_hand_right_ring_0_right_object_2" friction="1 1 0.1 0 0"/>
410
- <pair geom1="collision_hand_right_ring_0" geom2="right_object_3" name="collision_hand_right_ring_0_right_object_3" friction="1 1 0.1 0 0"/>
411
- <pair geom1="collision_hand_right_ring_0" geom2="right_object_4" name="collision_hand_right_ring_0_right_object_4" friction="1 1 0.1 0 0"/>
412
- <pair geom1="collision_hand_right_ring_0" geom2="right_object_5" name="collision_hand_right_ring_0_right_object_5" friction="1 1 0.1 0 0"/>
413
- <pair geom1="collision_hand_right_ring_0" geom2="right_object_6" name="collision_hand_right_ring_0_right_object_6" friction="1 1 0.1 0 0"/>
414
- <pair geom1="collision_hand_right_ring_0" geom2="right_object_7" name="collision_hand_right_ring_0_right_object_7" friction="1 1 0.1 0 0"/>
415
- <pair geom1="collision_hand_right_thumb_2" geom2="right_object_0" name="collision_hand_right_thumb_2_right_object_0" condim="4" friction="1 1 0.1 0 0"/>
416
- <pair geom1="collision_hand_right_thumb_2" geom2="right_object_1" name="collision_hand_right_thumb_2_right_object_1" condim="4" friction="1 1 0.1 0 0"/>
417
- <pair geom1="collision_hand_right_thumb_2" geom2="right_object_2" name="collision_hand_right_thumb_2_right_object_2" condim="4" friction="1 1 0.1 0 0"/>
418
- <pair geom1="collision_hand_right_thumb_2" geom2="right_object_3" name="collision_hand_right_thumb_2_right_object_3" condim="4" friction="1 1 0.1 0 0"/>
419
- <pair geom1="collision_hand_right_thumb_2" geom2="right_object_4" name="collision_hand_right_thumb_2_right_object_4" condim="4" friction="1 1 0.1 0 0"/>
420
- <pair geom1="collision_hand_right_thumb_2" geom2="right_object_5" name="collision_hand_right_thumb_2_right_object_5" condim="4" friction="1 1 0.1 0 0"/>
421
- <pair geom1="collision_hand_right_thumb_2" geom2="right_object_6" name="collision_hand_right_thumb_2_right_object_6" condim="4" friction="1 1 0.1 0 0"/>
422
- <pair geom1="collision_hand_right_thumb_2" geom2="right_object_7" name="collision_hand_right_thumb_2_right_object_7" condim="4" friction="1 1 0.1 0 0"/>
423
- <pair geom1="collision_hand_right_thumb_1" geom2="right_object_0" name="collision_hand_right_thumb_1_right_object_0" condim="4" friction="1 1 0.1 0 0"/>
424
- <pair geom1="collision_hand_right_thumb_1" geom2="right_object_1" name="collision_hand_right_thumb_1_right_object_1" condim="4" friction="1 1 0.1 0 0"/>
425
- <pair geom1="collision_hand_right_thumb_1" geom2="right_object_2" name="collision_hand_right_thumb_1_right_object_2" condim="4" friction="1 1 0.1 0 0"/>
426
- <pair geom1="collision_hand_right_thumb_1" geom2="right_object_3" name="collision_hand_right_thumb_1_right_object_3" condim="4" friction="1 1 0.1 0 0"/>
427
- <pair geom1="collision_hand_right_thumb_1" geom2="right_object_4" name="collision_hand_right_thumb_1_right_object_4" condim="4" friction="1 1 0.1 0 0"/>
428
- <pair geom1="collision_hand_right_thumb_1" geom2="right_object_5" name="collision_hand_right_thumb_1_right_object_5" condim="4" friction="1 1 0.1 0 0"/>
429
- <pair geom1="collision_hand_right_thumb_1" geom2="right_object_6" name="collision_hand_right_thumb_1_right_object_6" condim="4" friction="1 1 0.1 0 0"/>
430
- <pair geom1="collision_hand_right_thumb_1" geom2="right_object_7" name="collision_hand_right_thumb_1_right_object_7" condim="4" friction="1 1 0.1 0 0"/>
431
- <pair geom1="collision_hand_right_thumb_0" geom2="right_object_0" name="collision_hand_right_thumb_0_right_object_0" condim="4" friction="1 1 0.1 0 0"/>
432
- <pair geom1="collision_hand_right_thumb_0" geom2="right_object_1" name="collision_hand_right_thumb_0_right_object_1" condim="4" friction="1 1 0.1 0 0"/>
433
- <pair geom1="collision_hand_right_thumb_0" geom2="right_object_2" name="collision_hand_right_thumb_0_right_object_2" condim="4" friction="1 1 0.1 0 0"/>
434
- <pair geom1="collision_hand_right_thumb_0" geom2="right_object_3" name="collision_hand_right_thumb_0_right_object_3" condim="4" friction="1 1 0.1 0 0"/>
435
- <pair geom1="collision_hand_right_thumb_0" geom2="right_object_4" name="collision_hand_right_thumb_0_right_object_4" condim="4" friction="1 1 0.1 0 0"/>
436
- <pair geom1="collision_hand_right_thumb_0" geom2="right_object_5" name="collision_hand_right_thumb_0_right_object_5" condim="4" friction="1 1 0.1 0 0"/>
437
- <pair geom1="collision_hand_right_thumb_0" geom2="right_object_6" name="collision_hand_right_thumb_0_right_object_6" condim="4" friction="1 1 0.1 0 0"/>
438
- <pair geom1="collision_hand_right_thumb_0" geom2="right_object_7" name="collision_hand_right_thumb_0_right_object_7" condim="4" friction="1 1 0.1 0 0"/>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
439
  </contact>
440
 
441
  <actuator>
442
- <general name="right_pos_x" class="right_base_slide" joint="right_pos_x"/>
443
- <general name="right_pos_y" class="right_base_slide" joint="right_pos_y"/>
444
- <general name="right_pos_z" class="right_base_slide" joint="right_pos_z"/>
445
- <general name="right_rot_x" class="right_base_hinge" joint="right_rot_x"/>
446
- <general name="right_rot_y" class="right_base_hinge" joint="right_rot_y"/>
447
- <general name="right_rot_z" class="right_base_hinge" joint="right_rot_z"/>
448
- <general name="right_ffa0" class="right_base" joint="right_index_base_joint"/>
449
- <general name="right_ffa1" class="right_proximal" joint="right_index_proximal_joint"/>
450
- <general name="right_ffa2" class="right_medial" joint="right_index_medial_joint"/>
451
- <general name="right_ffa3" class="right_distal" joint="right_index_distal_joint"/>
452
- <general name="right_mfa0" class="right_base" joint="right_middle_base_joint"/>
453
- <general name="right_mfa1" class="right_proximal" joint="right_middle_proximal_joint"/>
454
- <general name="right_mfa2" class="right_medial" joint="right_middle_medial_joint"/>
455
- <general name="right_mfa3" class="right_distal" joint="right_middle_distal_joint"/>
456
- <general name="right_rfa0" class="right_base" joint="right_ring_base_joint"/>
457
- <general name="right_rfa1" class="right_proximal" joint="right_ring_proximal_joint"/>
458
- <general name="right_rfa2" class="right_medial" joint="right_ring_medial_joint"/>
459
- <general name="right_rfa3" class="right_distal" joint="right_ring_distal_joint"/>
460
- <general name="right_tha0" class="right_thumb_base" joint="right_thumb_base_joint"/>
461
- <general name="right_tha1" class="right_thumb_proximal" joint="right_thumb_proximal_joint"/>
462
- <general name="right_tha2" class="right_thumb_medial" joint="right_thumb_medial_joint"/>
463
- <general name="right_tha3" class="right_thumb_distal" joint="right_thumb_distal_joint"/>
464
  </actuator>
465
  </mujoco>
 
1
  <mujoco model="allegro_right">
2
+ <compiler angle="radian" meshdir="../../../assets/" />
3
 
4
  <option timestep="0.01" iterations="10">
5
+ <flag eulerdamp="disable" />
6
  </option>
7
 
8
  <visual>
9
+ <global azimuth="140" elevation="-20" />
10
+ <headlight diffuse="0.6 0.6 0.6" specular="0.9 0.9 0.9" />
11
+ <rgba haze="0.15 0.25 0.35 1" />
12
  </visual>
13
 
14
  <default>
15
  <default class="mimic_right">
16
+ <site size="0.015 0.005 0.005" group="3" rgba="1 0 0 1" />
17
  </default>
18
  <default class="allegro_right">
19
+ <joint armature="1" />
20
+ <geom density="800" />
21
+ <general biastype="affine" gainprm="300" biasprm="0 -300 1" />
22
  <default class="right_visual">
23
+ <geom type="mesh" contype="0" conaffinity="0" group="2" material="right_black" />
24
  <default class="right_palm_visual">
25
+ <geom mesh="right_base_link" />
26
  </default>
27
  <default class="right_base_visual">
28
+ <geom mesh="right_link_0.0" />
29
  </default>
30
  <default class="right_proximal_visual">
31
+ <geom mesh="right_link_1.0" />
32
  </default>
33
  <default class="right_medial_visual">
34
+ <geom mesh="right_link_2.0" />
35
  </default>
36
  <default class="right_distal_visual">
37
+ <geom mesh="right_link_3.0" />
38
  </default>
39
  <default class="right_fingertip_visual">
40
+ <geom material="right_white" mesh="right_link_3.0_tip" />
41
  </default>
42
  <default class="right_thumbtip_visual">
43
+ <geom material="right_white" mesh="right_link_15.0_tip" />
44
  </default>
45
  </default>
46
  <default class="right_collision">
47
+ <geom type="box" contype="0" conaffinity="0" condim="1" group="3" />
48
  <default class="right_palm_collision">
49
+ <geom size="0.0204 0.0565 0.0475" />
50
  </default>
51
  <default class="right_base_collision">
52
+ <geom size="0.0098 0.01375 0.0082" />
53
  <default class="right_thumb_base_collision">
54
+ <geom size="0.0179 0.017 0.02275" />
55
  </default>
56
  </default>
57
  <default class="right_proximal_collision">
58
+ <geom size="0.0098 0.01375 0.027" />
59
  <default class="right_thumb_proximal_collision">
60
+ <geom size="0.0098 0.01375 0.00885" />
61
  </default>
62
  </default>
63
  <default class="right_medial_collision">
64
+ <geom size="0.0098 0.01375 0.0192" />
65
  <default class="right_thumb_medial_collision">
66
+ <geom size="0.0098 0.01375 0.0257" />
67
  </default>
68
  </default>
69
  <default class="right_distal_collision">
70
+ <geom size="0.0098 0.01375 0.008" />
71
  <default class="right_thumb_distal_collision">
72
+ <geom size="0.0098 0.01375 0.0157" />
73
  </default>
74
  </default>
75
  <default class="right_fingertip_collision">
76
+ <geom size="0.012 0.01 0" type="capsule" />
77
  <default class="right_thumbtip_collision">
78
+ <geom size="0.012 0.008 0" />
79
  </default>
80
  </default>
81
  </default>
82
  <default class="right_base_slide">
83
+ <joint type="slide" range="-3 3" />
84
+ <general ctrlrange="-3 3" gainprm="1000" biasprm="0 -1000" />
85
  </default>
86
  <default class="right_base_hinge">
87
+ <joint range="-6.28 6.28" />
88
+ <general ctrlrange="-6.28 6.28" gainprm="1000" biasprm="0 -1000" />
89
  </default>
90
  <default class="right_base">
91
+ <joint range="-0.47 0.47" />
92
+ <general ctrlrange="-0.47 0.47" />
93
  </default>
94
  <default class="right_proximal">
95
+ <joint range="0.196 1.61" />
96
+ <general ctrlrange="0.196 1.61" />
97
  </default>
98
  <default class="right_medial">
99
+ <joint range="0.174 1.709" />
100
+ <general ctrlrange="0.174 1.709" />
101
  </default>
102
  <default class="right_distal">
103
+ <joint range="0.227 1.618" />
104
+ <general ctrlrange="0.227 1.618" />
105
  </default>
106
  <default class="right_thumb_base">
107
+ <joint range="0.263 1.396" />
108
+ <general ctrlrange="0.263 1.396" />
109
  </default>
110
  <default class="right_thumb_proximal">
111
+ <joint range="0.105 1.163" />
112
+ <general ctrlrange="0.105 1.163" />
113
  </default>
114
  <default class="right_thumb_medial">
115
+ <joint range="0.189 1.644" />
116
+ <general ctrlrange="0.189 1.644" />
117
  </default>
118
  <default class="right_thumb_distal">
119
+ <joint range="0.162 1.719" />
120
+ <general ctrlrange="0.162 1.719" />
121
  </default>
122
  </default>
123
  </default>
124
 
125
  <asset>
126
+ <texture type="skybox" colorspace="auto" builtin="gradient" rgb1="0.3 0.5 0.7" rgb2="0 0 0"
127
+ width="512" height="3072" />
128
+ <texture type="2d" colorspace="auto" name="right_groundplane" builtin="checker" mark="edge"
129
+ rgb1="1 1 1" rgb2="1 1 1" markrgb="1 1 1" width="300" height="300" />
130
+ <texture type="cube" colorspace="auto" name="skybox" builtin="gradient" rgb1="1 1 1"
131
+ rgb2="1 1 1" width="512" height="3072" />
132
+ <texture type="cube" colorspace="auto" name="groundplane" builtin="checker" mark="edge"
133
+ rgb1="0.2 0.3 0.4" rgb2="0.1 0.2 0.3" markrgb="0.8 0.8 0.8" width="300" height="1800" />
134
+ <material name="right_black" rgba="0.2 0.2 0.2 1" />
135
+ <material name="right_white" rgba="0.9 0.9 0.9 1" />
136
+ <material name="right_groundplane" texture="right_groundplane" texuniform="true" texrepeat="5 5"
137
+ reflectance="0.2" />
138
+ <material name="groundplane" texuniform="true" texrepeat="5 5" reflectance="0.2" />
139
+ <mesh name="right_base_link" file="robots/allegro/assets/base_link.stl" />
140
+ <mesh name="right_link_0.0" file="robots/allegro/assets/link_0.0.stl" />
141
+ <mesh name="right_link_1.0" file="robots/allegro/assets/link_1.0.stl" />
142
+ <mesh name="right_link_2.0" file="robots/allegro/assets/link_2.0.stl" />
143
+ <mesh name="right_link_3.0" file="robots/allegro/assets/link_3.0.stl" />
144
+ <mesh name="right_link_3.0_tip" file="robots/allegro/assets/link_3.0_tip.stl" />
145
+ <mesh name="right_link_12.0_right" file="robots/allegro/assets/link_12.0_right.stl" />
146
+ <mesh name="right_link_13.0" file="robots/allegro/assets/link_13.0.stl" />
147
+ <mesh name="right_link_14.0" file="robots/allegro/assets/link_14.0.stl" />
148
+ <mesh name="right_link_15.0" file="robots/allegro/assets/link_15.0.stl" />
149
+ <mesh name="right_link_15.0_tip" file="robots/allegro/assets/link_15.0_tip.stl" />
150
+ <mesh name="right_0" file="objects/convex/0.obj" />
151
+ <mesh name="right_1" file="objects/convex/1.obj" />
152
+ <mesh name="right_2" file="objects/convex/2.obj" />
153
+ <mesh name="right_3" file="objects/convex/3.obj" />
154
+ <mesh name="right_4" file="objects/convex/4.obj" />
155
+ <mesh name="right_5" file="objects/convex/5.obj" />
156
+ <mesh name="right_6" file="objects/convex/6.obj" />
157
+ <mesh name="right_7" file="objects/convex/7.obj" />
158
+ <mesh name="right_visual" file="objects/visual.obj" />
159
  </asset>
160
 
161
  <worldbody>
162
+ <geom name="floor" size="0 0 0.05" type="plane" material="right_groundplane" />
163
+ <camera name="front" pos="0.031 0.941 0.844" quat="0.0150738 0.00673439 0.407848 0.912901"
164
+ mode="trackcom" />
165
+ <light pos="0 0 3.5" dir="0 0 -1" />
166
  <body name="right_palm" childclass="allegro_right" quat="0 0 0.707107 -0.707107" gravcomp="1">
167
+ <joint name="right_pos_x" class="right_base_slide" pos="0 0 0" axis="1 0 0" />
168
+ <joint name="right_pos_y" class="right_base_slide" pos="0 0 0" axis="0 1 0" />
169
+ <joint name="right_pos_z" class="right_base_slide" pos="0 0 0" axis="0 0 1" />
170
+ <joint name="right_rot_x" class="right_base_hinge" pos="0 0 0" axis="1 0 0" />
171
+ <joint name="right_rot_y" class="right_base_hinge" pos="0 0 0" axis="0 1 0" />
172
+ <joint name="right_rot_z" class="right_base_hinge" pos="0 0 0" axis="0 0 1" />
173
+ <geom class="right_palm_visual" mesh="right_base_link" />
174
+ <geom name="collision_hand_right_palm_0" class="right_palm_collision" pos="-0.0093 0 -0.0475"
175
+ mass="0" />
176
+ <site name="right_palm" class="mimic_right" pos="0 0 0" size="0.01 0.02 0.03" type="box" />
177
+ <camera name="right_track" pos="0.868 -0.348 -0.175" quat="0.506363 0.51196 0.493349 0.487956" />
178
  <body name="right_ff_base" pos="0 0.0435 -0.001542" quat="0.999048 -0.0436194 0 0">
179
+ <joint name="right_index_base_joint" class="right_base" pos="0 0 0" axis="0 0 1" />
180
+ <geom class="right_base_visual" mesh="right_link_0.0" />
181
  <body name="right_ff_proximal" pos="0 0 0.0164">
182
+ <joint name="right_index_proximal_joint" class="right_proximal" pos="0 0 0" axis="0 1 0" />
183
+ <geom class="right_proximal_visual" mesh="right_link_1.0" />
184
+ <geom name="collision_hand_right_index_2" class="right_proximal_collision" pos="0 0 0.027"
185
+ mass="0" />
186
  <body name="right_ff_medial" pos="0 0 0.054">
187
+ <joint name="right_index_medial_joint" class="right_medial" pos="0 0 0" axis="0 1 0" />
188
+ <geom class="right_medial_visual" mesh="right_link_2.0" />
189
+ <geom name="collision_hand_right_index_1" class="right_medial_collision"
190
+ pos="0 0 0.0192" mass="0" />
191
  <body name="right_ff_distal" pos="0 0 0.0384">
192
+ <joint name="right_index_distal_joint" class="right_distal" pos="0 0 0" axis="0 1 0" />
193
+ <geom class="right_distal_visual" mesh="right_link_3.0" />
194
  <body name="right_ff_tip">
195
+ <geom class="right_fingertip_visual" pos="0 0 0.0267" mesh="right_link_3.0_tip" />
196
+ <geom name="collision_hand_right_index_0" class="right_fingertip_collision"
197
+ pos="0 0 0.019" mass="0" />
198
+ <site name="right_index_tip" class="mimic_right" pos="0 0 0.019" />
199
+ <site name="track_hand_right_index_tip" class="mimic_right" pos="0 0 0.019" />
200
+ <site name="trace_right_index_tip" class="mimic_right" pos="0 0 0.019" />
201
  </body>
202
  </body>
203
  </body>
204
  </body>
205
  </body>
206
  <body name="right_mf_base" pos="0 0 0.0007">
207
+ <joint name="right_middle_base_joint" class="right_base" pos="0 0 0" axis="0 0 1" />
208
+ <geom class="right_base_visual" mesh="right_link_0.0" />
209
  <body name="right_mf_proximal" pos="0 0 0.0164">
210
+ <joint name="right_middle_proximal_joint" class="right_proximal" pos="0 0 0" axis="0 1 0" />
211
+ <geom class="right_proximal_visual" mesh="right_link_1.0" />
212
+ <geom name="collision_hand_right_middle_2" class="right_proximal_collision"
213
+ pos="0 0 0.027" mass="0" />
214
  <body name="right_mf_medial" pos="0 0 0.054">
215
+ <joint name="right_middle_medial_joint" class="right_medial" pos="0 0 0" axis="0 1 0" />
216
+ <geom class="right_medial_visual" mesh="right_link_2.0" />
217
+ <geom name="collision_hand_right_middle_1" class="right_medial_collision"
218
+ pos="0 0 0.0192" mass="0" />
219
  <body name="right_mf_distal" pos="0 0 0.0384">
220
+ <joint name="right_middle_distal_joint" class="right_distal" pos="0 0 0" axis="0 1 0" />
221
+ <geom class="right_distal_visual" mesh="right_link_3.0" />
222
  <body name="right_mf_tip">
223
+ <geom class="right_fingertip_visual" pos="0 0 0.0267" mesh="right_link_3.0_tip" />
224
+ <geom name="collision_hand_right_middle_0" class="right_fingertip_collision"
225
+ pos="0 0 0.019" mass="0" />
226
+ <site name="right_middle_tip" class="mimic_right" pos="0 0 0.019" />
227
+ <site name="track_hand_right_middle_tip" class="mimic_right" pos="0 0 0.019" />
228
+ <site name="trace_right_middle_tip" class="mimic_right" pos="0 0 0.019" />
229
  </body>
230
  </body>
231
  </body>
232
  </body>
233
  </body>
234
  <body name="right_rf_base" pos="0 -0.0435 -0.001542" quat="0.999048 0.0436194 0 0">
235
+ <joint name="right_ring_base_joint" class="right_base" pos="0 0 0" axis="0 0 1" />
236
+ <geom class="right_base_visual" mesh="right_link_0.0" />
237
  <body name="right_rf_proximal" pos="0 0 0.0164">
238
+ <joint name="right_ring_proximal_joint" class="right_proximal" pos="0 0 0" axis="0 1 0" />
239
+ <geom class="right_proximal_visual" mesh="right_link_1.0" />
240
+ <geom name="collision_hand_right_ring_2" class="right_proximal_collision" pos="0 0 0.027"
241
+ mass="0" />
242
  <body name="right_rf_medial" pos="0 0 0.054">
243
+ <joint name="right_ring_medial_joint" class="right_medial" pos="0 0 0" axis="0 1 0" />
244
+ <geom class="right_medial_visual" mesh="right_link_2.0" />
245
+ <geom name="collision_hand_right_ring_1" class="right_medial_collision" pos="0 0 0.0192"
246
+ mass="0" />
247
  <body name="right_rf_distal" pos="0 0 0.0384">
248
+ <joint name="right_ring_distal_joint" class="right_distal" pos="0 0 0" axis="0 1 0" />
249
+ <geom class="right_distal_visual" mesh="right_link_3.0" />
250
  <body name="right_rf_tip">
251
+ <geom class="right_fingertip_visual" pos="0 0 0.0267" mesh="right_link_3.0_tip" />
252
+ <geom name="collision_hand_right_ring_0" class="right_fingertip_collision"
253
+ pos="0 0 0.019" mass="0" />
254
+ <site name="right_ring_tip" class="mimic_right" pos="0 0 0.019" />
255
+ <site name="track_hand_right_ring_tip" class="mimic_right" pos="0 0 0.019" />
256
+ <site name="trace_right_ring_tip" class="mimic_right" pos="0 0 0.019" />
257
  </body>
258
  </body>
259
  </body>
260
  </body>
261
  </body>
262
+ <body name="right_th_base" pos="-0.0182 0.019333 -0.045987"
263
+ quat="0.477714 -0.521334 -0.521334 -0.477714">
264
+ <joint name="right_thumb_base_joint" class="right_thumb_base" pos="0 0 0" axis="-1 0 0" />
265
+ <geom class="right_visual" mesh="right_link_12.0_right" />
266
  <body name="right_th_proximal" pos="-0.027 0.005 0.0399">
267
+ <joint name="right_thumb_proximal_joint" class="right_thumb_proximal" pos="0 0 0"
268
+ axis="0 0 1" />
269
+ <geom class="right_visual" mesh="right_link_13.0" />
270
  <body name="right_th_medial" pos="0 0 0.0177">
271
+ <joint name="right_thumb_medial_joint" class="right_thumb_medial" pos="0 0 0"
272
+ axis="0 1 0" />
273
+ <geom class="right_visual" mesh="right_link_14.0" />
274
+ <geom name="collision_hand_right_thumb_2" class="right_thumb_medial_collision"
275
+ pos="0 0 0.0257" mass="0" />
276
  <body name="right_th_distal" pos="0 0 0.0514">
277
+ <joint name="right_thumb_distal_joint" class="right_thumb_distal" pos="0 0 0"
278
+ axis="0 1 0" />
279
+ <geom class="right_visual" mesh="right_link_15.0" />
280
+ <geom name="collision_hand_right_thumb_1" class="right_thumb_distal_collision"
281
+ pos="0 0 0.0157" mass="0" />
282
  <body name="right_th_tip">
283
+ <geom class="right_thumbtip_visual" pos="0 0 0.0423" mesh="right_link_15.0_tip" />
284
+ <geom name="collision_hand_right_thumb_0" class="right_thumbtip_collision"
285
+ pos="0 0 0.035" mass="0" />
286
+ <site name="right_thumb_tip" class="mimic_right" pos="0 0 0.035" />
287
+ <site name="track_hand_right_thumb_tip" class="mimic_right" pos="0 0 0.035" />
288
+ <site name="trace_right_thumb_tip" class="mimic_right" pos="0 0 0.035" />
289
  </body>
290
  </body>
291
  </body>
 
293
  </body>
294
  </body>
295
  <body name="right_object">
296
+ <joint name="right_object_joint" type="free" armature="0.0001" frictionloss="0.0001" />
297
+ <geom name="right_object_0" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1"
298
+ mesh="right_0" />
299
+ <geom name="right_object_1" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1"
300
+ mesh="right_1" />
301
+ <geom name="right_object_2" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1"
302
+ mesh="right_2" />
303
+ <geom name="right_object_3" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1"
304
+ mesh="right_3" />
305
+ <geom name="right_object_4" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1"
306
+ mesh="right_4" />
307
+ <geom name="right_object_5" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1"
308
+ mesh="right_5" />
309
+ <geom name="right_object_6" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1"
310
+ mesh="right_6" />
311
+ <geom name="right_object_7" type="mesh" contype="0" conaffinity="0" group="3" rgba="0 1 0 1"
312
+ mesh="right_7" />
313
+ <geom name="right_object_visual" type="mesh" contype="0" conaffinity="0" density="0"
314
+ rgba="1 1 1 1" mesh="right_visual" />
315
+ <site name="right_object" pos="0 0 0" size="0.01 0.02 0.03" group="3" type="box"
316
+ rgba="1 0 0 1" />
317
+ <site name="trace_right_object" pos="0 0 0" size="0.01" group="4" rgba="0 1 0 1" />
318
+ <site name="track_object_right_thumb_tip" pos="-0.0244631 -0.00102834 0.0226112" size="0.01"
319
+ group="4" rgba="0 1 0 1" />
320
+ <site name="track_object_right_index_tip" pos="0.0300984 0.0159805 0.0414208" size="0.01"
321
+ group="4" rgba="0 1 0 1" />
322
+ <site name="track_object_right_middle_tip" pos="0.0368511 -0.00150362 0.0153952" size="0.01"
323
+ group="4" rgba="0 1 0 1" />
324
+ <site name="track_object_right_ring_tip" pos="0.0261251 -0.0192511 0.00822949" size="0.01"
325
+ group="4" rgba="0 1 0 1" />
326
  </body>
327
  <body name="ref_object_right_thumb_tip" mocap="true">
328
+ <site name="ref_object_right_thumb_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1" />
329
  </body>
330
  <body name="ref_hand_right_thumb_tip" mocap="true">
331
+ <site name="ref_hand_right_thumb_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1" />
332
  </body>
333
  <body name="ref_object_right_index_tip" mocap="true">
334
+ <site name="ref_object_right_index_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1" />
335
  </body>
336
  <body name="ref_hand_right_index_tip" mocap="true">
337
+ <site name="ref_hand_right_index_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1" />
338
  </body>
339
  <body name="ref_object_right_middle_tip" mocap="true">
340
+ <site name="ref_object_right_middle_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1" />
341
  </body>
342
  <body name="ref_hand_right_middle_tip" mocap="true">
343
+ <site name="ref_hand_right_middle_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1" />
344
  </body>
345
  <body name="ref_object_right_ring_tip" mocap="true">
346
+ <site name="ref_object_right_ring_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1" />
347
  </body>
348
  <body name="ref_hand_right_ring_tip" mocap="true">
349
+ <site name="ref_hand_right_ring_tip" pos="0 0 0" size="0.02" group="4" rgba="0 1 0 1" />
350
  </body>
351
  </worldbody>
352
 
353
  <contact>
354
+ <pair geom1="floor" geom2="right_object_0" name="floor_right_object_0" friction="1 1 0.1 0 0" />
355
+ <pair geom1="floor" geom2="right_object_1" name="floor_right_object_1" friction="1 1 0.1 0 0" />
356
+ <pair geom1="floor" geom2="right_object_2" name="floor_right_object_2" friction="1 1 0.1 0 0" />
357
+ <pair geom1="floor" geom2="right_object_3" name="floor_right_object_3" friction="1 1 0.1 0 0" />
358
+ <pair geom1="floor" geom2="right_object_4" name="floor_right_object_4" friction="1 1 0.1 0 0" />
359
+ <pair geom1="floor" geom2="right_object_5" name="floor_right_object_5" friction="1 1 0.1 0 0" />
360
+ <pair geom1="floor" geom2="right_object_6" name="floor_right_object_6" friction="1 1 0.1 0 0" />
361
+ <pair geom1="floor" geom2="right_object_7" name="floor_right_object_7" friction="1 1 0.1 0 0" />
362
+ <pair geom1="collision_hand_right_palm_0" geom2="collision_hand_right_index_0"
363
+ name="collision_hand_right_palm_0_collision_hand_right_index_0" friction="1 1 0.1 0 0" />
364
+ <pair geom1="collision_hand_right_palm_0" geom2="collision_hand_right_middle_0"
365
+ name="collision_hand_right_palm_0_collision_hand_right_middle_0" friction="1 1 0.1 0 0" />
366
+ <pair geom1="collision_hand_right_palm_0" geom2="collision_hand_right_ring_0"
367
+ name="collision_hand_right_palm_0_collision_hand_right_ring_0" friction="1 1 0.1 0 0" />
368
+ <pair geom1="collision_hand_right_palm_0" geom2="collision_hand_right_thumb_0"
369
+ name="collision_hand_right_palm_0_collision_hand_right_thumb_0" friction="1 1 0.1 0 0" />
370
+ <pair geom1="collision_hand_right_palm_0" geom2="right_object_0"
371
+ name="collision_hand_right_palm_0_right_object_0" friction="1 1 0.1 0 0" />
372
+ <pair geom1="collision_hand_right_palm_0" geom2="right_object_1"
373
+ name="collision_hand_right_palm_0_right_object_1" friction="1 1 0.1 0 0" />
374
+ <pair geom1="collision_hand_right_palm_0" geom2="right_object_2"
375
+ name="collision_hand_right_palm_0_right_object_2" friction="1 1 0.1 0 0" />
376
+ <pair geom1="collision_hand_right_palm_0" geom2="right_object_3"
377
+ name="collision_hand_right_palm_0_right_object_3" friction="1 1 0.1 0 0" />
378
+ <pair geom1="collision_hand_right_palm_0" geom2="right_object_4"
379
+ name="collision_hand_right_palm_0_right_object_4" friction="1 1 0.1 0 0" />
380
+ <pair geom1="collision_hand_right_palm_0" geom2="right_object_5"
381
+ name="collision_hand_right_palm_0_right_object_5" friction="1 1 0.1 0 0" />
382
+ <pair geom1="collision_hand_right_palm_0" geom2="right_object_6"
383
+ name="collision_hand_right_palm_0_right_object_6" friction="1 1 0.1 0 0" />
384
+ <pair geom1="collision_hand_right_palm_0" geom2="right_object_7"
385
+ name="collision_hand_right_palm_0_right_object_7" friction="1 1 0.1 0 0" />
386
+ <pair geom1="collision_hand_right_index_2" geom2="right_object_0"
387
+ name="collision_hand_right_index_2_right_object_0" condim="4" friction="1 1 0.1 0 0" />
388
+ <pair geom1="collision_hand_right_index_2" geom2="right_object_1"
389
+ name="collision_hand_right_index_2_right_object_1" condim="4" friction="1 1 0.1 0 0" />
390
+ <pair geom1="collision_hand_right_index_2" geom2="right_object_2"
391
+ name="collision_hand_right_index_2_right_object_2" condim="4" friction="1 1 0.1 0 0" />
392
+ <pair geom1="collision_hand_right_index_2" geom2="right_object_3"
393
+ name="collision_hand_right_index_2_right_object_3" condim="4" friction="1 1 0.1 0 0" />
394
+ <pair geom1="collision_hand_right_index_2" geom2="right_object_4"
395
+ name="collision_hand_right_index_2_right_object_4" condim="4" friction="1 1 0.1 0 0" />
396
+ <pair geom1="collision_hand_right_index_2" geom2="right_object_5"
397
+ name="collision_hand_right_index_2_right_object_5" condim="4" friction="1 1 0.1 0 0" />
398
+ <pair geom1="collision_hand_right_index_2" geom2="right_object_6"
399
+ name="collision_hand_right_index_2_right_object_6" condim="4" friction="1 1 0.1 0 0" />
400
+ <pair geom1="collision_hand_right_index_2" geom2="right_object_7"
401
+ name="collision_hand_right_index_2_right_object_7" condim="4" friction="1 1 0.1 0 0" />
402
+ <pair geom1="collision_hand_right_index_1" geom2="right_object_0"
403
+ name="collision_hand_right_index_1_right_object_0" condim="4" friction="1 1 0.1 0 0" />
404
+ <pair geom1="collision_hand_right_index_1" geom2="right_object_1"
405
+ name="collision_hand_right_index_1_right_object_1" condim="4" friction="1 1 0.1 0 0" />
406
+ <pair geom1="collision_hand_right_index_1" geom2="right_object_2"
407
+ name="collision_hand_right_index_1_right_object_2" condim="4" friction="1 1 0.1 0 0" />
408
+ <pair geom1="collision_hand_right_index_1" geom2="right_object_3"
409
+ name="collision_hand_right_index_1_right_object_3" condim="4" friction="1 1 0.1 0 0" />
410
+ <pair geom1="collision_hand_right_index_1" geom2="right_object_4"
411
+ name="collision_hand_right_index_1_right_object_4" condim="4" friction="1 1 0.1 0 0" />
412
+ <pair geom1="collision_hand_right_index_1" geom2="right_object_5"
413
+ name="collision_hand_right_index_1_right_object_5" condim="4" friction="1 1 0.1 0 0" />
414
+ <pair geom1="collision_hand_right_index_1" geom2="right_object_6"
415
+ name="collision_hand_right_index_1_right_object_6" condim="4" friction="1 1 0.1 0 0" />
416
+ <pair geom1="collision_hand_right_index_1" geom2="right_object_7"
417
+ name="collision_hand_right_index_1_right_object_7" condim="4" friction="1 1 0.1 0 0" />
418
+ <pair geom1="collision_hand_right_index_0" geom2="collision_hand_right_middle_0"
419
+ name="collision_hand_right_index_0_collision_hand_right_middle_0" friction="1 1 0.1 0 0" />
420
+ <pair geom1="collision_hand_right_index_0" geom2="collision_hand_right_ring_0"
421
+ name="collision_hand_right_index_0_collision_hand_right_ring_0" friction="1 1 0.1 0 0" />
422
+ <pair geom1="collision_hand_right_index_0" geom2="collision_hand_right_thumb_0"
423
+ name="collision_hand_right_index_0_collision_hand_right_thumb_0" friction="1 1 0.1 0 0" />
424
+ <pair geom1="collision_hand_right_index_0" geom2="right_object_0"
425
+ name="collision_hand_right_index_0_right_object_0" condim="4" friction="1 1 0.1 0 0" />
426
+ <pair geom1="collision_hand_right_index_0" geom2="right_object_1"
427
+ name="collision_hand_right_index_0_right_object_1" condim="4" friction="1 1 0.1 0 0" />
428
+ <pair geom1="collision_hand_right_index_0" geom2="right_object_2"
429
+ name="collision_hand_right_index_0_right_object_2" condim="4" friction="1 1 0.1 0 0" />
430
+ <pair geom1="collision_hand_right_index_0" geom2="right_object_3"
431
+ name="collision_hand_right_index_0_right_object_3" condim="4" friction="1 1 0.1 0 0" />
432
+ <pair geom1="collision_hand_right_index_0" geom2="right_object_4"
433
+ name="collision_hand_right_index_0_right_object_4" condim="4" friction="1 1 0.1 0 0" />
434
+ <pair geom1="collision_hand_right_index_0" geom2="right_object_5"
435
+ name="collision_hand_right_index_0_right_object_5" condim="4" friction="1 1 0.1 0 0" />
436
+ <pair geom1="collision_hand_right_index_0" geom2="right_object_6"
437
+ name="collision_hand_right_index_0_right_object_6" condim="4" friction="1 1 0.1 0 0" />
438
+ <pair geom1="collision_hand_right_index_0" geom2="right_object_7"
439
+ name="collision_hand_right_index_0_right_object_7" condim="4" friction="1 1 0.1 0 0" />
440
+ <pair geom1="collision_hand_right_middle_2" geom2="right_object_0"
441
+ name="collision_hand_right_middle_2_right_object_0" friction="1 1 0.1 0 0" />
442
+ <pair geom1="collision_hand_right_middle_2" geom2="right_object_1"
443
+ name="collision_hand_right_middle_2_right_object_1" friction="1 1 0.1 0 0" />
444
+ <pair geom1="collision_hand_right_middle_2" geom2="right_object_2"
445
+ name="collision_hand_right_middle_2_right_object_2" friction="1 1 0.1 0 0" />
446
+ <pair geom1="collision_hand_right_middle_2" geom2="right_object_3"
447
+ name="collision_hand_right_middle_2_right_object_3" friction="1 1 0.1 0 0" />
448
+ <pair geom1="collision_hand_right_middle_2" geom2="right_object_4"
449
+ name="collision_hand_right_middle_2_right_object_4" friction="1 1 0.1 0 0" />
450
+ <pair geom1="collision_hand_right_middle_2" geom2="right_object_5"
451
+ name="collision_hand_right_middle_2_right_object_5" friction="1 1 0.1 0 0" />
452
+ <pair geom1="collision_hand_right_middle_2" geom2="right_object_6"
453
+ name="collision_hand_right_middle_2_right_object_6" friction="1 1 0.1 0 0" />
454
+ <pair geom1="collision_hand_right_middle_2" geom2="right_object_7"
455
+ name="collision_hand_right_middle_2_right_object_7" friction="1 1 0.1 0 0" />
456
+ <pair geom1="collision_hand_right_middle_1" geom2="right_object_0"
457
+ name="collision_hand_right_middle_1_right_object_0" friction="1 1 0.1 0 0" />
458
+ <pair geom1="collision_hand_right_middle_1" geom2="right_object_1"
459
+ name="collision_hand_right_middle_1_right_object_1" friction="1 1 0.1 0 0" />
460
+ <pair geom1="collision_hand_right_middle_1" geom2="right_object_2"
461
+ name="collision_hand_right_middle_1_right_object_2" friction="1 1 0.1 0 0" />
462
+ <pair geom1="collision_hand_right_middle_1" geom2="right_object_3"
463
+ name="collision_hand_right_middle_1_right_object_3" friction="1 1 0.1 0 0" />
464
+ <pair geom1="collision_hand_right_middle_1" geom2="right_object_4"
465
+ name="collision_hand_right_middle_1_right_object_4" friction="1 1 0.1 0 0" />
466
+ <pair geom1="collision_hand_right_middle_1" geom2="right_object_5"
467
+ name="collision_hand_right_middle_1_right_object_5" friction="1 1 0.1 0 0" />
468
+ <pair geom1="collision_hand_right_middle_1" geom2="right_object_6"
469
+ name="collision_hand_right_middle_1_right_object_6" friction="1 1 0.1 0 0" />
470
+ <pair geom1="collision_hand_right_middle_1" geom2="right_object_7"
471
+ name="collision_hand_right_middle_1_right_object_7" friction="1 1 0.1 0 0" />
472
+ <pair geom1="collision_hand_right_middle_0" geom2="collision_hand_right_ring_0"
473
+ name="collision_hand_right_middle_0_collision_hand_right_ring_0" friction="1 1 0.1 0 0" />
474
+ <pair geom1="collision_hand_right_middle_0" geom2="collision_hand_right_thumb_0"
475
+ name="collision_hand_right_middle_0_collision_hand_right_thumb_0" friction="1 1 0.1 0 0" />
476
+ <pair geom1="collision_hand_right_middle_0" geom2="right_object_0"
477
+ name="collision_hand_right_middle_0_right_object_0" friction="1 1 0.1 0 0" />
478
+ <pair geom1="collision_hand_right_middle_0" geom2="right_object_1"
479
+ name="collision_hand_right_middle_0_right_object_1" friction="1 1 0.1 0 0" />
480
+ <pair geom1="collision_hand_right_middle_0" geom2="right_object_2"
481
+ name="collision_hand_right_middle_0_right_object_2" friction="1 1 0.1 0 0" />
482
+ <pair geom1="collision_hand_right_middle_0" geom2="right_object_3"
483
+ name="collision_hand_right_middle_0_right_object_3" friction="1 1 0.1 0 0" />
484
+ <pair geom1="collision_hand_right_middle_0" geom2="right_object_4"
485
+ name="collision_hand_right_middle_0_right_object_4" friction="1 1 0.1 0 0" />
486
+ <pair geom1="collision_hand_right_middle_0" geom2="right_object_5"
487
+ name="collision_hand_right_middle_0_right_object_5" friction="1 1 0.1 0 0" />
488
+ <pair geom1="collision_hand_right_middle_0" geom2="right_object_6"
489
+ name="collision_hand_right_middle_0_right_object_6" friction="1 1 0.1 0 0" />
490
+ <pair geom1="collision_hand_right_middle_0" geom2="right_object_7"
491
+ name="collision_hand_right_middle_0_right_object_7" friction="1 1 0.1 0 0" />
492
+ <pair geom1="collision_hand_right_ring_2" geom2="right_object_0"
493
+ name="collision_hand_right_ring_2_right_object_0" friction="1 1 0.1 0 0" />
494
+ <pair geom1="collision_hand_right_ring_2" geom2="right_object_1"
495
+ name="collision_hand_right_ring_2_right_object_1" friction="1 1 0.1 0 0" />
496
+ <pair geom1="collision_hand_right_ring_2" geom2="right_object_2"
497
+ name="collision_hand_right_ring_2_right_object_2" friction="1 1 0.1 0 0" />
498
+ <pair geom1="collision_hand_right_ring_2" geom2="right_object_3"
499
+ name="collision_hand_right_ring_2_right_object_3" friction="1 1 0.1 0 0" />
500
+ <pair geom1="collision_hand_right_ring_2" geom2="right_object_4"
501
+ name="collision_hand_right_ring_2_right_object_4" friction="1 1 0.1 0 0" />
502
+ <pair geom1="collision_hand_right_ring_2" geom2="right_object_5"
503
+ name="collision_hand_right_ring_2_right_object_5" friction="1 1 0.1 0 0" />
504
+ <pair geom1="collision_hand_right_ring_2" geom2="right_object_6"
505
+ name="collision_hand_right_ring_2_right_object_6" friction="1 1 0.1 0 0" />
506
+ <pair geom1="collision_hand_right_ring_2" geom2="right_object_7"
507
+ name="collision_hand_right_ring_2_right_object_7" friction="1 1 0.1 0 0" />
508
+ <pair geom1="collision_hand_right_ring_1" geom2="right_object_0"
509
+ name="collision_hand_right_ring_1_right_object_0" friction="1 1 0.1 0 0" />
510
+ <pair geom1="collision_hand_right_ring_1" geom2="right_object_1"
511
+ name="collision_hand_right_ring_1_right_object_1" friction="1 1 0.1 0 0" />
512
+ <pair geom1="collision_hand_right_ring_1" geom2="right_object_2"
513
+ name="collision_hand_right_ring_1_right_object_2" friction="1 1 0.1 0 0" />
514
+ <pair geom1="collision_hand_right_ring_1" geom2="right_object_3"
515
+ name="collision_hand_right_ring_1_right_object_3" friction="1 1 0.1 0 0" />
516
+ <pair geom1="collision_hand_right_ring_1" geom2="right_object_4"
517
+ name="collision_hand_right_ring_1_right_object_4" friction="1 1 0.1 0 0" />
518
+ <pair geom1="collision_hand_right_ring_1" geom2="right_object_5"
519
+ name="collision_hand_right_ring_1_right_object_5" friction="1 1 0.1 0 0" />
520
+ <pair geom1="collision_hand_right_ring_1" geom2="right_object_6"
521
+ name="collision_hand_right_ring_1_right_object_6" friction="1 1 0.1 0 0" />
522
+ <pair geom1="collision_hand_right_ring_1" geom2="right_object_7"
523
+ name="collision_hand_right_ring_1_right_object_7" friction="1 1 0.1 0 0" />
524
+ <pair geom1="collision_hand_right_ring_0" geom2="collision_hand_right_thumb_0"
525
+ name="collision_hand_right_ring_0_collision_hand_right_thumb_0" friction="1 1 0.1 0 0" />
526
+ <pair geom1="collision_hand_right_ring_0" geom2="right_object_0"
527
+ name="collision_hand_right_ring_0_right_object_0" friction="1 1 0.1 0 0" />
528
+ <pair geom1="collision_hand_right_ring_0" geom2="right_object_1"
529
+ name="collision_hand_right_ring_0_right_object_1" friction="1 1 0.1 0 0" />
530
+ <pair geom1="collision_hand_right_ring_0" geom2="right_object_2"
531
+ name="collision_hand_right_ring_0_right_object_2" friction="1 1 0.1 0 0" />
532
+ <pair geom1="collision_hand_right_ring_0" geom2="right_object_3"
533
+ name="collision_hand_right_ring_0_right_object_3" friction="1 1 0.1 0 0" />
534
+ <pair geom1="collision_hand_right_ring_0" geom2="right_object_4"
535
+ name="collision_hand_right_ring_0_right_object_4" friction="1 1 0.1 0 0" />
536
+ <pair geom1="collision_hand_right_ring_0" geom2="right_object_5"
537
+ name="collision_hand_right_ring_0_right_object_5" friction="1 1 0.1 0 0" />
538
+ <pair geom1="collision_hand_right_ring_0" geom2="right_object_6"
539
+ name="collision_hand_right_ring_0_right_object_6" friction="1 1 0.1 0 0" />
540
+ <pair geom1="collision_hand_right_ring_0" geom2="right_object_7"
541
+ name="collision_hand_right_ring_0_right_object_7" friction="1 1 0.1 0 0" />
542
+ <pair geom1="collision_hand_right_thumb_2" geom2="right_object_0"
543
+ name="collision_hand_right_thumb_2_right_object_0" condim="4" friction="1 1 0.1 0 0" />
544
+ <pair geom1="collision_hand_right_thumb_2" geom2="right_object_1"
545
+ name="collision_hand_right_thumb_2_right_object_1" condim="4" friction="1 1 0.1 0 0" />
546
+ <pair geom1="collision_hand_right_thumb_2" geom2="right_object_2"
547
+ name="collision_hand_right_thumb_2_right_object_2" condim="4" friction="1 1 0.1 0 0" />
548
+ <pair geom1="collision_hand_right_thumb_2" geom2="right_object_3"
549
+ name="collision_hand_right_thumb_2_right_object_3" condim="4" friction="1 1 0.1 0 0" />
550
+ <pair geom1="collision_hand_right_thumb_2" geom2="right_object_4"
551
+ name="collision_hand_right_thumb_2_right_object_4" condim="4" friction="1 1 0.1 0 0" />
552
+ <pair geom1="collision_hand_right_thumb_2" geom2="right_object_5"
553
+ name="collision_hand_right_thumb_2_right_object_5" condim="4" friction="1 1 0.1 0 0" />
554
+ <pair geom1="collision_hand_right_thumb_2" geom2="right_object_6"
555
+ name="collision_hand_right_thumb_2_right_object_6" condim="4" friction="1 1 0.1 0 0" />
556
+ <pair geom1="collision_hand_right_thumb_2" geom2="right_object_7"
557
+ name="collision_hand_right_thumb_2_right_object_7" condim="4" friction="1 1 0.1 0 0" />
558
+ <pair geom1="collision_hand_right_thumb_1" geom2="right_object_0"
559
+ name="collision_hand_right_thumb_1_right_object_0" condim="4" friction="1 1 0.1 0 0" />
560
+ <pair geom1="collision_hand_right_thumb_1" geom2="right_object_1"
561
+ name="collision_hand_right_thumb_1_right_object_1" condim="4" friction="1 1 0.1 0 0" />
562
+ <pair geom1="collision_hand_right_thumb_1" geom2="right_object_2"
563
+ name="collision_hand_right_thumb_1_right_object_2" condim="4" friction="1 1 0.1 0 0" />
564
+ <pair geom1="collision_hand_right_thumb_1" geom2="right_object_3"
565
+ name="collision_hand_right_thumb_1_right_object_3" condim="4" friction="1 1 0.1 0 0" />
566
+ <pair geom1="collision_hand_right_thumb_1" geom2="right_object_4"
567
+ name="collision_hand_right_thumb_1_right_object_4" condim="4" friction="1 1 0.1 0 0" />
568
+ <pair geom1="collision_hand_right_thumb_1" geom2="right_object_5"
569
+ name="collision_hand_right_thumb_1_right_object_5" condim="4" friction="1 1 0.1 0 0" />
570
+ <pair geom1="collision_hand_right_thumb_1" geom2="right_object_6"
571
+ name="collision_hand_right_thumb_1_right_object_6" condim="4" friction="1 1 0.1 0 0" />
572
+ <pair geom1="collision_hand_right_thumb_1" geom2="right_object_7"
573
+ name="collision_hand_right_thumb_1_right_object_7" condim="4" friction="1 1 0.1 0 0" />
574
+ <pair geom1="collision_hand_right_thumb_0" geom2="right_object_0"
575
+ name="collision_hand_right_thumb_0_right_object_0" condim="4" friction="1 1 0.1 0 0" />
576
+ <pair geom1="collision_hand_right_thumb_0" geom2="right_object_1"
577
+ name="collision_hand_right_thumb_0_right_object_1" condim="4" friction="1 1 0.1 0 0" />
578
+ <pair geom1="collision_hand_right_thumb_0" geom2="right_object_2"
579
+ name="collision_hand_right_thumb_0_right_object_2" condim="4" friction="1 1 0.1 0 0" />
580
+ <pair geom1="collision_hand_right_thumb_0" geom2="right_object_3"
581
+ name="collision_hand_right_thumb_0_right_object_3" condim="4" friction="1 1 0.1 0 0" />
582
+ <pair geom1="collision_hand_right_thumb_0" geom2="right_object_4"
583
+ name="collision_hand_right_thumb_0_right_object_4" condim="4" friction="1 1 0.1 0 0" />
584
+ <pair geom1="collision_hand_right_thumb_0" geom2="right_object_5"
585
+ name="collision_hand_right_thumb_0_right_object_5" condim="4" friction="1 1 0.1 0 0" />
586
+ <pair geom1="collision_hand_right_thumb_0" geom2="right_object_6"
587
+ name="collision_hand_right_thumb_0_right_object_6" condim="4" friction="1 1 0.1 0 0" />
588
+ <pair geom1="collision_hand_right_thumb_0" geom2="right_object_7"
589
+ name="collision_hand_right_thumb_0_right_object_7" condim="4" friction="1 1 0.1 0 0" />
590
  </contact>
591
 
592
  <actuator>
593
+ <general name="right_pos_x" class="right_base_slide" joint="right_pos_x" />
594
+ <general name="right_pos_y" class="right_base_slide" joint="right_pos_y" />
595
+ <general name="right_pos_z" class="right_base_slide" joint="right_pos_z" />
596
+ <general name="right_rot_x" class="right_base_hinge" joint="right_rot_x" />
597
+ <general name="right_rot_y" class="right_base_hinge" joint="right_rot_y" />
598
+ <general name="right_rot_z" class="right_base_hinge" joint="right_rot_z" />
599
+ <general name="right_ffa0" class="right_base" joint="right_index_base_joint" />
600
+ <general name="right_ffa1" class="right_proximal" joint="right_index_proximal_joint" />
601
+ <general name="right_ffa2" class="right_medial" joint="right_index_medial_joint" />
602
+ <general name="right_ffa3" class="right_distal" joint="right_index_distal_joint" />
603
+ <general name="right_mfa0" class="right_base" joint="right_middle_base_joint" />
604
+ <general name="right_mfa1" class="right_proximal" joint="right_middle_proximal_joint" />
605
+ <general name="right_mfa2" class="right_medial" joint="right_middle_medial_joint" />
606
+ <general name="right_mfa3" class="right_distal" joint="right_middle_distal_joint" />
607
+ <general name="right_rfa0" class="right_base" joint="right_ring_base_joint" />
608
+ <general name="right_rfa1" class="right_proximal" joint="right_ring_proximal_joint" />
609
+ <general name="right_rfa2" class="right_medial" joint="right_ring_medial_joint" />
610
+ <general name="right_rfa3" class="right_distal" joint="right_ring_distal_joint" />
611
+ <general name="right_tha0" class="right_thumb_base" joint="right_thumb_base_joint" />
612
+ <general name="right_tha1" class="right_thumb_proximal" joint="right_thumb_proximal_joint" />
613
+ <general name="right_tha2" class="right_thumb_medial" joint="right_thumb_medial_joint" />
614
+ <general name="right_tha3" class="right_thumb_distal" joint="right_thumb_distal_joint" />
615
  </actuator>
616
  </mujoco>
processed/fair_mon/allegro/right/coke/scene_eq.xml CHANGED
@@ -142,15 +142,15 @@
142
  <mesh name="right_link_14.0" file="robots/allegro/assets/link_14.0.stl"/>
143
  <mesh name="right_link_15.0" file="robots/allegro/assets/link_15.0.stl"/>
144
  <mesh name="right_link_15.0_tip" file="robots/allegro/assets/link_15.0_tip.stl"/>
145
- <mesh name="right_0" file="objects/cat/convex/0.obj"/>
146
- <mesh name="right_1" file="objects/cat/convex/1.obj"/>
147
- <mesh name="right_2" file="objects/cat/convex/2.obj"/>
148
- <mesh name="right_3" file="objects/cat/convex/3.obj"/>
149
- <mesh name="right_4" file="objects/cat/convex/4.obj"/>
150
- <mesh name="right_5" file="objects/cat/convex/5.obj"/>
151
- <mesh name="right_6" file="objects/cat/convex/6.obj"/>
152
- <mesh name="right_7" file="objects/cat/convex/7.obj"/>
153
- <mesh name="right_visual" file="objects/cat/visual.obj"/>
154
  </asset>
155
 
156
  <worldbody>
@@ -282,9 +282,9 @@
282
  <geom name="right_object_visual" type="mesh" contype="0" conaffinity="0" density="0" rgba="1 1 1 1" mesh="right_visual"/>
283
  <site name="right_object" pos="0 0 0" size="0.01 0.02 0.03" group="3" type="box" rgba="1 0 0 1"/>
284
  <site name="trace_right_object" pos="0 0 0" size="0.01" group="4" rgba="0 1 0 1"/>
285
- <site name="track_object_right_thumb_tip" pos="-0.0244631 -0.00102834 0.0281614" size="0.01" group="4" rgba="0 1 0 1"/>
286
  <site name="track_object_right_index_tip" pos="0.0300984 0.0159805 0.0414208" size="0.01" group="4" rgba="0 1 0 1"/>
287
- <site name="track_object_right_middle_tip" pos="0.0368511 -0.00150362 0.0209455" size="0.01" group="4" rgba="0 1 0 1"/>
288
  <site name="track_object_right_ring_tip" pos="0.0261251 -0.0192511 0.00822949" size="0.01" group="4" rgba="0 1 0 1"/>
289
  </body>
290
  <body name="ref_object_right_thumb_tip" mocap="true">
 
142
  <mesh name="right_link_14.0" file="robots/allegro/assets/link_14.0.stl"/>
143
  <mesh name="right_link_15.0" file="robots/allegro/assets/link_15.0.stl"/>
144
  <mesh name="right_link_15.0_tip" file="robots/allegro/assets/link_15.0_tip.stl"/>
145
+ <mesh name="right_0" file="objects/convex/0.obj"/>
146
+ <mesh name="right_1" file="objects/convex/1.obj"/>
147
+ <mesh name="right_2" file="objects/convex/2.obj"/>
148
+ <mesh name="right_3" file="objects/convex/3.obj"/>
149
+ <mesh name="right_4" file="objects/convex/4.obj"/>
150
+ <mesh name="right_5" file="objects/convex/5.obj"/>
151
+ <mesh name="right_6" file="objects/convex/6.obj"/>
152
+ <mesh name="right_7" file="objects/convex/7.obj"/>
153
+ <mesh name="right_visual" file="objects/visual.obj"/>
154
  </asset>
155
 
156
  <worldbody>
 
282
  <geom name="right_object_visual" type="mesh" contype="0" conaffinity="0" density="0" rgba="1 1 1 1" mesh="right_visual"/>
283
  <site name="right_object" pos="0 0 0" size="0.01 0.02 0.03" group="3" type="box" rgba="1 0 0 1"/>
284
  <site name="trace_right_object" pos="0 0 0" size="0.01" group="4" rgba="0 1 0 1"/>
285
+ <site name="track_object_right_thumb_tip" pos="-0.0244631 -0.00102834 0.0226112" size="0.01" group="4" rgba="0 1 0 1"/>
286
  <site name="track_object_right_index_tip" pos="0.0300984 0.0159805 0.0414208" size="0.01" group="4" rgba="0 1 0 1"/>
287
+ <site name="track_object_right_middle_tip" pos="0.0368511 -0.00150362 0.0153952" size="0.01" group="4" rgba="0 1 0 1"/>
288
  <site name="track_object_right_ring_tip" pos="0.0261251 -0.0192511 0.00822949" size="0.01" group="4" rgba="0 1 0 1"/>
289
  </body>
290
  <body name="ref_object_right_thumb_tip" mocap="true">
processed/fair_mon/allegro/right/coke/task_info.json CHANGED
@@ -2,9 +2,9 @@
2
  "task": "coke",
3
  "dataset_name": "fair_mon",
4
  "robot_type": "allegro",
5
- "hand_type": "right",
6
  "data_id": 0,
7
- "right_object_mesh_dir": "/home/pcy/Research/code/spider/example_datasets/processed/fair_mon/assets/objects/cat",
8
- "right_object_convex_dir": "/home/pcy/Research/code/spider/example_datasets/processed/fair_mon/assets/objects/cat/convex",
9
- "left_object_mesh_dir": null
10
  }
 
2
  "task": "coke",
3
  "dataset_name": "fair_mon",
4
  "robot_type": "allegro",
5
+ "embodiment_type": "right",
6
  "data_id": 0,
7
+ "right_object_mesh_dir": "/home/pcy/Research/code/spider/example_datasets/processed/fair_mon/assets/objects/",
8
+ "left_object_mesh_dir": null,
9
+ "right_object_convex_dir": "/home/pcy/Research/code/spider/example_datasets/processed/fair_mon/assets/objects//convex"
10
  }
processed/fair_mon/assets/objects/cat/convex/0.obj CHANGED
@@ -1,94 +1,94 @@
1
  # https://github.com/mikedh/trimesh
2
- v 0.07307084 0.00537934 -0.04729347
3
- v 0.06956606 0.00616156 -0.03924121
4
- v 0.06703721 0.00615464 -0.02780302
5
- v 0.07161051 -0.00532947 -0.03222750
6
- v 0.06823396 -0.00860372 -0.04386486
7
- v 0.06720105 -0.00380656 -0.05652654
8
- v 0.06906741 0.00541395 -0.05538841
9
- v 0.05852459 0.00616156 -0.03924121
10
- v 0.04639322 0.00615464 -0.00128462
11
- v 0.02208775 -0.00406269 0.07043171
12
- v 0.03149080 -0.00786996 0.05553644
13
- v 0.03072146 -0.02002553 0.05264845
14
- v 0.02406809 -0.02825615 0.05644695
15
- v 0.00031824 -0.06134477 0.05266267
16
- v 0.00031112 -0.06454980 0.03684268
17
- v 0.04334435 -0.02905222 -0.04820398
18
- v 0.03830089 -0.02945371 -0.05703870
19
- v 0.03951190 -0.01853723 -0.06624332
20
- v 0.04882947 -0.00947593 -0.06336954
21
- v 0.05163614 0.00220200 -0.05901620
22
- v 0.01316909 -0.00406269 0.06417200
23
- v 0.01479325 -0.00406269 0.07808562
24
- v 0.00031824 -0.03060973 0.06270666
25
- v 0.00031112 -0.04977068 0.03331449
26
- v 0.00031112 -0.05582077 0.01042387
27
- v 0.02834220 -0.03641063 -0.05106352
28
- v 0.03651289 -0.03399474 -0.04488918
29
- v 0.02834933 -0.02853304 -0.06627177
30
- v 0.02834220 -0.01949251 -0.06725341
31
- v 0.00031112 -0.03652831 -0.00128462
32
- v 0.00031112 -0.05014449 0.00092050
33
- v 0.01717963 -0.03838349 -0.03924121
34
  f 1 2 3
35
  f 1 3 4
36
  f 1 4 5
37
  f 1 5 6
38
  f 1 6 7
39
- f 1 7 2
40
- f 2 7 8
41
- f 2 8 9
42
  f 2 9 3
43
  f 3 9 10
44
- f 3 10 11
45
- f 3 11 4
46
  f 4 11 12
47
- f 4 12 13
48
- f 4 13 14
49
- f 4 14 15
50
- f 4 15 5
51
- f 5 16 6
52
- f 5 15 16
53
- f 6 16 17
54
- f 6 17 18
55
- f 6 18 19
56
- f 6 19 7
57
- f 7 19 20
58
- f 7 20 8
59
  f 8 20 9
60
- f 9 21 22
61
- f 9 22 10
62
  f 9 20 21
63
- f 10 22 13
64
- f 10 13 12
65
- f 10 12 11
66
- f 13 22 14
67
- f 14 22 23
68
- f 14 23 15
69
- f 15 23 24
70
- f 15 24 30
71
- f 15 30 31
72
- f 15 31 25
 
73
  f 15 25 26
74
- f 15 26 27
75
- f 15 27 16
76
- f 16 27 17
77
- f 17 28 18
78
- f 17 27 26
79
- f 17 26 28
80
  f 18 28 29
81
- f 18 29 19
82
- f 19 29 20
83
- f 20 29 21
84
- f 21 23 22
85
- f 21 29 30
86
- f 21 30 23
87
- f 23 30 24
88
- f 25 31 32
89
- f 25 32 26
90
- f 26 32 28
91
- f 28 32 31
92
- f 28 31 30
93
- f 28 30 29
 
 
94
 
 
1
  # https://github.com/mikedh/trimesh
2
+ v -0.01314510 -0.06718677 0.03170103
3
+ v -0.02067132 -0.05957778 0.03059217
4
+ v -0.02417319 -0.05320400 0.01683001
5
+ v -0.02253394 -0.05110686 0.00838420
6
+ v -0.01553020 -0.05531762 0.00801458
7
+ v -0.00557899 -0.05508155 0.00470649
8
+ v 0.00001682 -0.05603679 0.01059576
9
+ v -0.00172613 -0.06443633 0.03147310
10
+ v -0.02500678 -0.05538898 0.04762547
11
+ v -0.03177919 -0.04085174 0.01676840
12
+ v -0.03414833 -0.02675368 -0.00129983
13
+ v -0.02114595 -0.04599577 0.00112118
14
+ v -0.01379123 -0.05105745 0.00152776
15
+ v -0.00517216 -0.04881209 -0.00129983
16
+ v 0.00030000 -0.04796116 -0.00129983
17
+ v 0.00030000 -0.05233660 0.00312945
18
+ v 0.00030399 -0.05023397 0.03170103
19
+ v -0.02500678 -0.02093988 0.06163405
20
+ v -0.02500678 -0.03465913 0.05876950
21
+ v -0.02500678 -0.04718708 0.05432790
22
+ v -0.03000432 -0.04205402 0.04748994
23
+ v -0.03922165 -0.01110747 -0.00129983
24
+ v -0.04044212 -0.01110747 0.02249751
25
+ v -0.02115792 -0.04034117 -0.00129983
26
+ v 0.00030000 -0.03655315 -0.00129983
27
+ v 0.00030399 -0.04537541 0.01200647
28
+ v 0.00030399 -0.04762627 0.02369877
29
+ v -0.03961253 -0.01110747 0.03156550
30
+ v -0.02856449 -0.01989680 0.05774689
31
+ v -0.02624320 -0.02684152 0.06015557
32
+ v -0.02086676 -0.01110747 -0.00101029
33
+ v -0.02734801 -0.03943534 0.05426014
34
  f 1 2 3
35
  f 1 3 4
36
  f 1 4 5
37
  f 1 5 6
38
  f 1 6 7
39
+ f 1 7 8
40
+ f 1 8 9
41
+ f 1 9 2
42
  f 2 9 3
43
  f 3 9 10
44
+ f 3 10 4
45
+ f 4 10 11
46
  f 4 11 12
47
+ f 4 12 5
48
+ f 5 12 13
49
+ f 5 13 6
50
+ f 6 13 14
51
+ f 6 14 15
52
+ f 6 15 16
53
+ f 6 16 7
54
+ f 7 16 17
55
+ f 7 17 8
56
+ f 8 17 18
57
+ f 8 18 19
58
+ f 8 19 20
59
  f 8 20 9
 
 
60
  f 9 20 21
61
+ f 9 21 10
62
+ f 10 22 11
63
+ f 10 21 23
64
+ f 10 23 22
65
+ f 11 24 12
66
+ f 11 22 25
67
+ f 11 25 15
68
+ f 11 15 14
69
+ f 11 14 24
70
+ f 12 24 13
71
+ f 13 24 14
72
  f 15 25 26
73
+ f 15 26 16
74
+ f 16 26 17
75
+ f 17 26 27
76
+ f 17 27 25
77
+ f 17 25 18
 
78
  f 18 28 29
79
+ f 18 29 30
80
+ f 18 30 19
81
+ f 18 25 31
82
+ f 18 31 28
83
+ f 19 30 20
84
+ f 20 32 21
85
+ f 20 30 32
86
+ f 21 32 29
87
+ f 21 29 28
88
+ f 21 28 23
89
+ f 22 31 25
90
+ f 22 23 28
91
+ f 22 28 31
92
+ f 25 27 26
93
+ f 29 32 30
94
 
processed/fair_mon/assets/objects/cat/convex/1.obj CHANGED
@@ -1,94 +1,94 @@
1
  # https://github.com/mikedh/trimesh
2
- v -0.00841114 -0.03676933 -0.07395325
3
- v 0.02833044 -0.01950025 -0.06726182
4
- v 0.02024927 -0.02633467 -0.06985732
5
- v 0.00115060 -0.03822354 -0.07327060
6
- v -0.00533418 -0.04318731 -0.06938800
7
- v -0.01798115 -0.04038637 -0.06842802
8
- v -0.01559072 -0.03457292 -0.07317815
9
- v -0.02524345 -0.01733742 -0.06682094
10
- v 0.02833044 -0.02924643 -0.05418473
11
- v 0.02833044 -0.02863184 -0.06620229
12
- v -0.02994988 -0.00888759 -0.06356411
13
- v 0.01716404 -0.01422750 -0.06485831
14
- v -0.00533418 -0.00888423 -0.03365535
15
- v -0.01736080 -0.00888759 -0.00315636
16
- v 0.00177096 -0.02937070 -0.00540343
17
- v 0.01005890 -0.03676597 -0.07150707
18
- v 0.00933929 -0.04171295 -0.06411877
19
- v 0.01656850 -0.03961729 -0.04917149
20
- v -0.01646749 -0.02937070 -0.00131462
21
- v -0.03245611 -0.02805083 -0.00131462
22
- v -0.02558258 -0.03821010 -0.06075528
23
- v -0.03110787 -0.03439492 -0.05936864
24
- v -0.02661650 -0.02771499 -0.06838535
25
- v 0.02662653 -0.03615474 -0.05418473
26
- v -0.05391214 -0.00946188 -0.05155367
27
- v -0.05265488 -0.00888423 -0.03293713
28
- v -0.01063615 -0.00888423 -0.05031636
29
- v -0.01890755 -0.00888759 -0.06246902
30
- v -0.00021418 -0.00888423 -0.04683198
31
- v -0.04869288 -0.01075488 -0.00131462
32
- v -0.05617023 -0.01142657 -0.04207474
33
- v -0.05049605 -0.01745496 -0.04860261
34
  f 1 2 3
35
  f 1 3 4
36
  f 1 4 5
37
  f 1 5 6
38
- f 1 6 7
39
- f 1 7 8
40
- f 1 8 2
41
- f 2 9 10
42
- f 2 10 3
43
- f 2 8 11
44
- f 2 11 12
45
- f 2 12 13
46
- f 2 13 14
47
- f 2 14 15
48
- f 2 15 9
49
- f 3 10 16
50
- f 3 16 4
51
- f 4 16 5
52
- f 5 16 17
53
- f 5 17 18
54
- f 5 18 19
55
- f 5 19 20
56
- f 5 20 21
57
- f 5 21 6
58
- f 6 21 22
59
- f 6 22 23
60
- f 6 23 7
61
- f 7 23 8
62
- f 8 23 11
63
- f 9 15 24
64
- f 9 24 10
65
- f 10 24 17
66
- f 10 17 16
67
- f 11 25 26
68
- f 11 26 27
69
- f 11 27 28
70
- f 11 28 12
71
- f 11 23 25
72
- f 12 29 13
73
- f 12 28 29
74
- f 13 29 27
75
- f 13 27 26
76
- f 13 26 14
77
- f 14 26 30
78
- f 14 30 19
79
- f 14 19 15
80
- f 15 19 18
81
- f 15 18 24
82
- f 17 24 18
83
- f 19 30 20
84
- f 20 30 31
85
- f 20 31 32
86
- f 20 32 22
87
- f 20 22 21
88
- f 22 32 25
89
- f 22 25 23
90
- f 25 31 26
91
- f 25 32 31
92
- f 26 31 30
93
- f 27 29 28
94
 
 
1
  # https://github.com/mikedh/trimesh
2
+ v -0.06046724 0.00335733 -0.04679583
3
+ v -0.05528533 0.04225211 -0.01483349
4
+ v -0.05154443 0.05569564 -0.02624954
5
+ v -0.05395883 0.00082007 -0.05448616
6
+ v -0.05594380 -0.00884707 -0.04765462
7
+ v -0.04868149 -0.00886674 -0.00130600
8
+ v -0.05128676 0.05378778 -0.01049437
9
+ v -0.04497876 0.06730014 -0.01668021
10
+ v -0.04230669 0.06718213 -0.02854178
11
+ v -0.04573267 0.00301313 -0.05822479
12
+ v -0.03446224 -0.00687037 -0.06285448
13
+ v -0.03462448 0.05858693 -0.03859539
14
+ v 0.01694654 -0.02337238 -0.06727109
15
+ v -0.01735143 -0.00886674 -0.00314626
16
+ v 0.02645148 0.03702024 -0.00132537
17
+ v -0.00275046 0.02637950 -0.00130600
18
+ v -0.04306059 0.04871326 -0.00130600
19
+ v -0.01790493 0.07360395 -0.00981638
20
+ v -0.02748622 0.07709514 -0.02200726
21
+ v -0.03373697 0.06997508 -0.03089860
22
+ v -0.02529131 0.01793181 -0.05369840
23
+ v 0.01312929 -0.00886674 -0.06342270
24
+ v -0.02246654 0.07406616 -0.03275178
25
+ v 0.03700617 0.05256832 -0.03955749
26
+ v 0.01715649 0.04087530 -0.00131892
27
+ v 0.02645148 0.05073913 -0.01555668
28
+ v 0.00305176 0.05417131 -0.00131246
29
+ v -0.01216952 0.05700360 -0.00130600
30
+ v -0.01270393 0.07673127 -0.01766168
31
+ v -0.01262759 0.07524628 -0.02880652
32
+ v 0.00770880 0.01792197 -0.05347886
33
+ v 0.02645148 0.05570547 -0.02460299
34
  f 1 2 3
35
  f 1 3 4
36
  f 1 4 5
37
  f 1 5 6
38
+ f 1 6 2
39
+ f 2 6 7
40
+ f 2 7 3
41
+ f 3 7 8
42
+ f 3 8 9
43
+ f 3 9 4
44
+ f 4 10 11
45
+ f 4 11 5
46
+ f 4 9 12
47
+ f 4 12 10
48
+ f 5 11 13
49
+ f 5 13 6
50
+ f 6 13 14
51
+ f 6 14 15
52
+ f 6 15 16
53
+ f 6 16 28
54
+ f 6 28 17
55
+ f 6 17 7
56
+ f 7 17 8
57
+ f 8 17 18
58
+ f 8 18 19
59
+ f 8 19 9
60
+ f 9 19 20
61
+ f 9 20 12
62
+ f 10 12 11
63
+ f 11 12 21
64
+ f 11 21 22
65
+ f 11 22 13
66
+ f 12 20 23
67
+ f 12 23 21
68
+ f 13 15 14
69
+ f 13 22 24
70
+ f 13 24 15
71
+ f 15 25 16
72
+ f 15 24 26
73
+ f 15 26 27
74
+ f 15 27 25
75
+ f 16 25 27
76
+ f 16 27 28
77
+ f 17 28 18
78
+ f 18 28 27
79
+ f 18 27 29
80
+ f 18 29 19
81
+ f 19 29 30
82
+ f 19 30 23
83
+ f 19 23 20
84
+ f 21 31 22
85
+ f 21 23 31
86
+ f 22 31 24
87
+ f 23 30 24
88
+ f 23 24 31
89
+ f 24 30 29
90
+ f 24 29 32
91
+ f 24 32 26
92
+ f 26 32 29
93
+ f 26 29 27
94
 
processed/fair_mon/assets/objects/cat/convex/2.obj CHANGED
@@ -1,94 +1,94 @@
1
  # https://github.com/mikedh/trimesh
2
- v -0.06046724 0.00335733 -0.04679583
3
- v -0.05528533 0.04225211 -0.01483349
4
- v -0.05154443 0.05569564 -0.02624954
5
- v -0.05395883 0.00082007 -0.05448616
6
- v -0.05594380 -0.00884707 -0.04765462
7
- v -0.04868149 -0.00886674 -0.00130600
8
- v -0.05128676 0.05378778 -0.01049437
9
- v -0.04497876 0.06730014 -0.01668021
10
- v -0.04230669 0.06718213 -0.02854178
11
- v -0.04573267 0.00301313 -0.05822479
12
- v -0.03446224 -0.00687037 -0.06285448
13
- v -0.03462448 0.05858693 -0.03859539
14
- v 0.01694654 -0.02337238 -0.06727109
15
- v -0.01735143 -0.00886674 -0.00314626
16
- v 0.02645148 0.03702024 -0.00132537
17
- v -0.00275046 0.02637950 -0.00130600
18
- v -0.04306059 0.04871326 -0.00130600
19
- v -0.01790493 0.07360395 -0.00981638
20
- v -0.02748622 0.07709514 -0.02200726
21
- v -0.03373697 0.06997508 -0.03089860
22
- v -0.02529131 0.01793181 -0.05369840
23
- v 0.01312929 -0.00886674 -0.06342270
24
- v -0.02246654 0.07406616 -0.03275178
25
- v 0.03700617 0.05256832 -0.03955749
26
- v 0.01715649 0.04087530 -0.00131892
27
- v 0.02645148 0.05073913 -0.01555668
28
- v 0.00305176 0.05417131 -0.00131246
29
- v -0.01216952 0.05700360 -0.00130600
30
- v -0.01270393 0.07673127 -0.01766168
31
- v -0.01262759 0.07524628 -0.02880652
32
- v 0.00770880 0.01792197 -0.05347886
33
- v 0.02645148 0.05570547 -0.02460299
34
  f 1 2 3
35
  f 1 3 4
36
  f 1 4 5
37
  f 1 5 6
38
- f 1 6 2
39
- f 2 6 7
40
- f 2 7 3
41
- f 3 7 8
42
- f 3 8 9
43
- f 3 9 4
44
- f 4 10 11
45
- f 4 11 5
46
- f 4 9 12
47
- f 4 12 10
48
- f 5 11 13
49
- f 5 13 6
50
- f 6 13 14
51
- f 6 14 15
52
- f 6 15 16
53
- f 6 16 28
54
- f 6 28 17
55
- f 6 17 7
56
- f 7 17 8
57
- f 8 17 18
58
- f 8 18 19
59
- f 8 19 9
60
- f 9 19 20
61
- f 9 20 12
62
- f 10 12 11
63
- f 11 12 21
64
- f 11 21 22
65
- f 11 22 13
66
- f 12 20 23
67
- f 12 23 21
68
- f 13 15 14
69
- f 13 22 24
70
- f 13 24 15
71
- f 15 25 16
72
- f 15 24 26
73
- f 15 26 27
74
- f 15 27 25
75
- f 16 25 27
76
- f 16 27 28
77
- f 17 28 18
78
- f 18 28 27
79
- f 18 27 29
80
- f 18 29 19
81
- f 19 29 30
82
- f 19 30 23
83
- f 19 23 20
84
- f 21 31 22
85
- f 21 23 31
86
- f 22 31 24
87
- f 23 30 24
88
- f 23 24 31
89
- f 24 30 29
90
- f 24 29 32
91
- f 24 32 26
92
- f 26 32 29
93
- f 26 29 27
94
 
 
1
  # https://github.com/mikedh/trimesh
2
+ v 0.05138532 -0.01789606 -0.03923760
3
+ v 0.02313155 0.04906171 -0.03895767
4
+ v 0.05178770 0.00618054 -0.05754811
5
+ v 0.06826098 0.00618054 -0.05510500
6
+ v 0.06031036 -0.01514256 -0.03923760
7
+ v 0.05575331 -0.01789606 -0.03064859
8
+ v 0.03449026 -0.01789606 -0.00129326
9
+ v 0.02587063 0.05644108 -0.03778702
10
+ v 0.02477985 -0.00404045 0.05492341
11
+ v 0.02313155 0.04738023 -0.02456630
12
+ v 0.02558461 0.05605192 -0.02529159
13
+ v 0.05593753 0.03258476 -0.04766119
14
+ v 0.05499703 0.02160014 -0.05177120
15
+ v 0.05922927 0.03792288 -0.03740529
16
+ v 0.07265806 0.00618054 -0.04817017
17
+ v 0.06847914 -0.00899675 -0.03923760
18
+ v 0.05364446 -0.01789606 -0.02212320
19
+ v 0.07161575 -0.00531073 -0.03222643
20
+ v 0.04335229 -0.01789606 -0.00129326
21
+ v 0.02728623 -0.00394500 0.06171826
22
+ v 0.03761718 0.05341590 -0.03888132
23
+ v 0.03271107 0.05710193 -0.03175562
24
+ v 0.02477985 0.00879453 0.07244499
25
+ v 0.02477985 0.02674000 0.05150052
26
+ v 0.04996972 0.04627884 -0.04145166
27
+ v 0.04912618 0.04433303 -0.02254311
28
+ v 0.05778459 0.03762183 -0.02879082
29
+ v 0.06168718 0.03013231 -0.03055952
30
+ v 0.07249807 0.00004207 -0.03923760
31
+ v 0.03324919 -0.00404045 0.05204768
32
+ v 0.05911293 0.03193127 -0.02132156
33
+ v 0.04046777 0.05183724 -0.02730206
34
  f 1 2 3
35
  f 1 3 4
36
  f 1 4 5
37
  f 1 5 6
38
+ f 1 6 17
39
+ f 1 17 19
40
+ f 1 19 7
41
+ f 1 7 2
42
+ f 2 8 3
43
+ f 2 7 9
44
+ f 2 9 10
45
+ f 2 10 11
46
+ f 2 11 8
47
+ f 3 12 13
48
+ f 3 13 4
49
+ f 3 8 12
50
+ f 4 13 12
51
+ f 4 12 14
52
+ f 4 14 15
53
+ f 4 15 16
54
+ f 4 16 5
55
+ f 5 16 6
56
+ f 6 16 18
57
+ f 6 18 17
58
+ f 7 19 20
59
+ f 7 20 9
60
+ f 8 21 12
61
+ f 8 11 22
62
+ f 8 22 21
63
+ f 9 20 23
64
+ f 9 23 10
65
+ f 10 23 24
66
+ f 10 24 11
67
+ f 11 24 22
68
+ f 12 21 25
69
+ f 12 25 14
70
+ f 14 25 26
71
+ f 14 26 27
72
+ f 14 27 28
73
+ f 14 28 15
74
+ f 15 28 29
75
+ f 15 29 16
76
+ f 16 29 18
77
+ f 17 30 19
78
+ f 17 18 30
79
+ f 18 29 31
80
+ f 18 31 23
81
+ f 18 23 30
82
+ f 19 30 20
83
+ f 20 30 23
84
+ f 21 22 25
85
+ f 22 24 32
86
+ f 22 32 25
87
+ f 23 31 24
88
+ f 24 31 26
89
+ f 24 26 32
90
+ f 25 32 26
91
+ f 26 31 27
92
+ f 27 31 28
93
+ f 28 31 29
94
 
processed/fair_mon/assets/objects/cat/convex/3.obj CHANGED
@@ -1,36 +1,36 @@
1
  # https://github.com/mikedh/trimesh
2
- v -0.01248984 -0.00045837 0.07192635
3
- v 0.00029353 0.02124703 0.03055385
4
- v 0.00029353 0.02641499 0.03759979
5
- v -0.01248984 0.01297831 0.06627096
6
- v -0.02085893 0.00134758 0.06256521
7
- v -0.02554169 -0.01363381 0.06156172
8
- v -0.01755466 -0.01399727 0.06839980
9
- v -0.02501507 -0.04718575 0.05433658
10
- v -0.02501507 -0.05538632 0.04762753
11
- v -0.02096219 -0.05900957 0.03059685
12
- v 0.00029353 0.02123568 0.02005303
13
- v 0.00029353 0.05562812 -0.00128549
14
- v -0.00072356 0.04479245 0.01711423
15
- v -0.00598457 0.04980139 0.01029766
16
- v -0.01219039 0.05702517 -0.00128549
17
- v -0.04308011 0.04869965 -0.00128549
18
- v -0.04018372 0.02920909 0.02547905
19
- v -0.04252768 0.01662427 0.02885508
20
- v -0.04267224 0.00848049 0.03193723
21
- v -0.02611477 -0.02193661 0.06055823
22
- v -0.02501507 -0.03464636 0.05876628
23
- v -0.02867558 -0.04073432 0.05087454
24
- v -0.05245080 -0.00546731 0.01393173
25
- v -0.04886257 -0.01098736 -0.00128549
26
- v -0.02418384 -0.05320556 0.01682752
27
- v -0.02254720 -0.05133147 0.00897162
28
- v -0.02111191 -0.04317632 -0.00006697
29
- v 0.00029353 0.02757352 -0.00128549
30
- v 0.00029353 0.02342780 0.01133699
31
- v -0.02096219 -0.01939238 -0.00129983
32
- v -0.03921825 -0.01939238 -0.00129983
33
- v -0.03415343 -0.02672974 -0.00129983
34
  f 1 2 3
35
  f 1 3 4
36
  f 1 4 5
@@ -38,57 +38,57 @@ f 1 5 6
38
  f 1 6 7
39
  f 1 7 8
40
  f 1 8 9
41
- f 1 9 10
42
- f 1 10 2
43
- f 2 10 11
44
- f 2 11 29
45
- f 2 29 28
46
- f 2 28 12
47
- f 2 12 3
48
- f 3 12 13
49
- f 3 13 4
50
- f 4 13 14
51
- f 4 14 15
52
  f 4 15 16
53
- f 4 16 17
54
- f 4 17 5
55
- f 5 17 18
56
- f 5 18 19
57
- f 5 19 6
58
- f 6 20 7
59
- f 6 19 20
60
- f 7 20 21
61
- f 7 21 8
62
- f 8 21 22
63
- f 8 22 9
64
- f 9 22 23
65
- f 9 23 24
66
- f 9 24 25
67
- f 9 25 10
68
- f 10 25 26
69
- f 10 26 27
70
- f 10 27 28
71
- f 10 28 29
72
- f 10 29 11
73
- f 12 15 14
74
- f 12 14 13
75
- f 12 28 30
76
- f 12 30 15
77
- f 15 30 31
78
- f 15 31 16
79
- f 16 18 17
80
- f 16 31 24
81
- f 16 24 23
82
- f 16 23 18
83
- f 18 23 19
84
- f 19 23 20
85
- f 20 23 22
86
- f 20 22 21
87
- f 24 31 32
88
- f 24 32 27
89
- f 24 27 26
90
- f 24 26 25
91
- f 27 32 30
92
- f 27 30 28
93
- f 30 32 31
 
 
94
 
 
1
  # https://github.com/mikedh/trimesh
2
+ v 0.04405922 -0.00585461 -0.00129003
3
+ v 0.03422892 -0.01942205 0.04135327
4
+ v 0.04155093 -0.02070138 -0.00129816
5
+ v 0.00030968 -0.03654536 -0.00129816
6
+ v -0.02500974 -0.01940893 0.05337211
7
+ v -0.01239398 -0.00352558 0.06869248
8
+ v 0.00030968 -0.00352558 0.06958698
9
+ v 0.01924009 -0.00406355 0.07392124
10
+ v 0.03245081 -0.00603831 0.05298179
11
+ v 0.03531066 -0.02407355 0.03010696
12
+ v 0.03070651 -0.02002563 0.05264838
13
+ v 0.03212629 -0.03057516 -0.00129816
14
+ v 0.02285715 -0.04105253 0.02861070
15
+ v 0.02167400 -0.04207599 0.00974486
16
+ v -0.02500974 -0.03957638 0.03171706
17
+ v -0.02500974 -0.02837734 0.04311788
18
+ v 0.01955109 -0.03963543 -0.00129816
19
+ v 0.00504905 -0.04798058 0.00021436
20
+ v -0.02500974 -0.05096568 0.03171706
21
+ v -0.02500974 -0.03466245 0.05876352
22
+ v -0.02165636 -0.02167235 0.06467535
23
+ v 0.00441352 -0.00395858 0.08177659
24
+ v 0.02405383 -0.02825925 0.05646221
25
+ v -0.00048134 -0.06268957 0.05270531
26
+ v 0.02475019 -0.03584993 0.04210140
27
+ v -0.00599144 -0.06991942 0.04306096
28
+ v 0.00452170 -0.05349809 0.01037915
29
+ v -0.00369951 -0.06629137 0.03289617
30
+ v -0.01838410 -0.06389018 0.03362804
31
+ v -0.02500974 -0.05129371 0.05098136
32
+ v -0.01972275 -0.06122655 0.06004021
33
+ v -0.01410447 -0.07054924 0.05507980
34
  f 1 2 3
35
  f 1 3 4
36
  f 1 4 5
 
38
  f 1 6 7
39
  f 1 7 8
40
  f 1 8 9
41
+ f 1 9 2
42
+ f 2 10 3
43
+ f 2 9 11
44
+ f 2 11 10
45
+ f 3 12 17
46
+ f 3 17 4
47
+ f 3 10 13
48
+ f 3 13 14
49
+ f 3 14 12
 
 
50
  f 4 15 16
51
+ f 4 16 5
52
+ f 4 17 18
53
+ f 4 18 19
54
+ f 4 19 15
55
+ f 5 16 15
56
+ f 5 15 19
57
+ f 5 19 30
58
+ f 5 30 20
59
+ f 5 20 21
60
+ f 5 21 6
61
+ f 6 21 22
62
+ f 6 22 7
63
+ f 7 22 8
64
+ f 8 23 11
65
+ f 8 11 9
66
+ f 8 22 24
67
+ f 8 24 23
68
+ f 10 11 25
69
+ f 10 25 13
70
+ f 11 23 25
71
+ f 12 14 17
72
+ f 13 25 24
73
+ f 13 24 26
74
+ f 13 26 14
75
+ f 14 27 17
76
+ f 14 26 28
77
+ f 14 28 27
78
+ f 17 27 18
79
+ f 18 27 28
80
+ f 18 28 29
81
+ f 18 29 19
82
+ f 19 29 30
83
+ f 20 31 21
84
+ f 20 30 31
85
+ f 21 31 22
86
+ f 22 31 32
87
+ f 22 32 24
88
+ f 23 24 25
89
+ f 24 32 26
90
+ f 26 32 29
91
+ f 26 29 28
92
+ f 29 32 31
93
+ f 29 31 30
94
 
processed/fair_mon/assets/objects/cat/convex/4.obj CHANGED
@@ -1,94 +1,94 @@
1
  # https://github.com/mikedh/trimesh
2
- v 0.00031203 -0.00404399 0.07161501
3
- v -0.01247229 -0.00350630 0.06516945
4
- v 0.02476260 -0.00403815 0.05494453
5
- v 0.02476260 -0.00385112 0.06455901
6
- v 0.01996296 -0.00285173 0.07371565
7
- v 0.00434667 -0.00148997 0.08377898
8
- v -0.01243551 -0.00091722 0.07193818
9
- v -0.01247229 0.01097037 0.06891290
10
- v -0.01247229 0.01151390 0.05327479
11
- v -0.01056715 0.01611932 0.03761872
12
- v 0.00106232 0.02767378 -0.00129702
13
- v 0.02510096 0.01144962 0.02833640
14
- v 0.02467800 0.00865597 0.07268328
15
- v 0.02241978 0.00706044 0.07884158
16
- v 0.02510096 0.01827007 0.03196315
17
- v 0.02510096 0.02814717 0.03196315
18
- v 0.01797322 0.00263620 0.08177709
19
- v 0.01176863 0.00301025 0.08649905
20
- v 0.00033410 0.01098791 0.08846503
21
- v -0.01247229 0.01503810 0.06364334
22
- v -0.01247229 0.02012276 0.05327479
23
- v -0.01056715 0.02632956 0.03801371
24
- v 0.00072027 0.05565694 -0.00129702
25
- v 0.02510096 0.03757425 -0.00129702
26
- v 0.02510096 0.01971949 0.01655844
27
- v 0.01821229 0.01321464 0.08571804
28
- v 0.02476627 0.02916411 0.04657787
29
- v 0.02368498 0.02701920 0.05459442
30
- v 0.01017243 0.01969612 0.09040409
31
- v 0.00696164 0.05261199 -0.00129702
32
- v 0.01698755 0.03412019 0.05047393
33
- v 0.01936714 0.02987713 0.05961262
34
  f 1 2 3
35
  f 1 3 4
36
  f 1 4 5
37
- f 1 5 6
38
- f 1 6 2
39
  f 2 6 7
40
  f 2 7 8
41
- f 2 8 20
42
- f 2 20 21
43
- f 2 21 9
44
- f 2 9 10
45
- f 2 10 11
46
- f 2 11 3
47
- f 3 11 12
48
- f 3 12 4
49
- f 4 13 14
50
- f 4 14 5
51
- f 4 12 15
52
- f 4 15 16
53
- f 4 16 13
54
- f 5 14 17
55
- f 5 17 18
56
- f 5 18 6
57
- f 6 18 19
58
- f 6 19 7
59
- f 7 19 8
 
60
  f 8 19 20
61
- f 9 21 10
62
- f 10 21 22
63
- f 10 22 23
64
- f 10 23 11
65
- f 11 23 30
66
- f 11 30 24
67
- f 11 24 25
68
- f 11 25 12
69
- f 12 25 24
70
- f 12 24 16
71
- f 12 16 15
 
 
 
72
  f 13 26 14
73
- f 13 16 27
74
- f 13 27 28
75
- f 13 28 26
76
- f 14 26 17
77
- f 16 24 27
78
- f 17 26 18
79
- f 18 26 29
80
- f 18 29 19
81
- f 19 29 20
82
- f 20 29 21
83
- f 21 23 22
84
- f 21 29 23
85
- f 23 29 31
86
- f 23 31 30
87
- f 24 30 27
88
- f 26 28 32
89
- f 26 32 29
90
- f 27 30 31
91
  f 27 31 32
92
  f 27 32 28
93
- f 29 32 31
94
 
 
1
  # https://github.com/mikedh/trimesh
2
+ v -0.01248953 -0.00044290 0.07192989
3
+ v -0.01945413 -0.01062690 0.06734952
4
+ v -0.01248953 -0.01590135 0.07144963
5
+ v 0.00028837 0.02641866 0.03760215
6
+ v -0.01248953 0.01096849 0.06891215
7
+ v -0.02085840 0.00137330 0.06256843
8
+ v -0.02554105 -0.01363732 0.06155774
9
+ v -0.01881394 -0.01884543 0.06747137
10
+ v -0.01248953 -0.01937619 0.06333542
11
+ v 0.00028837 0.02125202 0.03055597
12
+ v 0.00028837 0.05563547 -0.00129880
13
+ v -0.00072870 0.04478801 0.01711589
14
+ v -0.01248953 0.01503214 0.06364364
15
+ v -0.04052346 0.03258877 0.02326607
16
+ v -0.03984197 0.02584643 0.02768875
17
+ v -0.04252662 0.01664102 0.02884997
18
+ v -0.04267634 0.00849713 0.03193223
19
+ v -0.02817407 -0.01937619 0.05829628
20
+ v -0.03664104 -0.02769423 0.03760215
21
+ v -0.02786431 -0.02769423 0.03568112
22
+ v -0.02063640 -0.02769423 -0.00129880
23
+ v 0.00028837 0.02124372 0.02004762
24
+ v -0.01219009 0.05702872 -0.00129880
25
+ v -0.00598442 0.04980537 0.01029192
26
+ v 0.00028837 0.02757970 -0.00129880
27
+ v -0.04307903 0.04870238 -0.00129880
28
+ v -0.05245466 -0.00547685 0.01392612
29
+ v -0.03952188 -0.02769423 0.03174586
30
+ v 0.00028837 0.02343312 0.01133128
31
+ v -0.03921727 -0.02769423 -0.00129880
32
+ v -0.04886136 -0.01100009 -0.00129880
33
+ v -0.04043052 -0.02769423 0.02249192
34
  f 1 2 3
35
  f 1 3 4
36
  f 1 4 5
37
+ f 1 5 2
38
+ f 2 5 6
39
  f 2 6 7
40
  f 2 7 8
41
+ f 2 8 3
42
+ f 3 8 9
43
+ f 3 9 10
44
+ f 3 10 4
45
+ f 4 11 12
46
+ f 4 12 5
47
+ f 4 10 22
48
+ f 4 22 29
49
+ f 4 29 25
50
+ f 4 25 11
51
+ f 5 12 13
52
+ f 5 13 14
53
+ f 5 14 15
54
+ f 5 15 16
55
+ f 5 16 6
56
+ f 6 16 17
57
+ f 6 17 7
58
+ f 7 18 8
59
+ f 7 17 18
60
+ f 8 18 19
61
  f 8 19 20
62
+ f 8 20 9
63
+ f 9 20 21
64
+ f 9 21 22
65
+ f 9 22 10
66
+ f 11 23 24
67
+ f 11 24 12
68
+ f 11 25 21
69
+ f 11 21 30
70
+ f 11 30 31
71
+ f 11 31 26
72
+ f 11 26 23
73
+ f 12 24 13
74
+ f 13 24 23
75
+ f 13 23 26
76
  f 13 26 14
77
+ f 14 26 27
78
+ f 14 27 16
79
+ f 14 16 15
80
+ f 16 27 17
81
+ f 17 27 18
82
+ f 18 28 19
83
+ f 18 27 28
84
+ f 19 28 32
85
+ f 19 32 30
86
+ f 19 30 21
87
+ f 19 21 20
88
+ f 21 25 29
89
+ f 21 29 22
90
+ f 26 31 27
 
 
 
 
91
  f 27 31 32
92
  f 27 32 28
93
+ f 30 32 31
94
 
processed/fair_mon/assets/objects/cat/convex/5.obj CHANGED
@@ -1,94 +1,94 @@
1
  # https://github.com/mikedh/trimesh
2
- v 0.04784193 -0.00405224 -0.00128662
3
- v 0.03423095 -0.00402231 0.04878396
4
- v 0.02978120 -0.00405224 0.05892532
5
- v 0.04023665 -0.00405224 0.00095288
6
- v 0.05179726 0.00617395 -0.05754126
7
- v 0.06825841 0.00617395 -0.05511090
8
- v 0.07265484 0.00617395 -0.04816337
9
- v 0.06747801 0.00617993 -0.02856777
10
- v 0.02477403 0.00878438 0.07245138
11
- v 0.02477403 -0.00384868 0.06453679
12
- v 0.02477403 -0.00405224 0.05492985
13
- v 0.03515676 -0.00404626 0.01431352
14
- v 0.02313567 0.04907245 -0.03901451
15
- v 0.02586950 0.05644274 -0.03779297
16
- v 0.03983918 0.04849169 -0.04185206
17
- v 0.05500127 0.02162100 -0.05176437
18
- v 0.05801625 0.03034440 -0.04848148
19
- v 0.05783205 0.04091186 -0.03762754
20
- v 0.06114270 0.03221241 -0.03300859
21
- v 0.05911656 0.03194299 -0.02132757
22
- v 0.02477403 0.02511156 0.05438270
23
- v 0.02313567 0.04737807 -0.02457230
24
- v 0.02557382 0.05605357 -0.02529759
25
- v 0.03270892 0.05711330 -0.03176159
26
- v 0.03437636 0.05476631 -0.03901451
27
- v 0.04997956 0.04627642 -0.04144487
28
- v 0.05778843 0.03762487 -0.02878408
29
- v 0.04270388 0.05106021 -0.02837690
30
- v 0.04913129 0.04433655 -0.02254912
31
- v 0.02477403 0.02846441 0.04840223
32
- v 0.04116247 0.05208403 -0.03806018
33
- v 0.03574328 0.05313778 -0.02397425
34
  f 1 2 3
35
- f 1 3 11
36
- f 1 11 4
37
  f 1 4 5
38
  f 1 5 6
39
  f 1 6 7
40
  f 1 7 8
41
- f 1 8 2
42
- f 2 9 3
43
- f 2 8 9
44
- f 3 9 10
45
- f 3 10 11
46
- f 4 11 12
 
 
47
  f 4 12 5
48
- f 5 13 14
49
  f 5 14 15
50
- f 5 15 16
51
- f 5 16 17
52
- f 5 17 6
53
- f 5 12 13
54
- f 6 17 7
55
- f 7 17 18
56
- f 7 18 19
57
- f 7 19 20
58
- f 7 20 8
59
- f 8 20 9
60
- f 9 21 22
61
- f 9 22 10
62
- f 9 20 21
63
- f 10 22 11
64
- f 11 22 13
65
- f 11 13 12
66
- f 13 22 23
67
- f 13 23 14
68
- f 14 24 25
 
 
 
69
  f 14 25 15
70
- f 14 23 24
71
- f 15 26 17
72
- f 15 17 16
73
- f 15 25 26
74
- f 17 26 18
75
- f 18 27 19
76
- f 18 26 28
77
- f 18 28 29
78
- f 18 29 27
79
- f 19 27 20
80
- f 20 29 21
81
- f 20 27 29
82
- f 21 30 22
83
- f 21 29 30
84
- f 22 30 23
85
- f 23 30 24
86
- f 24 31 25
87
- f 24 30 32
88
- f 24 32 28
89
- f 24 28 31
90
  f 25 31 26
91
- f 26 31 28
 
 
 
92
  f 28 32 30
93
- f 28 30 29
94
 
 
1
  # https://github.com/mikedh/trimesh
2
+ v 0.02832113 -0.01949062 -0.06725457
3
+ v 0.02833129 -0.02852271 -0.06627335
4
+ v 0.00243818 -0.03020748 -0.04885664
5
+ v -0.01291266 -0.03013212 -0.03292467
6
+ v -0.02868032 -0.02937855 -0.01311300
7
+ v 0.05178454 0.00616309 -0.05754563
8
+ v 0.05148972 -0.00175479 -0.06050221
9
+ v 0.04882620 -0.00946813 -0.06338778
10
+ v 0.03950386 -0.01853789 -0.06625398
11
+ v 0.02662338 -0.03701653 -0.05130970
12
+ v 0.01717906 -0.03913730 -0.05178740
13
+ v 0.00385127 -0.03817380 -0.04885664
14
+ v 0.03829409 -0.02945391 -0.05705502
15
+ v -0.02134038 -0.04022459 -0.00131250
16
+ v -0.03077454 -0.02937855 -0.00131250
17
+ v 0.05851451 0.00616309 -0.03924453
18
+ v 0.07308256 0.00538261 -0.04730734
19
+ v 0.06906694 0.00541490 -0.05540244
20
+ v 0.06720655 -0.00380558 -0.05653858
21
+ v 0.03650485 -0.03399687 -0.04489947
22
+ v 0.00604715 -0.04629622 -0.00131250
23
+ v -0.00514575 -0.04881530 -0.00131250
24
+ v 0.06970741 -0.00601246 -0.04810781
25
+ v 0.04333649 -0.02904483 -0.04821110
26
+ v 0.03805010 -0.01917843 -0.00131250
27
+ v 0.07076469 0.00380011 -0.03924453
28
+ v 0.06771485 -0.01009251 -0.04115533
29
+ v 0.01956810 -0.03963788 -0.00131250
30
+ v 0.04662015 -0.02657957 -0.03513243
31
+ v 0.03212326 -0.03056273 -0.00131250
32
+ v 0.05363477 -0.01791889 -0.02213768
33
+ v 0.04133376 -0.02746771 -0.01819987
34
  f 1 2 3
35
+ f 1 3 4
 
36
  f 1 4 5
37
  f 1 5 6
38
  f 1 6 7
39
  f 1 7 8
40
+ f 1 8 9
41
+ f 1 9 2
42
+ f 2 10 11
43
+ f 2 11 12
44
+ f 2 12 3
45
+ f 2 9 13
46
+ f 2 13 10
47
+ f 3 12 4
48
  f 4 12 5
49
+ f 5 12 14
50
  f 5 14 15
51
+ f 5 15 6
52
+ f 6 16 17
53
+ f 6 17 18
54
+ f 6 18 7
55
+ f 6 15 16
56
+ f 7 18 8
57
+ f 8 18 19
58
+ f 8 19 9
59
+ f 9 19 13
60
+ f 10 13 20
61
+ f 10 20 21
62
+ f 10 21 11
63
+ f 11 21 22
64
+ f 11 22 12
65
+ f 12 22 14
66
+ f 13 19 23
67
+ f 13 23 24
68
+ f 13 24 20
69
+ f 14 22 21
70
+ f 14 21 28
71
+ f 14 28 30
72
+ f 14 30 25
73
  f 14 25 15
74
+ f 15 25 16
75
+ f 16 26 17
76
+ f 16 25 26
77
+ f 17 26 27
78
+ f 17 27 23
79
+ f 17 23 19
80
+ f 17 19 18
81
+ f 20 28 21
82
+ f 20 24 29
83
+ f 20 29 28
84
+ f 23 27 24
85
+ f 24 27 29
86
+ f 25 30 31
 
 
 
 
 
 
 
87
  f 25 31 26
88
+ f 26 31 27
89
+ f 27 31 32
90
+ f 27 32 29
91
+ f 28 29 32
92
  f 28 32 30
93
+ f 30 32 31
94
 
processed/fair_mon/assets/objects/cat/convex/6.obj CHANGED
@@ -1,94 +1,94 @@
1
  # https://github.com/mikedh/trimesh
2
- v 0.02832545 -0.03091749 -0.03923709
3
- v 0.01716610 -0.02991663 -0.00425691
4
- v 0.01716610 -0.03107182 -0.00131458
5
- v 0.02832545 -0.03572066 -0.03923709
6
- v 0.02832545 -0.02926187 -0.05418416
7
- v -0.02086477 -0.01941234 -0.00103716
8
- v -0.02095733 -0.04344688 0.03169844
9
- v 0.00029692 -0.05023772 0.03169844
10
- v 0.01716610 -0.03992986 -0.00131458
11
- v 0.02832545 -0.03716114 -0.04840037
12
- v 0.00029692 -0.06322545 0.03169844
13
- v 0.02832545 -0.03557099 -0.05394036
14
- v 0.02493541 -0.03689455 -0.05418416
15
- v 0.01716610 -0.03151613 -0.05418416
16
- v 0.00242581 -0.02774188 -0.04656771
17
- v -0.01317066 -0.02939282 -0.03291527
18
- v -0.02868614 -0.02939282 -0.01310074
19
- v -0.03077454 -0.02939282 -0.00131458
20
- v -0.02095733 -0.05895545 0.03169844
21
- v -0.00014853 -0.06367443 0.03169844
22
- v -0.00363691 -0.06566679 0.03169844
23
- v 0.01716610 -0.03873257 -0.05418416
24
- v 0.00242581 -0.03022063 -0.04886273
25
- v -0.01268472 -0.03089878 -0.03291527
26
- v 0.00242581 -0.03779252 -0.04886273
27
- v -0.02095733 -0.05203833 0.00802524
28
- v -0.02095733 -0.05293161 0.01037911
29
- v -0.02095733 -0.05906302 0.02947067
30
- v -0.02039039 -0.06009661 0.03169844
31
- v -0.01313016 -0.06718678 0.03169844
32
- v 0.00524892 -0.03857356 -0.04886273
33
- v -0.01653755 -0.05462933 0.00709210
34
  f 1 2 3
35
- f 1 3 9
36
- f 1 9 4
37
- f 1 4 10
38
- f 1 10 12
39
- f 1 12 5
40
- f 1 5 2
41
- f 2 5 6
42
- f 2 6 3
43
- f 3 6 7
44
- f 3 7 8
45
- f 3 8 11
46
- f 3 11 9
47
- f 4 9 11
48
- f 4 11 10
49
- f 5 12 13
50
- f 5 13 22
51
- f 5 22 14
52
- f 5 14 15
53
- f 5 15 6
54
- f 6 15 16
55
- f 6 16 17
56
- f 6 17 18
57
- f 6 18 7
58
- f 7 18 19
59
- f 7 19 29
60
- f 7 29 30
61
- f 7 30 21
62
- f 7 21 20
63
- f 7 20 11
64
- f 7 11 8
65
- f 10 13 12
66
- f 10 11 20
67
- f 10 20 21
68
- f 10 21 13
69
- f 13 21 22
70
- f 14 22 25
71
- f 14 25 23
72
- f 14 23 15
73
- f 15 23 16
74
- f 16 24 17
75
- f 16 23 25
76
- f 16 25 24
77
- f 17 24 25
78
- f 17 25 26
79
- f 17 26 27
80
- f 17 27 18
81
- f 18 27 28
82
- f 18 28 19
83
- f 19 28 29
84
- f 21 30 22
85
- f 22 31 25
86
- f 22 30 31
87
- f 25 31 30
88
- f 25 30 32
89
- f 25 32 26
90
- f 26 32 30
91
- f 26 30 27
92
- f 27 30 28
93
- f 28 30 29
94
 
 
1
  # https://github.com/mikedh/trimesh
2
+ v -0.00841114 -0.03676933 -0.07395325
3
+ v 0.02833044 -0.01950025 -0.06726182
4
+ v 0.02024927 -0.02633467 -0.06985732
5
+ v 0.00115060 -0.03822354 -0.07327060
6
+ v -0.00533418 -0.04318731 -0.06938800
7
+ v -0.01798115 -0.04038637 -0.06842802
8
+ v -0.01559072 -0.03457292 -0.07317815
9
+ v -0.02524345 -0.01733742 -0.06682094
10
+ v 0.02833044 -0.02924643 -0.05418473
11
+ v 0.02833044 -0.02863184 -0.06620229
12
+ v -0.02994988 -0.00888759 -0.06356411
13
+ v 0.01716404 -0.01422750 -0.06485831
14
+ v -0.00533418 -0.00888423 -0.03365535
15
+ v -0.01736080 -0.00888759 -0.00315636
16
+ v 0.00177096 -0.02937070 -0.00540343
17
+ v 0.01005890 -0.03676597 -0.07150707
18
+ v 0.00933929 -0.04171295 -0.06411877
19
+ v 0.01656850 -0.03961729 -0.04917149
20
+ v -0.01646749 -0.02937070 -0.00131462
21
+ v -0.03245611 -0.02805083 -0.00131462
22
+ v -0.02558258 -0.03821010 -0.06075528
23
+ v -0.03110787 -0.03439492 -0.05936864
24
+ v -0.02661650 -0.02771499 -0.06838535
25
+ v 0.02662653 -0.03615474 -0.05418473
26
+ v -0.05391214 -0.00946188 -0.05155367
27
+ v -0.05265488 -0.00888423 -0.03293713
28
+ v -0.01063615 -0.00888423 -0.05031636
29
+ v -0.01890755 -0.00888759 -0.06246902
30
+ v -0.00021418 -0.00888423 -0.04683198
31
+ v -0.04869288 -0.01075488 -0.00131462
32
+ v -0.05617023 -0.01142657 -0.04207474
33
+ v -0.05049605 -0.01745496 -0.04860261
34
  f 1 2 3
35
+ f 1 3 4
36
+ f 1 4 5
37
+ f 1 5 6
38
+ f 1 6 7
39
+ f 1 7 8
40
+ f 1 8 2
41
+ f 2 9 10
42
+ f 2 10 3
43
+ f 2 8 11
44
+ f 2 11 12
45
+ f 2 12 13
46
+ f 2 13 14
47
+ f 2 14 15
48
+ f 2 15 9
49
+ f 3 10 16
50
+ f 3 16 4
51
+ f 4 16 5
52
+ f 5 16 17
53
+ f 5 17 18
54
+ f 5 18 19
55
+ f 5 19 20
56
+ f 5 20 21
57
+ f 5 21 6
58
+ f 6 21 22
59
+ f 6 22 23
60
+ f 6 23 7
61
+ f 7 23 8
62
+ f 8 23 11
63
+ f 9 15 24
64
+ f 9 24 10
65
+ f 10 24 17
66
+ f 10 17 16
67
+ f 11 25 26
68
+ f 11 26 27
69
+ f 11 27 28
70
+ f 11 28 12
71
+ f 11 23 25
72
+ f 12 29 13
73
+ f 12 28 29
74
+ f 13 29 27
75
+ f 13 27 26
76
+ f 13 26 14
77
+ f 14 26 30
78
+ f 14 30 19
79
+ f 14 19 15
80
+ f 15 19 18
81
+ f 15 18 24
82
+ f 17 24 18
83
+ f 19 30 20
84
+ f 20 30 31
85
+ f 20 31 32
86
+ f 20 32 22
87
+ f 20 22 21
88
+ f 22 32 25
89
+ f 22 25 23
90
+ f 25 31 26
91
+ f 25 32 31
92
+ f 26 31 30
93
+ f 27 29 28
94
 
processed/fair_mon/assets/objects/cat/convex/7.obj CHANGED
@@ -1,94 +1,94 @@
1
  # https://github.com/mikedh/trimesh
2
- v 0.00440842 -0.00396036 0.08177882
3
- v 0.01314871 -0.00406226 0.07875010
4
- v 0.00029974 -0.00353237 0.06960024
5
- v -0.01232886 -0.00353237 0.07223688
6
- v -0.01888407 -0.02000640 0.06733605
7
- v -0.01972449 -0.06122882 0.06004850
8
- v -0.01501444 -0.07084829 0.05707859
9
- v 0.01314871 -0.00406226 0.06417991
10
- v -0.00864972 -0.07092981 0.05305990
11
- v -0.00009992 -0.06214593 0.05262373
12
- v 0.01314871 -0.02743839 0.06366532
13
- v -0.01247079 -0.00353237 0.06516497
14
- v -0.02500975 -0.01940178 0.05338336
15
- v -0.02373232 -0.01940178 0.06289589
16
- v -0.02385932 -0.02725497 0.06233229
17
- v -0.02010174 -0.07088226 0.05213365
18
- v -0.02500975 -0.03466658 0.05876938
19
- v -0.02500975 -0.04719363 0.05434392
20
- v -0.01336350 -0.07292028 0.04651728
21
- v 0.01314871 -0.01875641 0.06273906
22
- v 0.00029600 -0.05023029 0.03171675
23
- v -0.02500975 -0.03957822 0.03171675
24
- v -0.00345784 -0.06984966 0.04541459
25
- v 0.00029600 -0.06561736 0.04112636
26
- v -0.00190774 -0.06501275 0.03267731
27
- v -0.02500975 -0.02836909 0.04312590
28
- v -0.02500975 -0.05538648 0.04764448
29
- v -0.02500975 -0.05097077 0.03171675
30
- v -0.01948544 -0.06801544 0.03906310
31
- v -0.01320289 -0.06740403 0.03201570
32
- v -0.00854140 -0.06998553 0.04071469
33
- v -0.02038935 -0.06008753 0.03171675
34
  f 1 2 3
35
  f 1 3 4
36
  f 1 4 5
37
  f 1 5 6
38
- f 1 6 7
39
- f 1 7 2
40
- f 2 8 3
41
- f 2 7 9
 
 
42
  f 2 9 10
43
  f 2 10 11
44
- f 2 11 20
45
- f 2 20 8
46
- f 3 8 12
47
  f 3 12 4
48
- f 4 12 13
49
  f 4 13 14
50
  f 4 14 5
51
- f 5 14 15
52
- f 5 15 6
53
- f 6 16 7
54
- f 6 15 17
55
- f 6 17 18
56
- f 6 18 16
57
- f 7 16 19
58
- f 7 19 9
59
- f 8 20 21
60
- f 8 21 22
61
- f 8 22 12
62
- f 9 19 23
63
- f 9 23 10
64
- f 10 23 24
65
- f 10 24 11
 
66
  f 11 24 25
67
- f 11 25 21
68
- f 11 21 20
69
- f 12 22 26
70
- f 12 26 13
71
- f 13 26 22
72
- f 13 22 28
73
- f 13 28 27
74
- f 13 27 18
75
- f 13 18 17
76
- f 13 17 14
77
- f 14 17 15
78
- f 16 18 27
79
- f 16 27 28
80
- f 16 28 29
81
- f 16 29 19
82
- f 19 29 30
83
- f 19 30 31
84
- f 19 31 23
85
- f 21 25 30
86
- f 21 30 32
87
- f 21 32 28
88
- f 21 28 22
89
- f 23 31 25
90
- f 23 25 24
91
- f 25 31 30
92
- f 28 32 29
93
- f 29 32 30
94
 
 
1
  # https://github.com/mikedh/trimesh
2
+ v 0.00031203 -0.00404399 0.07161501
3
+ v -0.01247229 -0.00350630 0.06516945
4
+ v 0.02476260 -0.00403815 0.05494453
5
+ v 0.02476260 -0.00385112 0.06455901
6
+ v 0.01996296 -0.00285173 0.07371565
7
+ v 0.00434667 -0.00148997 0.08377898
8
+ v -0.01243551 -0.00091722 0.07193818
9
+ v -0.01247229 0.01097037 0.06891290
10
+ v -0.01247229 0.01151390 0.05327479
11
+ v -0.01056715 0.01611932 0.03761872
12
+ v 0.00106232 0.02767378 -0.00129702
13
+ v 0.02510096 0.01144962 0.02833640
14
+ v 0.02467800 0.00865597 0.07268328
15
+ v 0.02241978 0.00706044 0.07884158
16
+ v 0.02510096 0.01827007 0.03196315
17
+ v 0.02510096 0.02814717 0.03196315
18
+ v 0.01797322 0.00263620 0.08177709
19
+ v 0.01176863 0.00301025 0.08649905
20
+ v 0.00033410 0.01098791 0.08846503
21
+ v -0.01247229 0.01503810 0.06364334
22
+ v -0.01247229 0.02012276 0.05327479
23
+ v -0.01056715 0.02632956 0.03801371
24
+ v 0.00072027 0.05565694 -0.00129702
25
+ v 0.02510096 0.03757425 -0.00129702
26
+ v 0.02510096 0.01971949 0.01655844
27
+ v 0.01821229 0.01321464 0.08571804
28
+ v 0.02476627 0.02916411 0.04657787
29
+ v 0.02368498 0.02701920 0.05459442
30
+ v 0.01017243 0.01969612 0.09040409
31
+ v 0.00696164 0.05261199 -0.00129702
32
+ v 0.01698755 0.03412019 0.05047393
33
+ v 0.01936714 0.02987713 0.05961262
34
  f 1 2 3
35
  f 1 3 4
36
  f 1 4 5
37
  f 1 5 6
38
+ f 1 6 2
39
+ f 2 6 7
40
+ f 2 7 8
41
+ f 2 8 20
42
+ f 2 20 21
43
+ f 2 21 9
44
  f 2 9 10
45
  f 2 10 11
46
+ f 2 11 3
47
+ f 3 11 12
 
48
  f 3 12 4
 
49
  f 4 13 14
50
  f 4 14 5
51
+ f 4 12 15
52
+ f 4 15 16
53
+ f 4 16 13
54
+ f 5 14 17
55
+ f 5 17 18
56
+ f 5 18 6
57
+ f 6 18 19
58
+ f 6 19 7
59
+ f 7 19 8
60
+ f 8 19 20
61
+ f 9 21 10
62
+ f 10 21 22
63
+ f 10 22 23
64
+ f 10 23 11
65
+ f 11 23 30
66
+ f 11 30 24
67
  f 11 24 25
68
+ f 11 25 12
69
+ f 12 25 24
70
+ f 12 24 16
71
+ f 12 16 15
72
+ f 13 26 14
73
+ f 13 16 27
74
+ f 13 27 28
75
+ f 13 28 26
76
+ f 14 26 17
77
+ f 16 24 27
78
+ f 17 26 18
79
+ f 18 26 29
80
+ f 18 29 19
81
+ f 19 29 20
82
+ f 20 29 21
83
+ f 21 23 22
84
+ f 21 29 23
85
+ f 23 29 31
86
+ f 23 31 30
87
+ f 24 30 27
88
+ f 26 28 32
89
+ f 26 32 29
90
+ f 27 30 31
91
+ f 27 31 32
92
+ f 27 32 28
93
+ f 29 32 31
 
94
 
processed/fair_mon/assets/objects/convex/0.obj ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+ v 0.02692429 0.01696256 0.02890657
3
+ v 0.02440922 0.01889978 0.04136018
4
+ v 0.02166808 0.01435454 0.05693868
5
+ v 0.02414924 0.01540865 -0.05338605
6
+ v 0.02109725 0.02339429 -0.04951440
7
+ v 0.01942995 0.02526950 -0.00693776
8
+ v 0.00349178 0.03047802 0.04193461
9
+ v 0.01280600 0.02911013 0.01725716
10
+ v 0.01089568 0.01908580 0.05624937
11
+ v -0.01353155 0.02410454 0.05450310
12
+ v -0.02540040 0.01533725 0.05061996
13
+ v -0.03081486 0.01336056 0.03534017
14
+ v -0.02998969 0.01296598 -0.00365203
15
+ v 0.00172276 0.02541982 0.05546814
16
+ v -0.02842978 0.01355974 -0.04194343
17
+ v -0.01612009 0.01422301 -0.06040557
18
+ v 0.00268357 0.02245480 -0.06042854
19
+ v 0.00644769 0.03116009 -0.04644695
20
+ v 0.01533237 0.02807857 -0.03667018
21
+ v -0.00037407 0.03216158 -0.03061571
22
+ v -0.00689064 0.03163171 0.02675821
23
+ v -0.02109370 0.02484486 0.03435215
24
+ v -0.02806807 0.01795654 0.02033610
25
+ v -0.02607862 0.01881147 -0.01967859
26
+ v -0.02380658 0.01814819 -0.05277715
27
+ v -0.01575272 0.02669941 -0.05080112
28
+ v -0.00622938 0.03077302 -0.04205832
29
+ v -0.00993698 0.03047239 -0.01803572
30
+ v -0.01262725 0.03003083 0.01348891
31
+ v -0.01784955 0.02747166 0.02273721
32
+ v -0.01992942 0.02544425 -0.00976395
33
+ v -0.00935484 0.03034838 -0.03011021
34
+ f 1 2 3
35
+ f 1 3 4
36
+ f 1 4 5
37
+ f 1 5 6
38
+ f 1 6 2
39
+ f 2 7 3
40
+ f 2 6 8
41
+ f 2 8 7
42
+ f 3 9 10
43
+ f 3 10 11
44
+ f 3 11 12
45
+ f 3 12 13
46
+ f 3 13 4
47
+ f 3 7 14
48
+ f 3 14 9
49
+ f 4 15 16
50
+ f 4 16 17
51
+ f 4 17 5
52
+ f 4 13 15
53
+ f 5 17 18
54
+ f 5 18 19
55
+ f 5 19 6
56
+ f 6 19 8
57
+ f 7 10 14
58
+ f 7 8 18
59
+ f 7 18 20
60
+ f 7 20 21
61
+ f 7 21 10
62
+ f 8 19 18
63
+ f 9 14 10
64
+ f 10 21 22
65
+ f 10 22 11
66
+ f 11 22 12
67
+ f 12 22 23
68
+ f 12 23 13
69
+ f 13 23 15
70
+ f 15 23 24
71
+ f 15 24 25
72
+ f 15 25 16
73
+ f 16 25 26
74
+ f 16 26 17
75
+ f 17 26 18
76
+ f 18 26 27
77
+ f 18 27 20
78
+ f 20 27 28
79
+ f 20 28 21
80
+ f 21 29 30
81
+ f 21 30 22
82
+ f 21 28 29
83
+ f 22 30 31
84
+ f 22 31 23
85
+ f 23 31 24
86
+ f 24 31 26
87
+ f 24 26 25
88
+ f 26 31 30
89
+ f 26 30 29
90
+ f 26 29 28
91
+ f 26 28 32
92
+ f 26 32 27
93
+ f 27 32 28
94
+
processed/fair_mon/assets/objects/convex/1.obj ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+ v 0.03134970 -0.00952057 -0.04087421
3
+ v 0.03004315 -0.01347424 -0.01579040
4
+ v 0.02596251 -0.02086785 -0.03558733
5
+ v 0.02380144 -0.01790560 -0.05179427
6
+ v -0.02111037 -0.00792528 -0.05906661
7
+ v -0.02688767 -0.00235830 0.01608092
8
+ v 0.01879817 -0.01101071 0.05886076
9
+ v 0.02996884 -0.01292445 0.00905099
10
+ v 0.02728763 -0.01878286 -0.00520511
11
+ v 0.00876685 -0.03047262 -0.04875835
12
+ v 0.01985703 -0.02696960 0.00938575
13
+ v 0.01349767 -0.03075503 -0.00919912
14
+ v -0.01215649 -0.02634771 -0.05040906
15
+ v -0.02961222 -0.00852314 -0.04753475
16
+ v -0.02787222 -0.01618112 0.04181116
17
+ v -0.02292468 -0.01471202 0.05772951
18
+ v -0.03189713 -0.00763387 -0.00193832
19
+ v 0.00853774 -0.02416958 0.05745246
20
+ v 0.01743589 -0.02579491 0.04281543
21
+ v 0.02789447 -0.01488326 0.03661663
22
+ v 0.00731169 -0.03239538 -0.02716065
23
+ v -0.00665785 -0.03220911 -0.02909994
24
+ v 0.01554728 -0.02913571 0.02994454
25
+ v 0.01029632 -0.03191469 0.00742337
26
+ v -0.01877592 -0.02625758 -0.02601786
27
+ v -0.02388447 -0.02158888 -0.04006617
28
+ v -0.01089329 -0.03017219 0.04278080
29
+ v -0.02566162 -0.02121034 0.01292957
30
+ v -0.01756226 -0.02749235 0.03057943
31
+ v -0.00865792 -0.02552453 0.05672523
32
+ v 0.00524970 -0.03238336 0.03229940
33
+ v -0.00332646 -0.03305032 -0.01013414
34
+ f 1 2 3
35
+ f 1 3 4
36
+ f 1 4 5
37
+ f 1 5 6
38
+ f 1 6 7
39
+ f 1 7 8
40
+ f 1 8 2
41
+ f 2 9 3
42
+ f 2 8 9
43
+ f 3 10 4
44
+ f 3 9 11
45
+ f 3 11 12
46
+ f 3 12 10
47
+ f 4 10 5
48
+ f 5 10 13
49
+ f 5 13 14
50
+ f 5 14 6
51
+ f 6 15 16
52
+ f 6 16 7
53
+ f 6 14 17
54
+ f 6 17 15
55
+ f 7 16 18
56
+ f 7 18 19
57
+ f 7 19 20
58
+ f 7 20 8
59
+ f 8 20 9
60
+ f 9 20 11
61
+ f 10 12 21
62
+ f 10 21 22
63
+ f 10 22 13
64
+ f 11 20 19
65
+ f 11 19 23
66
+ f 11 23 12
67
+ f 12 23 24
68
+ f 12 24 21
69
+ f 13 22 25
70
+ f 13 25 26
71
+ f 13 26 14
72
+ f 14 26 17
73
+ f 15 27 16
74
+ f 15 17 28
75
+ f 15 28 29
76
+ f 15 29 27
77
+ f 16 27 30
78
+ f 16 30 18
79
+ f 17 26 28
80
+ f 18 30 27
81
+ f 18 27 31
82
+ f 18 31 19
83
+ f 19 31 23
84
+ f 21 24 31
85
+ f 21 31 32
86
+ f 21 32 22
87
+ f 22 32 27
88
+ f 22 27 29
89
+ f 22 29 25
90
+ f 23 31 24
91
+ f 25 29 28
92
+ f 25 28 26
93
+ f 27 32 31
94
+
processed/fair_mon/assets/objects/convex/2.obj ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+ v -0.01331277 0.01296483 -0.06083491
3
+ v -0.01936360 -0.00593267 -0.05922975
4
+ v -0.02229123 -0.00107121 -0.05988078
5
+ v -0.01819634 0.01186623 -0.06089912
6
+ v -0.02254992 0.01133867 -0.05770373
7
+ v -0.02124384 0.01296105 -0.04567026
8
+ v -0.00006277 0.01296105 -0.04566727
9
+ v 0.01251212 0.01296105 -0.04566727
10
+ v 0.02250010 0.01296105 -0.04566877
11
+ v 0.02250010 0.01296105 -0.05604332
12
+ v 0.01925069 0.01290433 -0.05852498
13
+ v 0.02040533 0.00782919 -0.05801879
14
+ v 0.02184391 -0.00105041 -0.05687651
15
+ v 0.03092332 -0.00211876 -0.05127115
16
+ v 0.00317402 -0.00635245 -0.04773233
17
+ v -0.01984313 -0.00551479 -0.04602862
18
+ v -0.03191325 -0.00205825 -0.04803992
19
+ v -0.02998885 -0.00188429 -0.05300323
20
+ v -0.02200099 0.00586078 -0.05921930
21
+ v -0.03002670 0.00292802 -0.05293454
22
+ v -0.02581825 0.00899398 -0.05547592
23
+ v -0.02887206 0.00830569 -0.05282255
24
+ v -0.03053777 0.00860823 -0.04702457
25
+ v -0.01738241 0.00830569 -0.04564487
26
+ v 0.01987534 0.00899587 -0.04564487
27
+ v 0.02433617 0.00830758 -0.04564487
28
+ v 0.03086653 0.00830758 -0.04596292
29
+ v 0.03031129 0.00607256 -0.05138612
30
+ v 0.02360427 0.00533700 -0.05682724
31
+ v 0.03218522 0.00287696 -0.04914935
32
+ v 0.03248808 -0.00114495 -0.04761586
33
+ v -0.03197004 0.00279187 -0.04772337
34
+ f 1 2 3
35
+ f 1 3 4
36
+ f 1 4 5
37
+ f 1 5 6
38
+ f 1 6 7
39
+ f 1 7 8
40
+ f 1 8 9
41
+ f 1 9 10
42
+ f 1 10 11
43
+ f 1 11 12
44
+ f 1 12 2
45
+ f 2 12 13
46
+ f 2 13 14
47
+ f 2 14 15
48
+ f 2 15 16
49
+ f 2 16 17
50
+ f 2 17 18
51
+ f 2 18 3
52
+ f 3 19 4
53
+ f 3 18 20
54
+ f 3 20 19
55
+ f 4 19 5
56
+ f 5 21 22
57
+ f 5 22 23
58
+ f 5 23 6
59
+ f 5 19 21
60
+ f 6 16 24
61
+ f 6 24 7
62
+ f 6 23 16
63
+ f 7 25 8
64
+ f 7 24 25
65
+ f 8 25 9
66
+ f 9 26 27
67
+ f 9 27 10
68
+ f 9 25 26
69
+ f 10 27 28
70
+ f 10 28 29
71
+ f 10 29 11
72
+ f 11 29 12
73
+ f 12 29 13
74
+ f 13 29 14
75
+ f 14 29 28
76
+ f 14 28 30
77
+ f 14 30 31
78
+ f 14 31 15
79
+ f 15 31 16
80
+ f 16 23 17
81
+ f 16 31 26
82
+ f 16 26 24
83
+ f 17 23 32
84
+ f 17 32 20
85
+ f 17 20 18
86
+ f 19 20 21
87
+ f 20 32 22
88
+ f 20 22 21
89
+ f 22 32 23
90
+ f 24 26 25
91
+ f 26 31 27
92
+ f 27 31 30
93
+ f 27 30 28
94
+
processed/fair_mon/assets/objects/convex/3.obj ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+ v 0.03096087 0.00899816 -0.02174936
3
+ v 0.03077564 0.00899816 -0.04690711
4
+ v 0.03034565 0.01091277 -0.04648540
5
+ v 0.03046721 0.01059321 -0.01846608
6
+ v 0.03087901 0.00899816 0.00451687
7
+ v 0.02980072 0.00899816 -0.05120248
8
+ v 0.02874889 0.01296445 -0.05046751
9
+ v 0.02947905 0.01296445 -0.04743725
10
+ v 0.02934178 0.01242047 0.00451687
11
+ v 0.02976433 0.01148005 0.00451687
12
+ v 0.02251316 0.00899816 0.00451687
13
+ v 0.02966180 0.00899816 -0.05177479
14
+ v 0.02962376 0.00899816 -0.05184709
15
+ v 0.02817584 0.01296445 -0.05154587
16
+ v 0.02902177 0.01296445 0.00451687
17
+ v 0.02251316 0.01296445 0.00451687
18
+ v 0.02251316 0.00899816 -0.05702804
19
+ v 0.02815765 0.01296445 -0.05157599
20
+ v 0.02879023 0.00899816 -0.05246760
21
+ v 0.02251316 0.01296445 -0.05604004
22
+ v 0.02251316 0.01101333 -0.05652802
23
+ f 1 2 3
24
+ f 1 3 4
25
+ f 1 4 5
26
+ f 1 5 11
27
+ f 1 11 17
28
+ f 1 17 19
29
+ f 1 19 13
30
+ f 1 13 12
31
+ f 1 12 6
32
+ f 1 6 2
33
+ f 2 6 3
34
+ f 3 6 7
35
+ f 3 7 8
36
+ f 3 8 4
37
+ f 4 9 10
38
+ f 4 10 5
39
+ f 4 8 9
40
+ f 5 10 9
41
+ f 5 9 15
42
+ f 5 15 16
43
+ f 5 16 11
44
+ f 6 12 7
45
+ f 7 12 13
46
+ f 7 13 14
47
+ f 7 14 18
48
+ f 7 18 20
49
+ f 7 20 16
50
+ f 7 16 15
51
+ f 7 15 8
52
+ f 8 15 9
53
+ f 11 16 20
54
+ f 11 20 21
55
+ f 11 21 17
56
+ f 13 18 14
57
+ f 13 19 20
58
+ f 13 20 18
59
+ f 17 21 19
60
+ f 19 21 20
61
+
processed/fair_mon/assets/objects/convex/4.obj ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+ v -0.02301028 0.00899816 0.05595153
3
+ v -0.02301028 0.01288136 0.05580654
4
+ v -0.02473663 0.00899816 0.05614113
5
+ v -0.02301028 0.00899816 -0.05779565
6
+ v -0.02538559 0.01296406 0.05562810
7
+ v -0.02301028 0.01296406 -0.05701496
8
+ v -0.02685253 0.00899816 0.05598499
9
+ v -0.02583570 0.00899816 -0.05547587
10
+ v -0.02544072 0.01296406 -0.05502976
11
+ v -0.02578870 0.01296406 0.05469126
12
+ v -0.02555822 0.01270044 0.05563925
13
+ v -0.03001148 0.01053405 0.04625977
14
+ v -0.03029709 0.00899816 0.04612593
15
+ v -0.02875874 0.00899816 -0.05275460
16
+ v -0.02715080 0.01296406 -0.05335684
17
+ v -0.02928207 0.01296406 0.04518910
18
+ v -0.03070382 0.01296406 0.03846397
19
+ v -0.03206954 0.00903116 0.03870933
20
+ v -0.03224398 0.00899816 0.03443782
21
+ v -0.03032240 0.00899816 -0.04916340
22
+ v -0.02832671 0.01132101 -0.05255385
23
+ v -0.03039019 0.00899816 -0.04870614
24
+ v -0.02725113 0.01296406 -0.05267653
25
+ v -0.03089363 0.01296406 0.03712564
26
+ v -0.03102107 0.01296406 0.03360136
27
+ v -0.03117292 0.01256572 0.03287643
28
+ v -0.03049775 0.00899816 -0.04797005
29
+ v -0.02998798 0.01084969 -0.04329704
30
+ v -0.02897657 0.01239179 -0.04340857
31
+ v -0.02887082 0.01296406 -0.04160182
32
+ v -0.02999521 0.01296406 -0.00366007
33
+ v -0.02910582 0.01260571 -0.04156836
34
+ f 1 2 3
35
+ f 1 3 7
36
+ f 1 7 13
37
+ f 1 13 19
38
+ f 1 19 27
39
+ f 1 27 22
40
+ f 1 22 20
41
+ f 1 20 14
42
+ f 1 14 8
43
+ f 1 8 4
44
+ f 1 4 6
45
+ f 1 6 2
46
+ f 2 5 3
47
+ f 2 6 5
48
+ f 3 5 7
49
+ f 4 8 9
50
+ f 4 9 6
51
+ f 5 10 11
52
+ f 5 11 7
53
+ f 5 6 9
54
+ f 5 9 15
55
+ f 5 15 23
56
+ f 5 23 30
57
+ f 5 30 31
58
+ f 5 31 25
59
+ f 5 25 24
60
+ f 5 24 17
61
+ f 5 17 16
62
+ f 5 16 10
63
+ f 7 11 12
64
+ f 7 12 13
65
+ f 8 14 9
66
+ f 9 14 15
67
+ f 10 12 11
68
+ f 10 16 12
69
+ f 12 16 17
70
+ f 12 17 18
71
+ f 12 18 13
72
+ f 13 18 19
73
+ f 14 20 21
74
+ f 14 21 15
75
+ f 15 21 22
76
+ f 15 22 23
77
+ f 17 24 18
78
+ f 18 24 19
79
+ f 19 24 25
80
+ f 19 25 26
81
+ f 19 26 27
82
+ f 20 22 21
83
+ f 22 27 28
84
+ f 22 28 23
85
+ f 23 28 29
86
+ f 23 29 30
87
+ f 25 31 28
88
+ f 25 28 26
89
+ f 26 28 27
90
+ f 28 30 29
91
+ f 28 31 32
92
+ f 28 32 30
93
+ f 30 32 31
94
+
processed/fair_mon/assets/objects/convex/5.obj ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+ v 0.03285633 -0.00166153 -0.01311724
3
+ v 0.03118378 -0.01048321 -0.04078213
4
+ v 0.03152472 0.00529796 -0.04646167
5
+ v 0.03227737 0.00411221 0.00105873
6
+ v 0.03193643 0.00558182 0.03111681
7
+ v 0.03221947 -0.00563350 0.01897907
8
+ v -0.00449286 -0.01156830 -0.04330128
9
+ v -0.00449286 -0.01156830 -0.05147708
10
+ v 0.02229357 -0.01063419 -0.05526726
11
+ v 0.03082997 -0.00688166 -0.05056103
12
+ v 0.03135104 -0.00532750 0.04099877
13
+ v 0.02437782 -0.00719571 0.05676638
14
+ v -0.02989622 -0.00941623 0.04789209
15
+ v 0.02184970 -0.00235205 -0.05672150
16
+ v -0.03131788 0.00441419 -0.04634717
17
+ v 0.03138963 0.00740977 -0.02394960
18
+ v 0.03188496 0.00645151 -0.00108255
19
+ v 0.03073991 0.00545096 0.04324310
20
+ v 0.03092004 0.00899815 0.00798640
21
+ v -0.03084185 -0.00819223 -0.04299211
22
+ v 0.02543281 0.00588782 0.05634270
23
+ v 0.01604726 -0.00716149 0.06025884
24
+ v -0.02717512 -0.00708902 0.05778549
25
+ v -0.03219918 -0.00529328 0.04107892
26
+ v -0.03181964 -0.00811976 -0.00150623
27
+ v -0.03286177 -0.00001880 0.01199415
28
+ v -0.03230211 0.00847675 0.03681926
29
+ v -0.03153660 0.00899815 0.00994447
30
+ v -0.03028219 0.00899614 0.04610578
31
+ v 0.01250919 0.00803385 0.05871300
32
+ v 0.01542971 0.00057106 0.05996113
33
+ v -0.02715582 0.00348008 0.05659462
34
+ f 1 2 3
35
+ f 1 3 4
36
+ f 1 4 5
37
+ f 1 5 6
38
+ f 1 6 2
39
+ f 2 7 8
40
+ f 2 8 9
41
+ f 2 9 10
42
+ f 2 10 3
43
+ f 2 6 11
44
+ f 2 11 12
45
+ f 2 12 13
46
+ f 2 13 7
47
+ f 3 10 14
48
+ f 3 14 15
49
+ f 3 15 16
50
+ f 3 16 17
51
+ f 3 17 4
52
+ f 4 17 5
53
+ f 5 18 11
54
+ f 5 11 6
55
+ f 5 17 19
56
+ f 5 19 18
57
+ f 7 13 8
58
+ f 8 20 15
59
+ f 8 15 14
60
+ f 8 14 9
61
+ f 8 13 20
62
+ f 9 14 10
63
+ f 11 18 21
64
+ f 11 21 12
65
+ f 12 21 22
66
+ f 12 22 13
67
+ f 13 22 23
68
+ f 13 23 24
69
+ f 13 24 25
70
+ f 13 25 20
71
+ f 15 26 27
72
+ f 15 27 28
73
+ f 15 28 16
74
+ f 15 20 26
75
+ f 16 28 19
76
+ f 16 19 17
77
+ f 18 19 21
78
+ f 19 28 29
79
+ f 19 29 30
80
+ f 19 30 21
81
+ f 20 25 26
82
+ f 21 30 31
83
+ f 21 31 22
84
+ f 22 31 23
85
+ f 23 31 32
86
+ f 23 32 29
87
+ f 23 29 24
88
+ f 24 29 27
89
+ f 24 27 26
90
+ f 24 26 25
91
+ f 27 29 28
92
+ f 29 32 30
93
+ f 30 32 31
94
+
processed/fair_mon/assets/objects/convex/6.obj ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+ v -0.01780464 0.00411221 -0.04728114
3
+ v -0.01780464 0.00411221 -0.04645262
4
+ v -0.01780464 0.00473218 -0.04728114
5
+ v 0.02011799 0.00411221 -0.04728114
6
+ v -0.01780464 0.00473218 -0.04645262
7
+ v 0.02011799 0.00411221 -0.04645262
8
+ v 0.02011799 0.00473218 -0.04728114
9
+ v 0.02011799 0.00473218 -0.04645262
10
+ f 1 2 5
11
+ f 1 5 3
12
+ f 1 3 7
13
+ f 1 7 4
14
+ f 1 4 6
15
+ f 1 6 2
16
+ f 2 6 8
17
+ f 2 8 5
18
+ f 3 5 8
19
+ f 3 8 7
20
+ f 4 7 8
21
+ f 4 8 6
22
+
processed/fair_mon/assets/objects/convex/7.obj ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # https://github.com/mikedh/trimesh
2
+ v 0.03102653 0.00899816 0.00601176
3
+ v 0.03071445 0.01006029 0.00772652
4
+ v 0.03044998 0.01038327 0.04123577
5
+ v 0.03085197 0.00899816 0.03899025
6
+ v 0.03087842 0.00899816 0.00452155
7
+ v 0.02968830 0.01164688 0.00452155
8
+ v 0.02933920 0.01241980 0.00452155
9
+ v 0.02923341 0.01296406 0.02644597
10
+ v 0.03082024 0.00899816 0.03967411
11
+ v 0.02893191 0.01296406 0.04210335
12
+ v 0.02417672 0.01121287 0.05746474
13
+ v 0.03073561 0.00899816 0.04140928
14
+ v 0.02251055 0.00899816 -0.04565556
15
+ v 0.02251055 0.01296406 -0.04565556
16
+ v 0.02902183 0.01296406 0.00452155
17
+ v 0.02277502 0.01296406 0.05716873
18
+ v 0.02465805 0.00899816 0.05736266
19
+ v 0.02608620 0.00899816 0.05374942
20
+ v 0.01063049 0.01296406 0.05816901
21
+ v 0.01597281 0.00899816 0.05833232
22
+ v 0.02272212 0.00899816 0.05762804
23
+ v -0.02300499 0.00899816 -0.04565556
24
+ v -0.02300499 0.01296406 -0.04565556
25
+ v 0.00566371 0.01296406 0.05782197
26
+ v 0.01038718 0.00899816 0.05861811
27
+ v -0.02301028 0.00899816 0.00452155
28
+ v -0.02301028 0.01296406 0.00452155
29
+ v -0.02301028 0.01288098 0.05579080
30
+ v 0.00419325 0.00899816 0.05817922
31
+ v -0.02301028 0.00899816 0.05593370
32
+ f 1 2 3
33
+ f 1 3 4
34
+ f 1 4 9
35
+ f 1 9 12
36
+ f 1 12 18
37
+ f 1 18 17
38
+ f 1 17 21
39
+ f 1 21 20
40
+ f 1 20 25
41
+ f 1 25 29
42
+ f 1 29 30
43
+ f 1 30 26
44
+ f 1 26 22
45
+ f 1 22 13
46
+ f 1 13 5
47
+ f 1 5 6
48
+ f 1 6 2
49
+ f 2 6 7
50
+ f 2 7 8
51
+ f 2 8 3
52
+ f 3 9 4
53
+ f 3 8 10
54
+ f 3 10 11
55
+ f 3 11 12
56
+ f 3 12 9
57
+ f 5 13 14
58
+ f 5 14 6
59
+ f 6 14 7
60
+ f 7 14 15
61
+ f 7 15 8
62
+ f 8 15 14
63
+ f 8 14 23
64
+ f 8 23 27
65
+ f 8 27 24
66
+ f 8 24 19
67
+ f 8 19 16
68
+ f 8 16 10
69
+ f 10 16 11
70
+ f 11 17 18
71
+ f 11 18 12
72
+ f 11 16 19
73
+ f 11 19 20
74
+ f 11 20 21
75
+ f 11 21 17
76
+ f 13 22 23
77
+ f 13 23 14
78
+ f 19 24 25
79
+ f 19 25 20
80
+ f 22 26 27
81
+ f 22 27 23
82
+ f 24 28 29
83
+ f 24 29 25
84
+ f 24 27 28
85
+ f 26 30 28
86
+ f 26 28 27
87
+ f 28 30 29
88
+
processed/fair_mon/assets/objects/visual.obj ADDED
The diff for this file is too large to render. See raw diff
 
processed/fair_mon/mano/right/cat/0/trajectory_keypoints.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7559fdec72abf1bc0e98373da0582460db6f0ea329056fb2c2daffed229e0380
3
- size 270
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dd7310a64787af7922638b9671a0224d787cefa0d95caf4f28aed70f62233bb
3
+ size 22000
processed/fair_mon/mano/right/cat/task_info.json CHANGED
@@ -2,13 +2,9 @@
2
  "task": "cat",
3
  "dataset_name": "fair_mon",
4
  "robot_type": "mano",
5
- "hand_type": "right",
6
  "data_id": 0,
7
- <<<<<<< HEAD
8
- "right_object_mesh_dir": "/Users/pcy/Downloads/tmpcode/retarget/example_datasets/processed/fair_mon/assets/objects/cat",
9
- =======
10
  "right_object_mesh_dir": "/home/pcy/Research/code/spider/example_datasets/processed/fair_mon/assets/objects/cat",
11
- >>>>>>> 62480b5 (:zap: add dexmachina set)
12
  "left_object_mesh_dir": null,
13
- "right_object_convex_dir": "/Users/pcy/Downloads/tmpcode/retarget/example_datasets/processed/fair_mon/assets/objects/cat/convex"
14
  }
 
2
  "task": "cat",
3
  "dataset_name": "fair_mon",
4
  "robot_type": "mano",
5
+ "embodiment_type": "right",
6
  "data_id": 0,
 
 
 
7
  "right_object_mesh_dir": "/home/pcy/Research/code/spider/example_datasets/processed/fair_mon/assets/objects/cat",
 
8
  "left_object_mesh_dir": null,
9
+ "right_object_convex_dir": "/home/pcy/Research/code/spider/example_datasets/processed/fair_mon/assets/objects/cat/convex"
10
  }