From d0cf2a3ca536ce15767231a0edfc5891db6158ad Mon Sep 17 00:00:00 2001 From: Taylor Howell Date: Wed, 10 Dec 2025 06:00:24 -0800 Subject: [PATCH] MuJoCo Warp documentation: named access / bind. PiperOrigin-RevId: 842689646 Change-Id: I5b7920dd5df5838497943da20da4aa61a68f0ec2 --- doc/mjwarp/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/mjwarp/index.rst b/doc/mjwarp/index.rst index 9e74630c..05ffcd95 100644 --- a/doc/mjwarp/index.rst +++ b/doc/mjwarp/index.rst @@ -450,6 +450,11 @@ Orientations are represented as unit quaternions and follow :ref:`MuJoCo's conve `math.py `__ for the implementations. +**Does MJWarp have a named access API / bind?** + +No. Updates for this feature are tracked in this +`GitHub issue `__. + Compilation -----------