-
Notifications
You must be signed in to change notification settings - Fork 669
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
refactor(localization_util): add covariance_ellipse to localization_util #7706
refactor(localization_util): add covariance_ellipse to localization_util #7706
Conversation
Signed-off-by: Shintaro Sakoda <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7706 +/- ##
===========================================
+ Coverage 14.84% 29.45% +14.61%
===========================================
Files 1999 64 -1935
Lines 139163 3537 -135626
Branches 43716 1090 -42626
===========================================
- Hits 20661 1042 -19619
+ Misses 95731 2382 -93349
+ Partials 22771 113 -22658
☔ View full report in Codecov by Sentry. |
10c1a85
into
autowarefoundation:main
…til (autowarefoundation#7706) Added covariance_ellipse to localization_util Signed-off-by: Shintaro Sakoda <[email protected]> Signed-off-by: Simon Eisenmann <[email protected]>
…til (autowarefoundation#7706) Added covariance_ellipse to localization_util Signed-off-by: Shintaro Sakoda <[email protected]>
…til (autowarefoundation#7706) Added covariance_ellipse to localization_util Signed-off-by: Shintaro Sakoda <[email protected]> Signed-off-by: palas21 <[email protected]>
…til (autowarefoundation#7706) Added covariance_ellipse to localization_util Signed-off-by: Shintaro Sakoda <[email protected]>
…til (#7706) Added covariance_ellipse to localization_util Signed-off-by: Shintaro Sakoda <[email protected]>
Description
Since several modules, not only ekf, output pose_with_covariance, it would be a good idea to move the error ellipse struct and its visualization code into localization_util to make it common.
Related links
None.
How was this PR tested?
I have confirmed that logging_simulator works well.
To get a larger error ellipse, I ran the experiment with NDT turned off and confirmed that the correct error ellipse was visualized just as before.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.