Pneunet Warning Determinant is null #143
-
Hello all, I have a basic doubt. In the pneunet tutorial, there is a warning that appears constantly: The respective configuration is: So, why is the warning appearing? How to avoid it? Thank you in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
When we look at the code it comes from // several possibilities :
// -one point in common (auto-collision) => return false !
// -no point in common but line are // => we can continue to test
msg_warning() <<"Determinant is null"; I guess there might be cases of parallel lines as mentioned in the comments before the warning. |
Beta Was this translation helpful? Give feedback.
When we look at the code it comes from
LocalMinDistance::computeIntersection()
between two lines:I guess there might be cases of parallel lines as mentioned in the comments before the warning.
We could argue that this warning sould be removed or at least give more information.