Skip to content

Commit

Permalink
Update RBDA module
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Jun 25, 2024
1 parent a3d5ec7 commit ac791ca
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions docs/modules/rbda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,49 +10,29 @@ This module provides a set of algorithms for rigid body dynamics.

aba
collidable_points
contacts.soft
crba
forward_kinematics
jacobian
utils

Articulated Body Algorithm
~~~~~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: jaxsim.rbda.aba
:members:

Collision Detection
~~~~~~~~~~~~~~~~~~~

.. automodule:: jaxsim.rbda.collidable_points
:members:
:no-index:

Contact Models
~~~~~~~~~~~~~~

.. automodule:: jaxsim.rbda.contacts.soft
:members:

Composite Rigid Body Algorithm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: jaxsim.rbda.crba
:members:

Forward Kinematics
~~~~~~~~~~~~~~~~~~~

.. automodule:: jaxsim.rbda.forward_kinematics
:members:

Jacobians
~~~~~~~~~

.. automodule:: jaxsim.rbda.jacobian
:members:
:no-index:

Utilities
~~~~~~~~~

.. automodule:: jaxsim.rbda.utils
:members:
:no-index:

0 comments on commit ac791ca

Please sign in to comment.