Hi, thank you for your great work on Adaptive-LIO.
I am currently testing Adaptive-LIO in different indoor environments and noticed an odometry latency issue in large-scale open scenes.
The algorithm performs very well in small indoor environments, with stable and real-time odometry output. However, in spacious environments such as gymnasiums, the scan matching / registration step seems to take significantly longer. This causes incoming point cloud messages to accumulate in the processing buffer, and eventually leads to delayed odometry output.
In my case, the latency appears to be related to the increased matching time in large and less-structured environments.
I would like to ask:
- Are there any recommended parameter settings for large-scale open environments?
- Should I increase the voxel filter size or reduce the number of input points?
- Is there a recommended strategy to prevent point cloud buffer accumulation?
- Is frame dropping acceptable when the odometry processing cannot keep up with the LiDAR frequency?
- Are there any specific modules in Adaptive-LIO that should be tuned to improve real-time performance in such scenes?
Thank you very much for your help and suggestions.
Hi, thank you for your great work on Adaptive-LIO.
I am currently testing Adaptive-LIO in different indoor environments and noticed an odometry latency issue in large-scale open scenes.
The algorithm performs very well in small indoor environments, with stable and real-time odometry output. However, in spacious environments such as gymnasiums, the scan matching / registration step seems to take significantly longer. This causes incoming point cloud messages to accumulate in the processing buffer, and eventually leads to delayed odometry output.
In my case, the latency appears to be related to the increased matching time in large and less-structured environments.
I would like to ask:
Thank you very much for your help and suggestions.