Fix supported equality constraint in doc.
https://github.com/google-deepmind/mujoco/issues/1105 PiperOrigin-RevId: 574950690 Change-Id: I1c029e9b31235fdcaa8e8f35b5117fec373fa25f
This commit is contained in:
committed by
Copybara-Service
parent
1178bad339
commit
dc8bac2f4d
@@ -10,6 +10,12 @@ Bug fixes
|
||||
|
||||
1. Fix in simulate: correct handling of "Pause update", "Fullscreen" and "VSync" buttons.
|
||||
|
||||
MJX Bug fixes
|
||||
^^^^^^^^^
|
||||
|
||||
1. Fix typos and supported fields in the docs (fixes :github:issue:`1105` and :github:issue:`1106`).
|
||||
|
||||
|
||||
Version 3.0.0 (October 18, 2023)
|
||||
--------------------------------
|
||||
|
||||
|
||||
@@ -187,6 +187,8 @@ The following features are **fully supported** in MJX:
|
||||
- ``PLANE``, ``SPHERE``, ``CAPSULE``, ``BOX``, ``MESH``
|
||||
* - :ref:`Constraint <mjtConstraint>`
|
||||
- ``EQUALITY``, ``FRICTION_DOF``, ``LIMIT_JOINT``, ``CONTACT_PYRAMIDAL``
|
||||
* - :ref:`Equality <mjtEq>`
|
||||
- ``CONNECT``, ``WELD``
|
||||
* - :ref:`Integrator <mjtIntegrator>`
|
||||
- ``EULER``, ``RK4``
|
||||
* - :ref:`Cone <mjtCone>`
|
||||
@@ -226,6 +228,8 @@ The following features are **in development** and coming soon:
|
||||
- :ref:`flEllipsoid`
|
||||
* - :ref:`Tendons <tendon>`
|
||||
- :ref:`Spatial <tendon-spatial>`, :ref:`Fixed <tendon-fixed>`
|
||||
* - :ref:`Equality <mjtEq>`
|
||||
- ``JOINT``, ``TENDON``
|
||||
|
||||
The following features are **unsupported**:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user