Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bugfix] unstable hybrid robot example #542

Merged

Conversation

zswang666
Copy link
Collaborator

Previously, contact_resolve_time was hardcoded to 0.02 but now it is set to None with default value as twice the substep_dt in the rigid solver. In hybrid robot setup, the dt's of the rigid and the mpm solver are set to the same value to avoid drifting in coupling. However, this makes the contact_resolve_time becomes super small, leading to a stiff system and large impulse. Thus, we need to set the contact_resolve_time to a larger number (0.02) to fix the issue.

Related issue: #476

@zswang666 zswang666 merged commit 70fbb72 into Genesis-Embodied-AI:main Jan 12, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant