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

[GJKSolver] Fix missing switch case in result status of GJK #387

Merged
merged 1 commit into from
Mar 24, 2023

Conversation

lmontaut
Copy link
Contributor

No description provided.

@jcarpent jcarpent enabled auto-merge March 24, 2023 16:04
@jcarpent jcarpent closed this Mar 24, 2023
auto-merge was automatically disabled March 24, 2023 16:25

Pull request was closed

@jcarpent jcarpent reopened this Mar 24, 2023
@jcarpent jcarpent enabled auto-merge March 24, 2023 16:26
@jcarpent jcarpent merged commit a8b8c2f into coal-library:devel Mar 24, 2023
@@ -250,7 +251,7 @@ struct HPP_FCL_DLLAPI GJKSolver {
break;
default:
assert(false && "should not reach type part.");
return true;
throw std::logic_error("GJKSolver: should not reach this part.");
Copy link
Contributor

Choose a reason for hiding this comment

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

The assert just before should be removed I think.

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.

3 participants