From ddff7e3e2e3ae5d2f271677c2fab22179c67c896 Mon Sep 17 00:00:00 2001 From: Taylor Howell Date: Tue, 26 May 2026 02:36:12 -0700 Subject: [PATCH] MuJoCo Warp documentation: update feature parity section PiperOrigin-RevId: 921334977 Change-Id: I1c20e30cde81ae18830cae894ac5aee99ac0dcb8 --- doc/mjwarp/index.rst | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/doc/mjwarp/index.rst b/doc/mjwarp/index.rst index 2d4c0f83..c2cb0804 100644 --- a/doc/mjwarp/index.rst +++ b/doc/mjwarp/index.rst @@ -228,36 +228,9 @@ Feature Parity ============== MJWarp supports most of the main simulation features of MuJoCo, with a few exceptions. MJWarp will raise an exception if -asked to copy to device an :ref:`mjModel` with field values referencing unsupported features. - -The following features are **not supported** in MJWarp: - -.. list-table:: - :width: 90% - :align: left - :widths: 2 5 - :header-rows: 1 - - * - Category - - Feature - * - :ref:`Integrator ` - - ``IMPLICIT``, ``IMPLICITFAST`` not supported with fluid drag - * - :ref:`Solver ` - - ``PGS``, ``noslip``, :ref:`islands ` - * - Fluid Model - - :ref:`flEllipsoid` - * - :ref:`Sensors ` - - ``GEOMDIST``, ``GEOMNORMAL``, ``GEOMFROMTO`` - * - Flex - - ``VERTCOLLIDE=false``, ``INTERNAL=true`` - * - Jacobian format - - ``SPARSE`` - * - Option - - :ref:`contact override ` - * - Plugins - - ``All`` except ``SDF`` - * - :ref:`User parameters ` - - ``All`` +asked to copy to device an :ref:`mjModel` with field values referencing unsupported features. For the most up-to-date +feature availability, please see +`MuJoCo API Compatibility `__. .. _mjwPerf: