Skip to content

Commit

Permalink
Templated ikd-Tree is now supported with box search and radius search…
Browse files Browse the repository at this point in the history
… available. Fixed the submodule url in gitmodule
  • Loading branch information
Ecstasy-EC committed Dec 31, 2021
1 parent c244f81 commit c4e6165
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "include/ikd-Tree"]
path = include/ikd-Tree
url = https://github.com/hku-mars/ikd-Tree.git
url = git@github.com:hku-mars/ikd-Tree.git
branch = fast_lio
2 changes: 1 addition & 1 deletion include/ikd-Tree
Submodule ikd-Tree updated 2 files
+948 −628 ikd_Tree.cpp
+273 −116 ikd_Tree.h
2 changes: 1 addition & 1 deletion src/laserMapping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ PointCloudXYZI::Ptr _featsArray;
pcl::VoxelGrid<PointType> downSizeFilterSurf;
pcl::VoxelGrid<PointType> downSizeFilterMap;

KD_TREE ikdtree;
KD_TREE<PointType> ikdtree;

V3F XAxisPoint_body(LIDAR_SP_LEN, 0.0, 0.0);
V3F XAxisPoint_world(LIDAR_SP_LEN, 0.0, 0.0);
Expand Down

0 comments on commit c4e6165

Please sign in to comment.