Skip to content

Commit

Permalink
Merge pull request #251 from ami-iit/flferretti-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti authored Oct 3, 2024
2 parents d06ada9 + 6a97639 commit 0c78499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jaxsim/rbda/contacts/relaxed_rigid.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def _detect_contact(x: jtp.Array, y: jtp.Array, z: jtp.Array) -> jtp.Array:
model=model,
data=data,
link_forces=references.link_forces(model=model, data=data),
joint_forces=references.joint_force_references(model=model),
)
)
BW_ν = data.generalized_velocity()
Expand Down

0 comments on commit 0c78499

Please sign in to comment.