mani-skill-nightly 2025.4.3.2254__py3-none-any.whl → 2025.4.4.36__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mani_skill/agents/controllers/base_controller.py +2 -0
- mani_skill/agents/controllers/pd_joint_pos.py +113 -5
- mani_skill/agents/robots/__init__.py +2 -1
- mani_skill/agents/robots/floating_inspire_hand/__init__.py +1 -0
- mani_skill/agents/robots/floating_inspire_hand/floating_inspire_hand.py +176 -0
- mani_skill/agents/robots/panda/panda.py +1 -0
- mani_skill/assets/robots/inspire_hand/meshes/end_effector/inspire_hand/visual/L_hand_base_link.glb +0 -0
- mani_skill/assets/robots/inspire_hand/meshes/end_effector/inspire_hand/visual/L_thumb_metacarpal_base.glb +0 -0
- mani_skill/assets/robots/inspire_hand/meshes/end_effector/inspire_hand/visual/L_wrist_link.glb +0 -0
- mani_skill/assets/robots/inspire_hand/meshes/end_effector/inspire_hand/visual/R_hand_base_link.glb +0 -0
- mani_skill/assets/robots/inspire_hand/meshes/end_effector/inspire_hand/visual/R_thumb_metacarpal_base.glb +0 -0
- mani_skill/assets/robots/inspire_hand/meshes/end_effector/inspire_hand/visual/R_wrist_link.glb +0 -0
- mani_skill/assets/robots/inspire_hand/meshes/end_effector/inspire_hand/visual/index_ring_middle.glb +0 -0
- mani_skill/assets/robots/inspire_hand/meshes/end_effector/inspire_hand/visual/index_ring_proximal.glb +0 -0
- mani_skill/assets/robots/inspire_hand/meshes/end_effector/inspire_hand/visual/middle_middle.glb +0 -0
- mani_skill/assets/robots/inspire_hand/meshes/end_effector/inspire_hand/visual/middle_pinky_proximal.glb +0 -0
- mani_skill/assets/robots/inspire_hand/meshes/end_effector/inspire_hand/visual/pinky_middle.glb +0 -0
- mani_skill/assets/robots/inspire_hand/meshes/end_effector/inspire_hand/visual/thumb_distal.glb +0 -0
- mani_skill/assets/robots/inspire_hand/meshes/end_effector/inspire_hand/visual/thumb_metacarpal.glb +0 -0
- mani_skill/assets/robots/inspire_hand/meshes/end_effector/inspire_hand/visual/thumb_proximal.glb +0 -0
- mani_skill/assets/robots/inspire_hand/meshes/end_effector/inspire_hand/visual/wrist_base_link.glb +0 -0
- mani_skill/assets/robots/inspire_hand/urdf/end_effector/inspire_hand/inspire_hand_left.urdf +443 -0
- mani_skill/assets/robots/inspire_hand/urdf/end_effector/inspire_hand/inspire_hand_right.urdf +427 -0
- mani_skill/assets/robots/inspire_hand/urdf/end_effector/inspire_hand/inspire_hand_right_floating.urdf +505 -0
- {mani_skill_nightly-2025.4.3.2254.dist-info → mani_skill_nightly-2025.4.4.36.dist-info}/METADATA +1 -1
- {mani_skill_nightly-2025.4.3.2254.dist-info → mani_skill_nightly-2025.4.4.36.dist-info}/RECORD +29 -9
- {mani_skill_nightly-2025.4.3.2254.dist-info → mani_skill_nightly-2025.4.4.36.dist-info}/LICENSE +0 -0
- {mani_skill_nightly-2025.4.3.2254.dist-info → mani_skill_nightly-2025.4.4.36.dist-info}/WHEEL +0 -0
- {mani_skill_nightly-2025.4.3.2254.dist-info → mani_skill_nightly-2025.4.4.36.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,427 @@
|
|
1
|
+
<?xml version="1.0" ?>
|
2
|
+
<!-- =================================================================================== -->
|
3
|
+
<!-- | This document was autogenerated by xacro from main.xacro | -->
|
4
|
+
<!-- | EDITING THIS FILE BY HAND IS NOT RECOMMENDED | -->
|
5
|
+
<!-- =================================================================================== -->
|
6
|
+
<robot name="inspire_hand">
|
7
|
+
<link name="right_hand_wrist_base_link">
|
8
|
+
<inertial>
|
9
|
+
<origin rpy="0 0 0" xyz="2.5182E-06 0.0014729 0.032787"/>
|
10
|
+
<mass value="0.065373"/>
|
11
|
+
<inertia ixx="4.1551E-05" ixy="7.0443E-11" ixz="-6.0666E-09" iyy="4.1183E-05" iyz="8.3238E-09" izz="2.7992E-05"/>
|
12
|
+
</inertial>
|
13
|
+
<visual>
|
14
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
15
|
+
<geometry>
|
16
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/wrist_base_link.glb"/>
|
17
|
+
</geometry>
|
18
|
+
</visual>
|
19
|
+
<collision>
|
20
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
21
|
+
<geometry>
|
22
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/wrist_base_link.glb"/>
|
23
|
+
</geometry>
|
24
|
+
</collision>
|
25
|
+
</link>
|
26
|
+
<link name="right_hand_wrist_link">
|
27
|
+
<inertial>
|
28
|
+
<origin rpy="0 0 0" xyz="4.5229E-10 -7.0516E-06 -7.9885E-05"/>
|
29
|
+
<mass value="0.00056124"/>
|
30
|
+
<inertia ixx="2.9483E-08" ixy="-1.2003E-15" ixz="6.7402E-16" iyy="2.9284E-08" iyz="3.1625E-13" izz="2.2194E-09"/>
|
31
|
+
</inertial>
|
32
|
+
<visual>
|
33
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
34
|
+
<geometry>
|
35
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/R_wrist_link.glb"/>
|
36
|
+
</geometry>
|
37
|
+
</visual>
|
38
|
+
<collision>
|
39
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
40
|
+
<geometry>
|
41
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/R_wrist_link.glb"/>
|
42
|
+
</geometry>
|
43
|
+
</collision>
|
44
|
+
</link>
|
45
|
+
<joint name="right_hand_wrist_pitch_joint" type="revolute">
|
46
|
+
<origin rpy="1.5707963267948966 0 1.5707963267948966" xyz="0 0 0.0785"/>
|
47
|
+
<parent link="right_hand_wrist_base_link"/>
|
48
|
+
<child link="right_hand_wrist_link"/>
|
49
|
+
<axis xyz="0 0 1"/>
|
50
|
+
<limit effort="1" lower="-0.39549160850191506" upper="0.3860668305411457" velocity="0.5"/>
|
51
|
+
</joint>
|
52
|
+
<link name="right_hand_hand_base_link">
|
53
|
+
<inertial>
|
54
|
+
<origin rpy="0 0 0" xyz="-0.001139 0.05204 -0.0013473"/>
|
55
|
+
<mass value="0.19286"/>
|
56
|
+
<inertia ixx="9.3622E-05" ixy="-1.7899E-06" ixz="6.7062E-07" iyy="9.545E-05" iyz="2.7767E-06" izz="0.00016048"/>
|
57
|
+
</inertial>
|
58
|
+
<visual>
|
59
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
60
|
+
<geometry>
|
61
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/R_hand_base_link.glb"/>
|
62
|
+
</geometry>
|
63
|
+
</visual>
|
64
|
+
<collision>
|
65
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
66
|
+
<geometry>
|
67
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/R_hand_base_link.glb"/>
|
68
|
+
</geometry>
|
69
|
+
</collision>
|
70
|
+
</link>
|
71
|
+
<joint name="right_hand_wrist_yaw_joint" type="revolute">
|
72
|
+
<origin rpy="0 1.5707963267948966 0" xyz="0 0 0"/>
|
73
|
+
<parent link="right_hand_wrist_link"/>
|
74
|
+
<child link="right_hand_hand_base_link"/>
|
75
|
+
<axis xyz="0 0 1"/>
|
76
|
+
<limit effort="1" lower="-0.445058959258554" upper="0.445058959258554" velocity="0.5"/>
|
77
|
+
</joint>
|
78
|
+
<link name="right_hand_thumb_metacarpal_base">
|
79
|
+
<inertial>
|
80
|
+
<origin rpy="0 0 0" xyz="0.003828 0.0005479 2.5426E-05"/>
|
81
|
+
<mass value="0.0015178"/>
|
82
|
+
<inertia ixx="3.6056E-08" ixy="5.7714E-09" ixz="1.9601E-09" iyy="6.0741E-08" iyz="-2.0748E-10" izz="5.6162E-08"/>
|
83
|
+
</inertial>
|
84
|
+
<visual>
|
85
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
86
|
+
<geometry>
|
87
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/R_thumb_metacarpal_base.glb"/>
|
88
|
+
</geometry>
|
89
|
+
</visual>
|
90
|
+
<collision>
|
91
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
92
|
+
<geometry>
|
93
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/R_thumb_metacarpal_base.glb"/>
|
94
|
+
</geometry>
|
95
|
+
</collision>
|
96
|
+
</link>
|
97
|
+
<joint name="right_hand_thumb_CMC_yaw_joint" type="revolute">
|
98
|
+
<origin rpy="-1.5707963267948966 -0.2617993877991494 0" xyz="0.02125 0.0285 0.01515"/>
|
99
|
+
<parent link="right_hand_hand_base_link"/>
|
100
|
+
<child link="right_hand_thumb_metacarpal_base"/>
|
101
|
+
<axis xyz="0 0 1"/>
|
102
|
+
<limit effort="1" lower="-1.3089969389957472" upper="0" velocity="0.5"/>
|
103
|
+
</joint>
|
104
|
+
<link name="right_hand_thumb_metacarpal">
|
105
|
+
<inertial>
|
106
|
+
<origin rpy="0 0 0" xyz="0.025599 0.0011669 7.3555E-08"/>
|
107
|
+
<mass value="0.026112"/>
|
108
|
+
<inertia ixx="2.4138E-06" ixy="1.4258E-07" ixz="-3.1577E-11" iyy="6.7222E-06" iyz="6.0585E-12" izz="7.9398E-06"/>
|
109
|
+
</inertial>
|
110
|
+
<visual>
|
111
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
112
|
+
<geometry>
|
113
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/thumb_metacarpal.glb"/>
|
114
|
+
</geometry>
|
115
|
+
</visual>
|
116
|
+
<collision>
|
117
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
118
|
+
<geometry>
|
119
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/thumb_metacarpal.glb"/>
|
120
|
+
</geometry>
|
121
|
+
</collision>
|
122
|
+
</link>
|
123
|
+
<joint name="right_hand_thumb_CMC_pitch_joint" type="revolute">
|
124
|
+
<origin rpy="-1.5707963267948966 -0.6831165238198015 0" xyz="0.0115 0 -0.00075"/>
|
125
|
+
<parent link="right_hand_thumb_metacarpal_base"/>
|
126
|
+
<child link="right_hand_thumb_metacarpal"/>
|
127
|
+
<axis xyz="0 0 1"/>
|
128
|
+
<limit effort="1" lower="-0.4799655442984406" upper="0" velocity="0.5"/>
|
129
|
+
</joint>
|
130
|
+
<link name="right_hand_thumb_proximal">
|
131
|
+
<inertial>
|
132
|
+
<origin rpy="0 0 0" xyz="0.0096374 0.0056519 -3.2431E-08"/>
|
133
|
+
<mass value="0.0076245"/>
|
134
|
+
<inertia ixx="3.7134E-07" ixy="9.4961E-08" ixz="6.3265E-12" iyy="7.908E-07" iyz="2.8577E-12" izz="8.6329E-07"/>
|
135
|
+
</inertial>
|
136
|
+
<visual>
|
137
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
138
|
+
<geometry>
|
139
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/thumb_proximal.glb"/>
|
140
|
+
</geometry>
|
141
|
+
</visual>
|
142
|
+
<collision>
|
143
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
144
|
+
<geometry>
|
145
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/thumb_proximal.glb"/>
|
146
|
+
</geometry>
|
147
|
+
</collision>
|
148
|
+
</link>
|
149
|
+
<joint name="right_hand_thumb_MCP_joint" type="revolute">
|
150
|
+
<origin rpy="0 0 -0.0031723" xyz="0.055852 -0.0040666 0"/>
|
151
|
+
<parent link="right_hand_thumb_metacarpal"/>
|
152
|
+
<child link="right_hand_thumb_proximal"/>
|
153
|
+
<axis xyz="0 0 1"/>
|
154
|
+
<limit effort="1" lower="-0.8" upper="0" velocity="0.5"/>
|
155
|
+
<!-- <mimic joint="right_hand_thumb_CMC_pitch_joint" multiplier="1.3333333333333335" offset="-0.08144869842640205"/> -->
|
156
|
+
</joint>
|
157
|
+
<link name="right_hand_thumb_distal">
|
158
|
+
<inertial>
|
159
|
+
<origin rpy="0 0 0" xyz="0.01088 0.00050953 -7.3208E-08"/>
|
160
|
+
<mass value="0.0032026"/>
|
161
|
+
<inertia ixx="8.1419E-08" ixy="2.1824E-08" ixz="-2.8228E-13" iyy="1.751E-07" iyz="1.4206E-12" izz="1.8651E-07"/>
|
162
|
+
</inertial>
|
163
|
+
<visual>
|
164
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
165
|
+
<geometry>
|
166
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/thumb_distal.glb"/>
|
167
|
+
</geometry>
|
168
|
+
</visual>
|
169
|
+
<collision>
|
170
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
171
|
+
<geometry>
|
172
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/thumb_distal.glb"/>
|
173
|
+
</geometry>
|
174
|
+
</collision>
|
175
|
+
</link>
|
176
|
+
<joint name="right_hand_thumb_IP_joint" type="revolute">
|
177
|
+
<origin rpy="0 0 0.011853" xyz="0.022558 0.0020717 0"/>
|
178
|
+
<parent link="right_hand_thumb_proximal"/>
|
179
|
+
<child link="right_hand_thumb_distal"/>
|
180
|
+
<axis xyz="0 0 1"/>
|
181
|
+
<limit effort="1" lower="-0.4" upper="0" velocity="0.5"/>
|
182
|
+
<!-- <mimic joint="right_hand_thumb_CMC_pitch_joint" multiplier="0.6666666666666667" offset="-0.040724349213201026"/> -->
|
183
|
+
</joint>
|
184
|
+
<link name="right_hand_index_proximal">
|
185
|
+
<inertial>
|
186
|
+
<origin rpy="0 0 0" xyz="0.013292 -0.0019852 6.3987E-08"/>
|
187
|
+
<mass value="0.0074557"/>
|
188
|
+
<inertia ixx="3.0933E-07" ixy="1.1169E-07" ixz="6.8599E-12" iyy="8.2022E-07" iyz="4.1194E-13" izz="9.125E-07"/>
|
189
|
+
</inertial>
|
190
|
+
<visual>
|
191
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
192
|
+
<geometry>
|
193
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/index_ring_proximal.glb"/>
|
194
|
+
</geometry>
|
195
|
+
</visual>
|
196
|
+
<collision>
|
197
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
198
|
+
<geometry>
|
199
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/index_ring_proximal.glb"/>
|
200
|
+
</geometry>
|
201
|
+
</collision>
|
202
|
+
</link>
|
203
|
+
<joint name="right_hand_index_MCP_joint" type="revolute">
|
204
|
+
<origin rpy="-1.5707963267948966 0.12457000000000001 1.5359" xyz="0.027071 0.10464 -0.0020953"/>
|
205
|
+
<parent link="right_hand_hand_base_link"/>
|
206
|
+
<child link="right_hand_index_proximal"/>
|
207
|
+
<axis xyz="0 0 1"/>
|
208
|
+
<limit effort="1" lower="-1.34" upper="0" velocity="0.5"/>
|
209
|
+
</joint>
|
210
|
+
<link name="right_hand_index_middle">
|
211
|
+
<inertial>
|
212
|
+
<origin rpy="0 0 0" xyz="0.018926 -0.0015379 -2.8949E-08"/>
|
213
|
+
<mass value="0.0044472"/>
|
214
|
+
<inertia ixx="1.4776E-07" ixy="2.0201E-07" ixz="5.0844E-13" iyy="6.6739E-07" iyz="-2.7579E-13" izz="7.4626E-07"/>
|
215
|
+
</inertial>
|
216
|
+
<visual>
|
217
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
218
|
+
<geometry>
|
219
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/index_ring_middle.glb"/>
|
220
|
+
</geometry>
|
221
|
+
</visual>
|
222
|
+
<collision>
|
223
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
224
|
+
<geometry>
|
225
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/index_ring_middle.glb"/>
|
226
|
+
</geometry>
|
227
|
+
</collision>
|
228
|
+
</link>
|
229
|
+
<joint name="right_hand_index_PIP_joint" type="revolute">
|
230
|
+
<origin rpy="0 0 0.0016248" xyz="0.030445 -0.010275 0"/>
|
231
|
+
<parent link="right_hand_index_proximal"/>
|
232
|
+
<child link="right_hand_index_middle"/>
|
233
|
+
<axis xyz="0 0 1"/>
|
234
|
+
<limit effort="1" lower="-1.56" upper="0.04545" velocity="0.5"/>
|
235
|
+
<!-- <mimic joint="right_hand_index_MCP_joint" multiplier="1.06399" offset="-0.16734800000000002"/> -->
|
236
|
+
</joint>
|
237
|
+
<link name="right_hand_middle_proximal">
|
238
|
+
<inertial>
|
239
|
+
<origin rpy="0 0 0" xyz="0.013292 -0.0019853 9.6516E-08"/>
|
240
|
+
<mass value="0.0074556"/>
|
241
|
+
<inertia ixx="3.0932E-07" ixy="1.1169E-07" ixz="7.0517E-12" iyy="8.2022E-07" iyz="-8.1193E-13" izz="9.1249E-07"/>
|
242
|
+
</inertial>
|
243
|
+
<visual>
|
244
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
245
|
+
<geometry>
|
246
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/middle_pinky_proximal.glb"/>
|
247
|
+
</geometry>
|
248
|
+
</visual>
|
249
|
+
<collision>
|
250
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
251
|
+
<geometry>
|
252
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/middle_pinky_proximal.glb"/>
|
253
|
+
</geometry>
|
254
|
+
</collision>
|
255
|
+
</link>
|
256
|
+
<joint name="right_hand_middle_MCP_joint" type="revolute">
|
257
|
+
<origin rpy="-1.5707963267948966 0.12457000000000001 1.5707963267948966" xyz="0.00775 0.105 -0.0020953"/>
|
258
|
+
<parent link="right_hand_hand_base_link"/>
|
259
|
+
<child link="right_hand_middle_proximal"/>
|
260
|
+
<axis xyz="0 0 1"/>
|
261
|
+
<limit effort="1" lower="-1.34" upper="0" velocity="0.5"/>
|
262
|
+
</joint>
|
263
|
+
<link name="right_hand_middle_middle">
|
264
|
+
<inertial>
|
265
|
+
<origin rpy="0 0 0" xyz="0.020219 -0.0014517 -6.6609E-10"/>
|
266
|
+
<mass value="0.0048916"/>
|
267
|
+
<inertia ixx="1.6257E-07" ixy="2.4464E-07" ixz="5.557E-13" iyy="8.8194E-07" iyz="-1.7464E-13" izz="9.6869E-07"/>
|
268
|
+
</inertial>
|
269
|
+
<visual>
|
270
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
271
|
+
<geometry>
|
272
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/middle_middle.glb"/>
|
273
|
+
</geometry>
|
274
|
+
</visual>
|
275
|
+
<collision>
|
276
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
277
|
+
<geometry>
|
278
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/middle_middle.glb"/>
|
279
|
+
</geometry>
|
280
|
+
</collision>
|
281
|
+
</link>
|
282
|
+
<joint name="right_hand_middle_PIP_joint" type="revolute">
|
283
|
+
<origin rpy="0 0 -0.019795" xyz="0.030445 -0.010275 0"/>
|
284
|
+
<parent link="right_hand_middle_proximal"/>
|
285
|
+
<child link="right_hand_middle_middle"/>
|
286
|
+
<axis xyz="0 0 1"/>
|
287
|
+
<limit effort="1" lower="-1.56" upper="0.04545" velocity="0.5"/>
|
288
|
+
<!-- <mimic joint="right_hand_middle_MCP_joint" multiplier="1.06399" offset="-0.16734800000000002"/> -->
|
289
|
+
</joint>
|
290
|
+
<link name="right_hand_ring_proximal">
|
291
|
+
<inertial>
|
292
|
+
<origin rpy="0 0 0" xyz="0.013292 -0.0019853 9.267E-08"/>
|
293
|
+
<mass value="0.0074556"/>
|
294
|
+
<inertia ixx="3.0932E-07" ixy="1.1169E-07" ixz="6.3806E-12" iyy="8.2022E-07" iyz="-3.6905E-13" izz="9.1249E-07"/>
|
295
|
+
</inertial>
|
296
|
+
<visual>
|
297
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
298
|
+
<geometry>
|
299
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/index_ring_proximal.glb"/>
|
300
|
+
</geometry>
|
301
|
+
</visual>
|
302
|
+
<collision>
|
303
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
304
|
+
<geometry>
|
305
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/index_ring_proximal.glb"/>
|
306
|
+
</geometry>
|
307
|
+
</collision>
|
308
|
+
</link>
|
309
|
+
<joint name="right_hand_ring_MCP_joint" type="revolute">
|
310
|
+
<origin rpy="-1.5707963267948966 0.12457000000000001 1.6232" xyz="-0.011479 0.1045 -0.0020953"/>
|
311
|
+
<parent link="right_hand_hand_base_link"/>
|
312
|
+
<child link="right_hand_ring_proximal"/>
|
313
|
+
<axis xyz="0 0 1"/>
|
314
|
+
<limit effort="1" lower="-1.34" upper="0" velocity="0.5"/>
|
315
|
+
</joint>
|
316
|
+
<link name="right_hand_ring_middle">
|
317
|
+
<inertial>
|
318
|
+
<origin rpy="0 0 0" xyz="0.018926 -0.0015379 -2.2489E-08"/>
|
319
|
+
<mass value="0.0044472"/>
|
320
|
+
<inertia ixx="1.4776E-07" ixy="2.0201E-07" ixz="-3.2151E-13" iyy="6.6738E-07" iyz="3.8885E-13" izz="7.4626E-07"/>
|
321
|
+
</inertial>
|
322
|
+
<visual>
|
323
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
324
|
+
<geometry>
|
325
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/index_ring_middle.glb"/>
|
326
|
+
</geometry>
|
327
|
+
</visual>
|
328
|
+
<collision>
|
329
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
330
|
+
<geometry>
|
331
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/index_ring_middle.glb"/>
|
332
|
+
</geometry>
|
333
|
+
</collision>
|
334
|
+
</link>
|
335
|
+
<joint name="right_hand_ring_PIP_joint" type="revolute">
|
336
|
+
<origin rpy="0 0 0.0016262" xyz="0.030445 -0.010275 0"/>
|
337
|
+
<parent link="right_hand_ring_proximal"/>
|
338
|
+
<child link="right_hand_ring_middle"/>
|
339
|
+
<axis xyz="0 0 1"/>
|
340
|
+
<limit effort="1" lower="-1.56" upper="0.04545" velocity="0.5"/>
|
341
|
+
<!-- <mimic joint="right_hand_ring_MCP_joint" multiplier="1.06399" offset="-0.16734800000000002"/> -->
|
342
|
+
</joint>
|
343
|
+
<link name="right_hand_pinky_proximal">
|
344
|
+
<inertial>
|
345
|
+
<origin rpy="0 0 0" xyz="0.013292 -0.0019853 9.9172E-08"/>
|
346
|
+
<mass value="0.0074556"/>
|
347
|
+
<inertia ixx="3.0932E-07" ixy="1.1169E-07" ixz="6.5494E-12" iyy="8.2022E-07" iyz="-6.477E-13" izz="9.1249E-07"/>
|
348
|
+
</inertial>
|
349
|
+
<visual>
|
350
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
351
|
+
<geometry>
|
352
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/middle_pinky_proximal.glb"/>
|
353
|
+
</geometry>
|
354
|
+
</visual>
|
355
|
+
<collision>
|
356
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
357
|
+
<geometry>
|
358
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/middle_pinky_proximal.glb"/>
|
359
|
+
</geometry>
|
360
|
+
</collision>
|
361
|
+
</link>
|
362
|
+
<joint name="right_hand_pinky_MCP_joint" type="revolute">
|
363
|
+
<origin rpy="-1.5707963267948966 0.12457000000000001 1.6755" xyz="-0.030655 0.10299 -0.0020953"/>
|
364
|
+
<parent link="right_hand_hand_base_link"/>
|
365
|
+
<child link="right_hand_pinky_proximal"/>
|
366
|
+
<axis xyz="0 0 1"/>
|
367
|
+
<limit effort="1" lower="-1.34" upper="0" velocity="0.5"/>
|
368
|
+
</joint>
|
369
|
+
<link name="right_hand_pinky_middle">
|
370
|
+
<inertial>
|
371
|
+
<origin rpy="0 0 0" xyz="0.015705 -0.001732 -3.0224E-05"/>
|
372
|
+
<mass value="0.00358"/>
|
373
|
+
<inertia ixx="1.1688E-07" ixy="1.3011E-07" ixz="5.7801E-10" iyy="3.6707E-07" iyz="-3.7876E-10" izz="4.2838E-07"/>
|
374
|
+
</inertial>
|
375
|
+
<visual>
|
376
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
377
|
+
<geometry>
|
378
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/pinky_middle.glb"/>
|
379
|
+
</geometry>
|
380
|
+
</visual>
|
381
|
+
<collision>
|
382
|
+
<origin rpy="0 0 0" xyz="0 0 0"/>
|
383
|
+
<geometry>
|
384
|
+
<mesh filename="../../../meshes/end_effector/inspire_hand/visual/pinky_middle.glb"/>
|
385
|
+
</geometry>
|
386
|
+
</collision>
|
387
|
+
</link>
|
388
|
+
<joint name="right_hand_pinky_PIP_joint" type="revolute">
|
389
|
+
<origin rpy="0 0 0.090322" xyz="0.030445 -0.010275 0"/>
|
390
|
+
<parent link="right_hand_pinky_proximal"/>
|
391
|
+
<child link="right_hand_pinky_middle"/>
|
392
|
+
<axis xyz="0 0 1"/>
|
393
|
+
<limit effort="1" lower="-1.56" upper="0.04545" velocity="0.5"/>
|
394
|
+
<!-- <mimic joint="right_hand_pinky_MCP_joint" multiplier="1.06399" offset="-0.16734800000000002"/> -->
|
395
|
+
</joint>
|
396
|
+
<link name="right_hand_thumb_tip"/>
|
397
|
+
<joint name="right_hand_thumb_tip_joint" type="fixed">
|
398
|
+
<origin rpy="0 0 0" xyz="0.024859 -0.000031 0"/>
|
399
|
+
<parent link="right_hand_thumb_distal"/>
|
400
|
+
<child link="right_hand_thumb_tip"/>
|
401
|
+
</joint>
|
402
|
+
<link name="right_hand_index_tip"/>
|
403
|
+
<joint name="right_hand_index_tip_joint" type="fixed">
|
404
|
+
<origin rpy="0 0 0" xyz="0.043944 -0.009147 0"/>
|
405
|
+
<parent link="right_hand_index_middle"/>
|
406
|
+
<child link="right_hand_index_tip"/>
|
407
|
+
</joint>
|
408
|
+
<link name="right_hand_middle_tip"/>
|
409
|
+
<joint name="right_hand_middle_tip_joint" type="fixed">
|
410
|
+
<origin rpy="0 0 0" xyz="0.047746 -0.009066 0"/>
|
411
|
+
<parent link="right_hand_middle_middle"/>
|
412
|
+
<child link="right_hand_middle_tip"/>
|
413
|
+
</joint>
|
414
|
+
<link name="right_hand_ring_tip"/>
|
415
|
+
<joint name="right_hand_ring_tip_joint" type="fixed">
|
416
|
+
<origin rpy="0 0 0" xyz="0.043944 -0.009147 0"/>
|
417
|
+
<parent link="right_hand_ring_middle"/>
|
418
|
+
<child link="right_hand_ring_tip"/>
|
419
|
+
</joint>
|
420
|
+
<link name="right_hand_pinky_tip"/>
|
421
|
+
<joint name="right_hand_pinky_tip_joint" type="fixed">
|
422
|
+
<origin rpy="0 0 0" xyz="0.035855 -0.009619 0"/>
|
423
|
+
<parent link="right_hand_pinky_middle"/>
|
424
|
+
<child link="right_hand_pinky_tip"/>
|
425
|
+
</joint>
|
426
|
+
<!-- Left arm -->
|
427
|
+
</robot>
|