HViktorTsoi / FAST_LIO_LOCALIZATION

A simple localization framework that can re-localize in built maps based on FAST-LIO.
GNU General Public License v2.0
629 stars 131 forks source link

error: ‘ikdtree’ was not declared in this scope 223 | ikdtree.acquire_removed_points(points_history); #17

Open J-alchemist opened 1 year ago

yuxuanfanOrion commented 1 year ago

have you solved it. i meet the same problem as yours

J-alchemist commented 1 year ago

You need to modify ikdtree's declaration in this file.

------------------ 原始邮件 ------------------ 发件人: "HViktorTsoi/FAST_LIO_LOCALIZATION" @.>; 发送时间: 2023年2月25日(星期六) 上午8:40 @.>; @.**@.>; 主题: Re: [HViktorTsoi/FAST_LIO_LOCALIZATION] error: ‘ikdtree’ was not declared in this scope 223 | ikdtree.acquire_removed_points(points_history); (Issue #17)

have you solved it. i meet the same problem as yours

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

lizhengsi commented 1 year ago

you can try to change the following code in laserMapping.cpp, line 118:

// KD_TREE ikdtree;
KD_TREE<PointType> ikdtree;