Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timing Improvements #228

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Timing Improvements #228

wants to merge 9 commits into from

Conversation

a-krawciw
Copy link
Contributor

The primary change is to add an exponential moving average of the timing for each of preprocessing, odometry, and localization to the query cache.

This allows modules to make decisions based on the current compute load.

The primary feature is localization ICP is skipped depending on the time features. Tested with as low as 15 ms average time which will skip many frames.

Additionally, some redundant modules have been removed from LiDAR to reduce compile resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant