From dc8bac2f4dd7353208fa92d40bb3fafb7a82eb0a Mon Sep 17 00:00:00 2001 From: Baruch Tabanpour Date: Thu, 19 Oct 2023 11:42:11 -0700 Subject: [PATCH] Fix supported equality constraint in doc. https://github.com/google-deepmind/mujoco/issues/1105 PiperOrigin-RevId: 574950690 Change-Id: I1c029e9b31235fdcaa8e8f35b5117fec373fa25f --- doc/changelog.rst | 6 ++++++ doc/mjx.rst | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index 151c6ebf..c9f62f1a 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -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) -------------------------------- diff --git a/doc/mjx.rst b/doc/mjx.rst index 154409e5..92566ddb 100644 --- a/doc/mjx.rst +++ b/doc/mjx.rst @@ -187,6 +187,8 @@ The following features are **fully supported** in MJX: - ``PLANE``, ``SPHERE``, ``CAPSULE``, ``BOX``, ``MESH`` * - :ref:`Constraint ` - ``EQUALITY``, ``FRICTION_DOF``, ``LIMIT_JOINT``, ``CONTACT_PYRAMIDAL`` + * - :ref:`Equality ` + - ``CONNECT``, ``WELD`` * - :ref:`Integrator ` - ``EULER``, ``RK4`` * - :ref:`Cone ` @@ -226,6 +228,8 @@ The following features are **in development** and coming soon: - :ref:`flEllipsoid` * - :ref:`Tendons ` - :ref:`Spatial `, :ref:`Fixed ` + * - :ref:`Equality ` + - ``JOINT``, ``TENDON`` The following features are **unsupported**: