-
Notifications
You must be signed in to change notification settings - Fork 104
refactor(ekf_localizer): move header files of ekf_localizer #726
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
base: main
Are you sure you want to change the base?
refactor(ekf_localizer): move header files of ekf_localizer #726
Conversation
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #726 +/- ##
==========================================
+ Coverage 50.71% 50.84% +0.13%
==========================================
Files 338 344 +6
Lines 21305 21388 +83
Branches 9710 9757 +47
==========================================
+ Hits 10804 10874 +70
- Misses 9493 9503 +10
- Partials 1008 1011 +3
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Motsu-san <[email protected]>
Signed-off-by: Motsu-san <[email protected]>
Signed-off-by: Motsu-san <[email protected]>
Signed-off-by: Motsu-san <[email protected]>
Signed-off-by: Motsu-san <[email protected]>
cbb3e3f to
0ff08b6
Compare
Description
Headers that are not publicly exposed should be moved to src/.
This makes it clear what constitutes the public API.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.