From b2d353d062409446e4ac74eb70ecf7f5cb995a6d Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Sat, 18 Jan 2025 12:41:05 -0800 Subject: [PATCH] Document default visible geom groups in XMLreference. PiperOrigin-RevId: 717050528 Change-Id: I0414495d2f5a17ac2d8ba35c9353ecf0b7e8a18d --- doc/XMLreference.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/XMLreference.rst b/doc/XMLreference.rst index 1c856cf3..9a8a6e5d 100644 --- a/doc/XMLreference.rst +++ b/doc/XMLreference.rst @@ -2367,7 +2367,8 @@ helps clarify the role of bodies and geoms in MuJoCo. This attribute specifies an integer group to which the geom belongs. The only effect on the physics is at compile time, when body masses and inertias are inferred from geoms selected based on their group; see inertiagrouprange attribute of :ref:`compiler `. At runtime this attribute is used by the visualizer to enable and disable - the rendering of entire geom groups. It can also be used as a tag for custom computations. + the rendering of entire geom groups. By default, groups 0, 1 and 2 are visible, while all other groups are invisible. + The group attribute can also be used as a tag for custom computations. .. _body-geom-priority: