Skip to content

Commit

Permalink
make rigid contact less stiff
Browse files Browse the repository at this point in the history
  • Loading branch information
zswang666 committed Jan 11, 2025
1 parent 3790947 commit 80df95c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/tutorials/advanced_hybrid_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
gravity=(0, 0, -9.8),
enable_collision=True,
enable_self_collision=False,
contact_resolve_time=0.02, # avoid the rigid contact solver being too stiff otherwise will cause large impulse (especially we have small dt for rigid solver)
),
mpm_options=gs.options.MPMOptions(
dt=dt,
Expand Down

1 comment on commit 80df95c

@weijiang2023
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can solver be divided into plan, reason and action?

Please sign in to comment.