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
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 ?
The text was updated successfully, but these errors were encountered:
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 viapythonocc
. 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 usingtrimesh
to visualize theBVHModels
, so I displayed the triangles directly withinpythonocc
.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
?The text was updated successfully, but these errors were encountered: