-
Notifications
You must be signed in to change notification settings - Fork 4
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
Could you share a python verision? #1
Comments
Hi, sorry for the delayed response -- missed your message. I will try to post a python version shortly. |
Hi, here's a simple python version. I will push it to master branch once I clean it up. It borrows some code from my other project vision3d. It's not as fast as I remember unfortunately. I think the KD-Tree construction and queries are the bottleneck. You can look for a more efficient nearest-neighbor implementation if you have performance-critical application.
|
Hi,Thanks for your amazing work,i've recoginzed the thought of the Confusion.
But when i wanna test this code, i can't succeed cause i am poor in C++ and ros.
So ,could u share a python version? Thx!
The text was updated successfully, but these errors were encountered: