mikedh / trimesh

Python library for loading and using triangular meshes.
https://trimesh.org
MIT License
3k stars 580 forks source link

trimesh.collision having an fcl problem #1314

Open hamdi-99 opened 3 years ago

hamdi-99 commented 3 years ago

I installed the fcl library but get an error while using the collision manager : AttributeError: module 'fcl' has no attribute 'DynamicAABBTreeCollisionManager'

Yininglee1 commented 2 months ago

have you solved this problem?