Requires MuJoCo 2.2.2 or later.
This package contains a simplified robot description (MJCF) of the Robotiq 85mm 2-Finger Adaptive Gripper developed by Robotiq. It is derived from the publicly available URDF description.
- Added
<mujoco> <compiler discardvisual="false"/> </mujoco>
to the URDF's<robot>
clause in order to preserve visual geometries. - Loaded the URDF into MuJoCo and saved a corresponding MJCF.
- Manually edited the MJCF to extract common properties into the
<default>
section. - Added
<exclude>
clauses to prevent collisions between the linkage bodies. - Broke up collision pads into two pads for more contacts.
- Increased pad friction and priority.
- Added
impratio=10
for better noslip. - Added
scene.xml
which includes the robot, with a textured groundplane, skybox, and haze. - Added hanging box to
scene.xml
.
This model is released under a BSD-2-Clause License.