-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add kdtree class to irtgraph.l #225
base: master
Are you sure you want to change the base?
Conversation
is this copied from euslib? |
564eb1f
to
831d220
Compare
Yes |
◉ Kei Okada On Sun, Jul 5, 2015 at 3:31 PM, Ryohei Ueda [email protected]
|
@@ -0,0 +1,427 @@ | |||
#pragma init (register_cvoxel) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should be #pragma init (register_ckdtree)
?
CC: @iory
I would like to add kd-tree to jskeus. |
we should add test/example code |
Of course I understand that. I will add implementation of these. |
@iory Searching with keyword 'kdtree_init', I found: https://github.com/jsk-ros-pkg/euslib/blob/a2ed067c10fdac0179f23e5fb758bb0a460b918f/jsk/CANN.C . Cc: @k-okada |
what do you mean by `This PR does have not implemented kdtree's algorithm.`
?
…--
◉ Kei Okada
2018-02-28 18:13 GMT+09:00 Yuki Furuta <[email protected]>:
@iory <https://github.com/iory> Searching with keyword 'kdtree_init', I
found: https://github.com/jsk-ros-pkg/euslib/blob/
a2ed067c10fdac0179f23e5fb758bb0a460b918f/jsk/CANN.C .
Can we re-use this? (it looks it uses FLANN internally, so we need to let
jskeus depends on FLANN library.)
Cc: @k-okada <https://github.com/k-okada>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#225 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAeG3NNlI34M5UcZJXEtjEsfYHdQz9p6ks5tZRi9gaJpZM4FSGOI>
.
|
@k-okada He means kdtree implementation is originally located at https://github.com/jsk-ros-pkg/euslib/blob/a2ed067c10fdac0179f23e5fb758bb0a460b918f/jsk/CANN.C separately from |
No description provided.