Skip to content

Commit

Permalink
[sq] js.contact
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Sep 27, 2024
1 parent afe0147 commit f57eca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaxsim/api/contact.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def collidable_point_dynamics(

# Compute the 6D force expressed in the inertial frame and applied to each
# collidable point.
W_f̅_Ci, (W_f̿_Ci, m_tf) = model.contact_model.compute_contact_forces(
W_f_Ci, (W_f̿_Ci, m_tf) = model.contact_model.compute_contact_forces(
model=model,
data=data,
link_forces=link_forces,
Expand Down

0 comments on commit f57eca3

Please sign in to comment.