-
Notifications
You must be signed in to change notification settings - Fork 664
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(autoware_behavior_velocity_speed_bump_module): prefix package and namespace with autoware #7467
refactor(autoware_behavior_velocity_speed_bump_module): prefix package and namespace with autoware #7467
Conversation
3153e1f
to
e0107d0
Compare
@esteve Doesn't the CODEOWNERS file need to be updated too? |
Pull request was closed
e0107d0
to
c9c58f8
Compare
@danielsanchezaran I've updated the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7467 +/- ##
===========================================
- Coverage 14.84% 12.40% -2.44%
===========================================
Files 1999 438 -1561
Lines 139163 36354 -102809
Branches 43716 5541 -38175
===========================================
- Hits 20661 4511 -16150
+ Misses 95731 31377 -64354
+ Partials 22771 466 -22305
☔ View full report in Codecov by Sentry. |
fd7f9fe
to
3cc5f40
Compare
@xmfcx @mitsudome-r @satoshi-ota @shmpwk could you have a look at this PR when you have a moment? Thanks. |
eef1e42
to
7e66167
Compare
@danielsanchezaran if the changes look ok to you, could you approve this PR? Thank you in advance. |
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 but please check the conflicts
…e and namespace with autoware Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
87a8d49
to
bfa7b7f
Compare
@danielsanchezaran fixed, thanks. |
…e and namespace with autoware (autowarefoundation#7467) Signed-off-by: Esteve Fernandez <[email protected]> Signed-off-by: Simon Eisenmann <[email protected]>
…e and namespace with autoware (autowarefoundation#7467) Signed-off-by: Esteve Fernandez <[email protected]>
…e and namespace with autoware (autowarefoundation#7467) Signed-off-by: Esteve Fernandez <[email protected]>
…e and namespace with autoware (#7467) Signed-off-by: Esteve Fernandez <[email protected]>
Description
This PR adds the autoware_ prefix to the package and puts headers in the autoware namespace.
Part of:
autowarefoundation/autoware#4569
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
Interface changes
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.