Skip to content

Commit

Permalink
Merge pull request #542 from zswang666/bugfix/unstable_hybrid
Browse files Browse the repository at this point in the history
[Bugfix] unstable hybrid robot example
  • Loading branch information
zswang666 authored Jan 12, 2025
2 parents 3790947 + 80df95c commit 70fbb72
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

0 comments on commit 70fbb72

Please sign in to comment.