Skip to content

Commit

Permalink
Use non-linear Hunt-Crossley model for warm start
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Nov 22, 2024
1 parent deb4714 commit c7e4d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jaxsim/rbda/contacts/relaxed_rigid.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ def continuing_criterion(carry: OptimizationCarry) -> jtp.Bool:
terrain=model.terrain,
K=1e6,
D=2e3,
p=0.0,
q=0.0,
p=0.5,
q=0.5,
# No tangential initial forces.
mu=0.0,
tangential_deformation=jnp.zeros(3),
Expand Down

0 comments on commit c7e4d00

Please sign in to comment.