python-fcl icon indicating copy to clipboard operation
python-fcl copied to clipboard

Collision check of parts that are partially inside

Open wzl-muenker opened this issue 4 years ago • 0 comments

Hey, I'm trying to built an Assembly Sequence Planning tool. I'm trying to use python-fcl for assemblies of multiple parts, which are imported via pythonocc. For the situation shown below I get a collision returned, even though no surfaces are in contact.

I'm not sure, whether the shown meshes are exactly the same as the BVHModels. I struggled using trimesh to visualize the BVHModels, so I displayed the triangles directly within pythonocc.

Can anyone provide a code snippet to visualy check the BVHModels? Are there any options / workarounds to check collision for parts that are positioned inside other parts with fcl ?

grafik

wzl-muenker avatar Dec 23 '20 15:12 wzl-muenker