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
Using fcl.distance on a small sphere intersecting the face of the mesh and a BVH representation of that mesh results in nearest points that are not on the mesh OR the sphere. Reproducer below (includes trimesh for visualization; you will need to install pyglet <2.0).
Seems likely this is an FCL, not python-fcl, issue, but thought I should report here first since that's where I encountered it.
Using fcl.distance on a small sphere intersecting the face of the mesh and a BVH representation of that mesh results in nearest points that are not on the mesh OR the sphere. Reproducer below (includes trimesh for visualization; you will need to install pyglet <2.0).
Seems likely this is an FCL, not python-fcl, issue, but thought I should report here first since that's where I encountered it.
EDIT: Screenshot of result of script. Green is the query point, blue and red are the "nearest points."
The text was updated successfully, but these errors were encountered: