Skip to content

Commit

Permalink
Clarify definition of "bottom half" in collision detection configuration
Browse files Browse the repository at this point in the history
Co-authored-by: Silvio Traversaro <[email protected]>
  • Loading branch information
flferretti and traversaro committed Dec 10, 2024
1 parent a446ea2 commit c1ac663
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/guide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Environment variables starting with ``JAXSIM_COLLISION_`` are used to configure
- ``JAXSIM_COLLISION_USE_BOTTOM_ONLY``: Limits collision detection to only the bottom half of the box or sphere.
*Default:* ``False``.

> [!NOTE]
> The bottom half is defined as the half of the box or sphere with the lowest z-coordinate in the collision link frame.


Testing
~~~~~~~
Expand Down

0 comments on commit c1ac663

Please sign in to comment.