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
Thanks for the minimal working example. I'm not sure why this could be happening -- the Python code looks correct, so I'll need to run a CPP test and see if the issue is with FCL itself.
Ok, I get consistent results if I use GST_INDEP as the narrow phase collision solver (request.gjk_solver_type = 1).
Just a wild guess: This might be related to this issue: flexible-collision-library/fcl#243 (since the continuous collision check interface has a maximum number of iterations, 'hanging' might result in no detected collision)
This program gives different results if run repeatedly:
Why?
The text was updated successfully, but these errors were encountered: