BerkeleyAutomation / python-fcl

Python binding of FCL library
BSD 3-Clause "New" or "Revised" License
203 stars 58 forks source link

Adds support to create Octree from PointCloud data #79

Open aleph-ra opened 6 months ago

aleph-ra commented 6 months ago

Resolves #35

Adds support to create Octree from PointCloud data by adding binding for insertPointCloud method. Originally contributed by @cedriclmenard