-
Notifications
You must be signed in to change notification settings - Fork 133
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
Pybind issue #50
Comments
Hi, The python bindings were available in a previous version, To be honest, it wasn't very high our long list of priorities, as we didn't expect them to be much used. But if you are interested, I can start working on them again (this should be available next week) Let me know, Cheers |
I'm interested to have 1/ python bindings for the current version and 2/ it would help with related work in pyLiDAR-SLAM too. Please let me know what are the next steps, and the time frame. If that need time, some direction how to do it on current versions would help. |
+1 for fixing the Python bindings in the latest version |
Hi, Ok then ! In the mean-time, to do the binding I used pybind11, the previous version is accessible at: https://github.com/jedeschaud/ct_icp/tree/old_master/src/binding |
@pdell-kitware: thank you for prioritizing this issue! Anyway I can help? |
Started working on it, see PR #56 I'll notify this issue when I am done |
Hi, So a first version of the binding is completed for See the branch I'll try to integrate update the binding to pyLiDAR-SLAM in the week (I need to update the binding which have different function names, and methods) |
First of all thanks a lot for the author's work, I recently tried ct-icp and pyLiDAR and tried to call ct-icp in pyLiDAR. I spent a lot of time trying pybind but failed, and finally found out that the project's bindings folder was updated two years ago, so many functions were having problems. In the previous comment, pdell-kitware said that the bindings file will be updated, I would like to know where the last updated file is available? How does the final combination with pyLiDAR work? I would be grateful if you could answer my questions. |
same here, |
Thank you very much for your work!
I didn't find any bindings to python in the compile command you provided, am I missing something?
The text was updated successfully, but these errors were encountered: