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

Child-parent bodies getting stuck after they penetrate due to non-stable simulation #3

Open
wpumacay opened this issue Aug 19, 2019 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@wpumacay
Copy link
Owner

This might be related to #2 . There are some cases in which some bodies that are connected just get into a configuration that they cannot escape, meaning that one got into a out-of-range value for its constraint limit.

For example, for revolute joints with a range of [-100,100], if one body passes this limit, the constraint solver will try to send it back to the actual range, but if penetration was just right, then the object gets stuck. This usually happens when #2 happens, but in some other cases it also happens, when speeds are too high.

Possible-solution: use tip from the Bullet-user-manual, regarding the addition of collision margins to stabilize the collision detection.

@wpumacay wpumacay self-assigned this Aug 19, 2019
@wpumacay wpumacay added the bug Something isn't working label Aug 19, 2019
@wpumacay wpumacay added this to the version 1.0 milestone Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant