-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example usages for fcl.OcTree #7
Comments
I'm also having trouble reading an octree .bt file.
With this I get the error:
|
A way around this could be to convert the octree into boxes and perform collision-detection on the boxes. |
I don't have a solution, but I dug this up for other people looking into this: http://library.isr.ist.utl.pt/docs/roswiki/octomap(2f)Tutorials(2f)Creating(20)an(20)OctoMap(20)from(20)existing(20)3D(2028)mesh(2920)data.html |
This lib doesn't seem to be maintained anymore, has anyone already done collision detection using octree? |
Would it be possible to add tests and examples using fcl.OcTree. Could you give an instantiation example? I assume it should be read from bytes representing an octree. If I give:
fcl_tree =fcl.OcTree(0.1, data)
It gives the following error:
Traceback (most recent call last): File "example1.py", line 20, in <module> fcl_tree =fcl.OcTree(0.1, data) File "fcl/fcl.pyx", line 403, in fcl.fcl.OcTree.__cinit__ File "stringsource", line 48, in vector.from_py.__pyx_convert_vector_from_py_char TypeError: an integer is required
The text was updated successfully, but these errors were encountered: