Skip to content

Odometry latency issue in large-scale scenarios #18

Description

@Tony-tpc

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:

  1. Are there any recommended parameter settings for large-scale open environments?
  2. Should I increase the voxel filter size or reduce the number of input points?
  3. Is there a recommended strategy to prevent point cloud buffer accumulation?
  4. Is frame dropping acceptable when the odometry processing cannot keep up with the LiDAR frequency?
  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions