MuJoCo Warp documentation: update feature parity section

PiperOrigin-RevId: 921334977
Change-Id: I1c20e30cde81ae18830cae894ac5aee99ac0dcb8
This commit is contained in:
Taylor Howell
2026-05-26 02:36:12 -07:00
committed by Copybara-Service
parent 7667e7110e
commit ddff7e3e2e
+3 -30
View File
@@ -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 <mjtIntegrator>`
- ``IMPLICIT``, ``IMPLICITFAST`` not supported with fluid drag
* - :ref:`Solver <mjtSolver>`
- ``PGS``, ``noslip``, :ref:`islands <soIsland>`
* - Fluid Model
- :ref:`flEllipsoid`
* - :ref:`Sensors <mjtSensor>`
- ``GEOMDIST``, ``GEOMNORMAL``, ``GEOMFROMTO``
* - Flex
- ``VERTCOLLIDE=false``, ``INTERNAL=true``
* - Jacobian format
- ``SPARSE``
* - Option
- :ref:`contact override <COverride>`
* - Plugins
- ``All`` except ``SDF``
* - :ref:`User parameters <CUser>`
- ``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 <https://github.com/google-deepmind/mujoco_warp#mujoco-api-compatibility>`__.
.. _mjwPerf: