BerkeleyAutomation / python-fcl

Python binding of FCL library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BVHModel.begin_update() not found

marios-stam opened this issue · comments

Thank you for your software, it has come in handy many times. I am right now facing a performance problem. I want to check the collision between 2 meshes (BVHModel) but the one changes its vertices dynamically. I have seen in the c++ documentation that there is a function begin_update() which updates the vertices of the mesh immediately without having to regenerate the whole mesh (which is slow) but I can't find it at the python binding. Do you have any further info or another solution to my problem?

Hi @marios-stam, unfortunately this function doesn't have Cython bindings, so it is not available on the python side of things. We would happily accept a PR adding this function if you are able to get to it!