mirror of
https://github.com/hku-mars/FAST_LIO.git
synced 2023-04-06 16:28:55 +08:00
Templated ikd-Tree is now supported with box search and radius search available. Fixed the submodule url in gitmodule
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -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
|
||||
|
||||
Submodule include/ikd-Tree updated: 7d61b56764...d730b71bf1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user