ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Sandy's profile - activity

2011-06-06 05:29:17 -0500 marked best answer flann python bindings

I'd be interested in this - it seems that python bindings for flann and a few other packages (can't remember off the top of my head) seem to come and go randomly, meaning our systems work, then there is an update and all python support disappears, then sometime later it all comes back.

2011-05-24 09:35:30 -0500 commented answer flann python bindings
In order to fix it I had to uncomment and fix the line in the manifest for the python path. Unfortunately, with flann it's not as simple as including a .so file in the binary release. (It's somewhere inside the build directory, it's in the flann manual under how to run in python)
2011-05-01 07:47:42 -0500 asked a question flann python bindings

Hi, perhaps i've got things wrong, but I couldn't figure out how to get flann to work with python.

I'm using diamondback on ubuntu 10.10. I noticed that the python path export in the flann package manifest (and in the trunk versions in the pcl svn) were commented out and wrong. Upon adding the correct path it seems to work fine.

Can someone point me at a howto for bug reports/patch, or maybe tell me which package I should be using?