-
Notifications
You must be signed in to change notification settings - Fork 684
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
feat(autoware_ekf_localizer)!: porting from universe to core 2nd #10067
feat(autoware_ekf_localizer)!: porting from universe to core 2nd #10067
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
73c9c21
to
408a9d8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10067 +/- ##
==========================================
+ Coverage 27.30% 28.22% +0.91%
==========================================
Files 1465 1484 +19
Lines 109899 111221 +1322
Branches 42335 43164 +829
==========================================
+ Hits 30012 31395 +1383
+ Misses 76956 76723 -233
- Partials 2931 3103 +172
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
408a9d8
to
b460485
Compare
@meliketanrikulu Could you review the change on localization/autoware_pose_covariance_modifier/README.md again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We should keep autoware-nightly.repos buildable. Procedure
So, please add
to autoware-nightly.repos and make a pull request to autoware. |
@SakodaShintaro Thank you for your review and request. I've forwarded this to the assignee of the related issue. |
Signed-off-by: Motsu-san <masahiro.sakamoto@tier4.jp>
Signed-off-by: Motsu-san <masahiro.sakamoto@tier4.jp>
Signed-off-by: Motsu-san <masahiro.sakamoto@tier4.jp>
b460485
to
87813e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I ran the ndt-ekf-deterministic-test (TIER IV INTERNAL) and it passed. 👍 |
Description
Missing autoware_universe_utils porting autowarefoundation/autoware_utils#23, previous PRs were reverted.
We are porting autoware_ekf_localizer to autoware.core, and this PR remove the package from universe
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.