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
As the title says it: I get a segmentation fault if I try to do a continuous collision check with a collision object that is created with a fcl.BVHModel. Is this expected behavior?
The bug can be reproduced by replacing cyl with mesh in line 111 of example.py:
There's a small mistake in the example.py when constructing the fcl.BVHModel. The arguments of mesh.beginModel are swapped. Still, it doesn't make a difference in this particular case.
Just to make sure I'm not trying to hunt something nonexistent; can anybody reproduce this bug? @mmatl
As the title says it: I get a segmentation fault if I try to do a continuous collision check with a collision object that is created with a fcl.BVHModel. Is this expected behavior?
The bug can be reproduced by replacing
cyl
withmesh
in line 111 ofexample.py
:The text was updated successfully, but these errors were encountered: