Commit Graph

54 Commits

Author SHA1 Message Date
k.koide cd7fed688f fix typo 2024-05-04 12:40:51 +09:00
Atticus Zhou 170121470b
fix: make pybind_align to fit c++ interface and add numpy doc for align functions (#47) 2024-05-04 12:39:15 +09:00
koide3 24083cc9ef
test on noble (#43)
* test on noble

* use latest python packages

* add tests

* remove unnecessary dockerfiles
2024-05-02 13:47:54 +09:00
koide3 0d31edaa74
Replace nanoflann (#42)
* replace nanoflann with original kdtree

* replace KdTreeOMP in python binding

* include array to fix build error on windows

* add kdtree test with synthetic data

* add nowait to see if it fixes error on win

* update README

* use openmp atomic

* revert. MSVC does not support openmp very well...

* disable parallel kdtree construction on windows

* update README

* rephrase

* avoid knn result copy

* refactoring
2024-05-02 11:32:36 +09:00
koide3 06114f860d
test for factors (#37)
* test for factors

* fix factor test
2024-04-25 14:44:29 +09:00
koide3 0cfdfad4b2
kitti_odometry.py (#28)
* kitti_odometry.py

* IncrementalVoxelMap
2024-04-22 18:01:45 +09:00
koide3 8483660297
Pymore (#27)
* fix wrong use of points.size()

* enhance python interface

* license
2024-04-16 14:05:19 +09:00
koide3 ff8269ec09
static code analysis (#20) 2024-04-08 17:58:50 +09:00
koide3 47d90853e2
fix typo (#19)
* fix typo

* revise

* properly handle FAST_GICP_INCLUDE_DIR
2024-04-08 17:21:46 +09:00
koide3 1d64b15908
refactor RegistrationPCL (#18)
* refactor RegistrationPCL

* covariance interface

* docs
2024-04-08 14:58:06 +09:00
koide3 75a1ad3295
make tbb and pcl optional for benchmark (#17) 2024-04-08 14:28:36 +09:00
koide3 81829663cb
apply termination criteria (#15)
* apply termination criteria

* add small_gicp_pcl
2024-04-08 10:41:27 +09:00
koide3 ae2f3cb2d1
voxel point indices test (#12)
* add comments

* voxel point indices test
2024-04-05 15:56:05 +09:00
koide3 1afd997717
unified incremental voxelmap structure (#11)
* unified incremental voxelmap structure

* comments for benchmark
2024-04-05 15:05:10 +09:00
koide3 088cc972bc
Test (#9)
* increase number of data to test multi-threaded sort

* test for cached_kdtree

* test for flat_voxelmap
2024-04-03 11:49:50 +09:00
koide3 3cc60c0187
expose termination criterion (#8) 2024-04-03 11:30:44 +09:00
koide3 92cc223c4b
add accuracy (#7) 2024-04-03 11:12:32 +09:00
koide3 8122528445
Coverage (#5)
* add codecov.yml

* rename and fix codecov.yml

* exclude benchmark and test

* remove unnecessary files

---------

Co-authored-by: k.koide <k.koide@aist.go.jp>
2024-04-02 18:40:28 +09:00
k.koide 13aca996cd move benchmark srcs 2024-04-02 16:19:34 +09:00
k.koide 2973daa95d nearest neighbor search example 2024-04-02 16:17:14 +09:00
k.koide 135d073dcd no support for old PCL 2024-04-02 15:35:00 +09:00
k.koide 2f11442c60 go back to C++17 2024-04-02 13:49:31 +09:00
k.koide 0e6ad9a157 odometry benchmark (native) 2024-04-02 13:06:12 +09:00
k.koide 734bc905c8 update benchmark_kdtree 2024-04-01 20:40:30 +09:00
k.koide 6e68e3ce37 license identifier 2024-04-01 16:34:02 +09:00
k.koide 91f01900a8 setup.py 2024-04-01 14:37:47 +09:00
k.koide cf5de1e6b6 python 2024-04-01 13:56:52 +09:00
k.koide c998bbb8b2 python binding (WIP) 2024-03-31 17:47:18 +09:00
k.koide 76b0b9326e registration_template example 2024-03-31 13:58:16 +09:00
k.koide ec883c41f7 test for VGICP 2024-03-30 23:00:58 +09:00
k.koide b69ea8fdc1 RegistrationPCL test 2024-03-30 21:50:53 +09:00
k.koide 98a8ee34e6 normal_estimation_test 2024-03-30 21:37:03 +09:00
k.koide e4ce7ebe89 remove iridescence from examples 2024-03-30 19:22:47 +09:00
k.koide a37569cbb4 benchmark_kdtree 2024-03-30 19:16:56 +09:00
k.koide 5e983ac3b2 examples 2024-03-29 21:18:45 +09:00
k.koide 941a02ced8 CI 2024-03-29 14:08:20 +09:00
k.koide 31ad85c2d1 general factor 2024-03-29 11:36:17 +09:00
k.koide 98f6226fb7 fix omp_thread_num 2024-03-28 20:40:40 +09:00
k.koide 61cc0e6051 cmake options 2024-03-28 20:27:14 +09:00
k.koide a7fc74a944 registration test 2024-03-28 19:45:18 +09:00
k.koide ddf5f533b2 tests 2024-03-28 18:04:21 +09:00
k.koide b219a7322e default to 20 neighbors 2024-03-28 11:48:11 +09:00
k.koide 09d4342624 registration_helper 2024-03-27 20:57:43 +09:00
k.koide e4b88db3a2 scripts 2024-03-27 18:47:22 +09:00
k.koide ef72d7ce9b generic kdtree template 2024-03-27 09:29:16 +09:00
k.koide 3752a64d21 vgicp_omp 2024-03-26 19:09:29 +09:00
k.koide 6ee032a5a8 kdtree_omp 2024-03-26 18:56:42 +09:00
k.koide eb709de524 parallerize kdtree construction 2024-03-25 19:23:09 +09:00
k.koide 10be36d0c4 comparison 2024-03-24 21:22:12 +09:00
k.koide 2617e4730b default to knn_search 2024-03-24 18:36:31 +09:00