Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Croci <[email protected]>
  • Loading branch information
diegoferigo and xela-95 authored Oct 7, 2024
1 parent 247826f commit 840205a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaxsim/rbda/contacts/rigid.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class RigidContacts(ContactModel):
)

terrain: jax_dataclasses.Static[Terrain] = dataclasses.field(
default_factory=FlatTerrain
default_factory=FlatTerrain.build
)

@classmethod
Expand Down

0 comments on commit 840205a

Please sign in to comment.