Skip to content

Commit

Permalink
Update src/jaxsim/rbda/contacts/relaxed_rigid.py
Browse files Browse the repository at this point in the history
Co-authored-by: Filippo Luca Ferretti <[email protected]>
  • Loading branch information
xela-95 and flferretti authored Jan 28, 2025
1 parent 8cf5fb2 commit 17264a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/jaxsim/rbda/contacts/relaxed_rigid.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,13 +336,13 @@ def compute_contact_forces(
),
)

# Compute the regularization terms.
a_ref, R, *_ = self._regularizers(
model=model,
position_constraint=position_constraint,
velocity_constraint=velocity,
parameters=model.contacts_params,
)
# Compute the regularization terms.
a_ref, R, *_ = self._regularizers(
model=model,
position_constraint=position_constraint,
velocity_constraint=velocity,
parameters=model.contacts_params,
)

# Compute the Delassus matrix and the free mixed linear acceleration of
# the collidable points.
Expand Down

0 comments on commit 17264a8

Please sign in to comment.