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

Fix ball-convex manifolds missing contacts in corner cases #148

Merged
merged 1 commit into from
Oct 1, 2023

Conversation

Ralith
Copy link
Contributor

@Ralith Ralith commented Jul 30, 2023

When a ball's origin lay directly on a surface, no contact was found. While the contact normal is ambiguous in this case, we can make up something plausible.

This was causing me considerable confusion in some unit tests, where trivially intersecting ball-triangle tests were failing with contact manifolds.

When a ball's origin lay directly on a surface, no contact was
found. While the contact normal is ambiguous in this case, we can make
up something plausible.
@sebcrozet sebcrozet merged commit af38912 into dimforge:master Oct 1, 2023
5 checks passed
@sebcrozet
Copy link
Member

Thanks!

@Ralith Ralith deleted the robust-ball-manifold branch October 1, 2023 19:12
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.

2 participants