Requires MuJoCo 2.2.2 or later.
This package contains a simplified robot description (MJCF) of the Allegro Hand v3 robot developed by Wonik Robotics, including both right-handed and left-handed versions. They are derived from the publicly available URDF descriptions.
- 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.
- Added base body.
- Manually edited the MJCF to extract common properties into the
<default>
section. - Added
<exclude>
clauses to prevent collisions between the palm and fingers. - Added position-controlled actuators.
- Scaled the global density to be
1000 * actual_mass / current_mass
. - Added
scene_left.xml
andscene_right.xml
which include the robot, with an object, textured groundplane, skybox, and haze.
These models are released under a BSD-2-Clause License.