Clean up ray functions

PiperOrigin-RevId: 833299985
Change-Id: I30aabe889ccc5900ff0e50a578e98e176d3effa4
This commit is contained in:
Yuval Tassa
2025-11-17 05:46:52 -08:00
committed by Copybara-Service
parent 53e254b715
commit a66cf303f8
8 changed files with 73 additions and 65 deletions
+3 -1
View File
@@ -1143,6 +1143,8 @@ Intersect multiple rays emanating from a single point.
Similar semantics to mj_ray, but vec is an array of (nray x 3) directions.
*Nullable:* ``geomgroup``
.. _mj_ray:
`mj_ray <#mj_ray>`__
@@ -1161,7 +1163,7 @@ If flg_static is 0, static geoms will be excluded.
bodyexclude=-1 can be used to indicate that all bodies are included.
*Nullable:* ``geomid``
*Nullable:* ``geomgroup``, ``geomid``
.. _mj_rayHfield:
+1 -1
View File
@@ -340,7 +340,7 @@ If flg_static is 0, static geoms will be excluded.
bodyexclude=-1 can be used to indicate that all bodies are included.
*Nullable:* ``geomid``
*Nullable:* ``geomgroup``, ``geomid``
.. _Interaction: