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

[IDEA] ICP pose covariance estimation #1

Open
2 of 3 tasks
giafranchini opened this issue Aug 28, 2023 · 0 comments
Open
2 of 3 tasks

[IDEA] ICP pose covariance estimation #1

giafranchini opened this issue Aug 28, 2023 · 0 comments

Comments

@giafranchini
Copy link
Collaborator

giafranchini commented Aug 28, 2023

An estimation for the output odometry pose covariance is needed. The algorithm computes a new pose p2 from the previous one p1 with known covariance applying the transformation p2 = T * p1 = T_icp * T_pred * p1, where:

  • T_icp is the transformation between the input cloud and the local map, outputted by the ICP loop. Its covariance tracks:
    • sensor noise
    • randomness inherent to the ICP
  • T_pred is the motion prediction used as initial condition for the ICP loop. Its covariance tracks:
    • errors due to wrong initialization

TODO:

  • compute covariance of T_icp with the kalman method proposed by Yuan;
  • compute covariance of T_pred;
  • compose poses and related covariances as described here, chapter 5;
@giafranchini giafranchini changed the title Compute odometry pose covariance ICP pose covariance estimation May 13, 2024
@giafranchini giafranchini changed the title ICP pose covariance estimation [IDEA] ICP pose covariance estimation May 13, 2024
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

No branches or pull requests

1 participant