mirror of
https://github.com/hku-mars/FAST_LIO.git
synced 2023-04-06 16:28:55 +08:00
Fixed bug in not cleaning the points cache array of removed points.
This commit is contained in:
@@ -221,7 +221,7 @@ void points_cache_collect()
|
|||||||
{
|
{
|
||||||
PointVector points_history;
|
PointVector points_history;
|
||||||
ikdtree.acquire_removed_points(points_history);
|
ikdtree.acquire_removed_points(points_history);
|
||||||
for (int i = 0; i < points_history.size(); i++) _featsArray->push_back(points_history[i]);
|
// for (int i = 0; i < points_history.size(); i++) _featsArray->push_back(points_history[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
BoxPointType LocalMap_Points;
|
BoxPointType LocalMap_Points;
|
||||||
|
|||||||
Reference in New Issue
Block a user