Skip to content

Commit

Permalink
Fix instanciating contact parameter class
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Dec 13, 2024
1 parent e71d89f commit 7b9cabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaxsim/api/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def build(
)

else:
contacts_params = model.contact_model._parameters_class()
contacts_params = model.contact_model()._parameters_class()

return JaxSimModelData(
state=ode_state,
Expand Down

0 comments on commit 7b9cabd

Please sign in to comment.