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

Add FusedCovCacheMode for GICP and VGICP #40

Merged
merged 3 commits into from
Jan 14, 2025
Merged

Add FusedCovCacheMode for GICP and VGICP #40

merged 3 commits into from
Jan 14, 2025

Conversation

koide3
Copy link
Owner

@koide3 koide3 commented Jan 14, 2025

Add an option to change the cache mode of fused covariance matrices (i.e., mahalanobis)

  • FusedCovCacheMode::FULL : Stores cached cov as 4x4 double matrix (128 bit per point, fast)
  • FusedCovCacheMode::COMPACT : Stores cached cov as 3x3 float upper-triangular matrix (24 bit per point, fast)
  • FusedCovCacheMode::NONE : Do not cache fused covs (re-calculate them every linearization) (0 bit per point, slow)

@koide3 koide3 merged commit b68b388 into master Jan 14, 2025
12 checks passed
@koide3 koide3 deleted the maha branch January 14, 2025 16:02
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