Skip to content

Commit acb204f

Browse files
committed
Better collisions for gripper of Vx300
1 parent 6af12d8 commit acb204f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

utheque/vx300/vx300.urdf

+8-4
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,11 @@
266266
<material name="interbotix_black"/>
267267
</visual>
268268
<collision>
269-
<origin rpy="1.5707963267948966 -3.141592653589793 1.5707963267948966" xyz="-0.0404 -0.0575 0"/>
269+
<!-- <origin rpy="1.5707963267948966 -3.141592653589793 1.5707963267948966" xyz="-0.0404 -0.0575 0"/> -->
270+
<origin rpy="0 0 0" xyz="0.04 0 0"/>
270271
<geometry>
271-
<mesh filename="package://interbotix_xsarm_descriptions/vx300_meshes/vx300_9_gripper_finger.stl" scale="0.001 0.001 0.001"/>
272+
<!-- <mesh filename="package://interbotix_xsarm_descriptions/vx300_meshes/vx300_9_gripper_finger.stl" scale="0.001 0.001 0.001"/> -->
273+
<box size="0.08 0.02575 0.05"/>
272274
</geometry>
273275
</collision>
274276
<inertial>
@@ -295,9 +297,11 @@
295297
<material name="interbotix_black"/>
296298
</visual>
297299
<collision>
298-
<origin rpy="-1.5707963267948966 3.141592653589793 -1.5707963267948966" xyz="-0.0404 0.0575 0 "/>
300+
<!-- <origin rpy="-1.5707963267948966 3.141592653589793 -1.5707963267948966" xyz="-0.0404 0.0575 0 "/> -->
301+
<origin rpy="0 0 0" xyz="0.04 0 0"/>
299302
<geometry>
300-
<mesh filename="package://interbotix_xsarm_descriptions/vx300_meshes/vx300_9_gripper_finger.stl" scale="0.001 0.001 0.001"/>
303+
<!-- <mesh filename="package://interbotix_xsarm_descriptions/vx300_meshes/vx300_9_gripper_finger.stl" scale="0.001 0.001 0.001"/> -->
304+
<box size="0.08 0.02575 0.05"/>
301305
</geometry>
302306
</collision>
303307
<inertial>

0 commit comments

Comments
 (0)