Important
Requires MuJoCo 3.1.3 or later.
This package contains a simplified robot description (MJCF) of the Spot Quadruped developed by Boston Dynamics. It is derived from the publicly available MJCF description.
- Processed
.obj
files withobj2mjcf
. - Added
<mujoco> <compiler discardvisual="false" strippath="false" fusestatic="false"/> </mujoco>
to the URDF's<robot>
clause in order to preserve visual geometries. - Loaded the URDF into MuJoCo and saved a corresponding MJCF.
- The spot XML was derived from spot_simple.urdf.xacro.
- The arm XML was derived from spot_arm_macro.urdf.
- Added a
<freejoint/>
to the base, and a tracking light. - Manually edited the MJCF to extract common properties into the
<default>
section. - Added
<exclude>
clauses to prevent collisions between the base and the upper legs. - Added position actuators (not tuned).
- Added a home keyframe.
- Added
scene.xml
which includes the robot, with a textured groundplane, skybox, and haze.
This model is released under a BSD-3-Clause License.