From a94694f60851cc042b3733892c3d66ca7bb9420a Mon Sep 17 00:00:00 2001 From: Taylor Howell Date: Fri, 30 Aug 2024 03:15:50 -0700 Subject: [PATCH] Fix formatting in mjx.rst PiperOrigin-RevId: 669262462 Change-Id: I6354b152eff36923b85918e10fedf89a44c851f6 --- doc/mjx.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mjx.rst b/doc/mjx.rst index 6726c3c1..7ef9ca59 100644 --- a/doc/mjx.rst +++ b/doc/mjx.rst @@ -197,7 +197,7 @@ The following features are **fully supported** in MJX: - ``NONE``, ``AFFINE`` * - :ref:`Geom ` - ``PLANE``, ``HFIELD``, ``SPHERE``, ``CAPSULE``, ``BOX``, ``MESH`` are fully implemented. ``ELLIPSOID`` and - ``CYLINDER`` are implemented but only collide with other primitives, note that ``BOX`` is implemented as a mesh. + ``CYLINDER`` are implemented but only collide with other primitives, note that ``BOX`` is implemented as a mesh. * - :ref:`Constraint ` - ``EQUALITY``, ``LIMIT_JOINT``, ``CONTACT_FRICTIONLESS``, ``CONTACT_PYRAMIDAL``, ``CONTACT_ELLIPTIC`` * - :ref:`Equality ` @@ -227,7 +227,7 @@ The following features are **in development** and coming soon: - Feature * - :ref:`Geom ` - ``SDF``. Collisions between (``SPHERE``, ``BOX``, ``MESH``, ``HFIELD``) and ``CYLINDER``. Collisions between - (``BOX``, ``MESH``, ``HFIELD``) and ``ELLIPSOID``. + (``BOX``, ``MESH``, ``HFIELD``) and ``ELLIPSOID``. * - :ref:`Constraint ` - :ref:`Frictionloss `, ``FRICTION_DOF`` * - :ref:`Integrator `