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: