Conversation
|
is this copied from euslib? |
564eb1f to
831d220
Compare
|
Yes |
◉ Kei Okada On Sun, Jul 5, 2015 at 3:31 PM, Ryohei Ueda notifications@github.com
|
| @@ -0,0 +1,427 @@ | |||
| #pragma init (register_cvoxel) | |||
There was a problem hiding this comment.
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 <notifications@github.com>:
@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.