-
Notifications
You must be signed in to change notification settings - Fork 667
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(kalman_filter): prefix package and namespace with autoware #7787
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7787 +/- ##
==========================================
+ Coverage 23.88% 23.96% +0.07%
==========================================
Files 1380 1383 +3
Lines 101872 101728 -144
Branches 38793 38657 -136
==========================================
+ Hits 24333 24375 +42
+ Misses 75067 74854 -213
- Partials 2472 2499 +27
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
65a5ce5
to
86f9ba0
Compare
common/autoware_kalman_filter/include/autoware_kalman_filter/kalman_filter.hpp
Outdated
Show resolved
Hide resolved
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.
Except the include directory topic, LGTM
Back to draft to fix the issue in #7787 (comment) |
@SakodaShintaro @technolojin fixed in 8b60723 |
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.
I have confirmed that logging_simulator works well.
LGTM(for /localization)
af5102b
to
ff4a227
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.
In terms of Perception, LGTM
75cd59d
to
e1c7195
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.
logging simulator worked in my local environment. LGTM.
@esteve Could you resolve the conflicts? |
e1c7195
to
3ad65c1
Compare
@Motsu-san fixed |
3ad65c1
to
07f8385
Compare
I think we need approve from each components maintainers.
Hi, could you approve this PR? We have already checked this PR. |
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
07f8385
to
5badea8
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.
Regarding autoware_bytetrack
, LGTM. Thank you for your contribution!
@kminoda @yukkysaito |
…utowarefoundation#7787) * refactor(kalman_filter): prefix package and namespace with autoware Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> * move headers to include/autoware/ Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
prefix package and namespace with autoware
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.