You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the test test_talos in pinocchio-test-cpp-parallel-geometry we run into a failure because geometry_data_ref.collisionResults[k].getContacts() is filled with NaN.
When running the test
test_talos
in pinocchio-test-cpp-parallel-geometry we run into a failure becausegeometry_data_ref.collisionResults[k].getContacts()
is filled with NaN.This is because
runGJKAndEPA
fall in the details::GJK::NoCollisionEarlyStopped stop criterion. Then, MeshShapeCollisionTraversalNode::leafCollides don't filter this output and create a Contact even if there is no collision.The text was updated successfully, but these errors were encountered: