Skip to content

Commit

Permalink
Fix description for joint dynamics options
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 fc12e8c commit a446ea2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/guide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,22 @@ Testing
For testing configurations, environment variables beginning with ``JAXSIM_TEST_`` are used. The following variables are available:

- ``JAXSIM_TEST_SEED``: Defines the seed for the random number generator.
_Default: ``0``._
*Default:* ``0``.

- ``JAXSIM_TEST_AD_ORDER``: Specifies the gradient order for automatic differentiation tests.
_Default: ``1``._
*Default:* ``1``.

- ``JAXSIM_TEST_FD_STEP_SIZE``: Sets the step size for finite difference tests.
_Default: the cube root of the machine epsilon._
*Default:* the cube root of the machine epsilon.


Joint Dynamics
~~~~~~~~~~~~~~
Joint dynamics are configured using environment variables starting with ``JAXSIM_JOINT_``. Available variables include:

- ``JAXSIM_JOINT_POSITION_LIMIT_DAMPER``: Defines the damper value for joint position limits.
_Default: ``0``._
- ``JAXSIM_JOINT_POSITION_LIMIT_DAMPER``: Overrides the damper value for joint position limits of the SDF model.

- ``JAXSIM_JOINT_POSITION_LIMIT_SPRING``: Defines the spring value for joint position limits.
_Default: ``0``._
- ``JAXSIM_JOINT_POSITION_LIMIT_SPRING``: Overrides the spring value for joint position limits of the SDF model.


Logging
Expand Down

0 comments on commit a446ea2

Please sign in to comment.