Requires MuJoCo 2.2.2 or later.
This package contains a simplified robot description (MJCF) of the A1 Quadruped Robot developed by Unitree Robotics. It is derived from the publicly available URDF description.
- Converted the DAE mesh files to OBJ format using Blender.
- Processed
.obj
files withobj2mjcf
. - 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 a
<freejoint/>
to the base, and a tracking light. - Manually edited the MJCF to extract common properties into the
<default>
section. - Manually designed collision geometries.
- Shifted joint reference values and ranges so that 0 corresponds to standing pose.
- Softened the contacts of the feet to approximate the effect of rubber and
increased
impratio
to reduce slippage. - Added
scene.xml
which includes the robot, with a textured groundplane, skybox, and haze.
This model is released under a BSD-3-Clause License.