Skip to main content

MuJoCo Robot Models

This directory contains MJCF (MuJoCo XML) robot model files for use in the textbook simulations.

Available Models​

ModelFileDescriptionModules
2-DOF Arm2dof-arm.xmlSimple planar two-link arm03, 05
6-DOF Arm6dof-arm.xmlIndustrial-style manipulator06, 07
Simple Humanoidhumanoid-simple.xmlReduced-DOF humanoid for learning01, 02, 08
Full Humanoidhumanoid.xmlComplete humanoid model10-14
Mobile Basemobile-base.xmlWheeled platform04, 09

Model Conventions​

  • All models use SI units (meters, kilograms, seconds)
  • Joint limits are defined to prevent self-collision
  • Actuator ranges match typical servo specifications
  • Default colors: blue (links), red (joints), green (end-effectors)

Adding New Models​

  1. Create the MJCF XML file
  2. Add mesh files to meshes/ subdirectory
  3. Update this README with model documentation
  4. Test with mujoco.viewer.launch()

References​