From b85b467854eb80eff79436e3486947877914a1b8 Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti Date: Mon, 10 Feb 2025 12:50:31 +0100 Subject: [PATCH] Add alternative contact models in update_documentation Requires https://github.com/ami-iit/jaxsim/pull/360 to avoid warnings --- docs/modules/rbda.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/modules/rbda.rst b/docs/modules/rbda.rst index ab9721027..a6033f060 100644 --- a/docs/modules/rbda.rst +++ b/docs/modules/rbda.rst @@ -11,6 +11,8 @@ This module provides a set of algorithms for rigid body dynamics. aba collidable_points contacts.soft + contacts.rigid + contacts.relaxed_rigid crba forward_kinematics jacobian @@ -30,6 +32,14 @@ Contact Models :members: :no-index: +.. automodule:: jaxsim.rbda.contacts.rigid + :members: + :no-index: + +.. automodule:: jaxsim.rbda.contacts.relaxed_rigid + :members: + :no-index: + Utilities ~~~~~~~~~