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
closest_points panics when a Cylinder and Trimesh are tested and the objects are not within max_dist of each other. I believe the function is actually supposed to return Disjoint instead. Here is a specific example I've found:
Same error here. For me, closest_points panics when two shapes are not within 1.0 unit distance of each other. I have gotten a "Composite shapes must not be empty" error. I have double-checked that my inputs are not indeed empty, but still getting the same error.
closest_points
panics when aCylinder
andTrimesh
are tested and the objects are not withinmax_dist
of each other. I believe the function is actually supposed to returnDisjoint
instead. Here is a specific example I've found:The text was updated successfully, but these errors were encountered: