From e50e2e9691feb4f2844448db0e195cbd085ae34f Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Wed, 14 Jan 2026 04:53:32 -0800 Subject: [PATCH] Correct dimensions for constraint-related quantities in documentation. PiperOrigin-RevId: 856159539 Change-Id: I83f0414a78239cae9c91bb51b16f5e2549891517 --- doc/computation/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/computation/index.rst b/doc/computation/index.rst index 0f069845..2534e498 100644 --- a/doc/computation/index.rst +++ b/doc/computation/index.rst @@ -184,16 +184,16 @@ mathematical notation. - inertia in joint space - ``mjData.qM`` * - :math:`J(q)` - - :math:`\nq \times \nv` + - :math:`\nc \times \nv` - constraint Jacobian - ``mjData.efc_J`` * - :math:`r(q)` - - :math:`\nq` + - :math:`\nc` - constraint residual - ``mjData.efc_pos`` * - :math:`f(q, v,\tau)` - - :math:`\nq` + - :math:`\nc` - constraint force - ``mjData.efc_force``