-
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(behavior_velocity_template_module): prefix package and namespace with autoware_ #6639
Conversation
48e1be4
to
3b010b6
Compare
b229c53
to
4307fc1
Compare
@danielsanchezaran @xmfcx @mitsudome-r this is now ready for review. I've also updated the code so that |
Pull Request is not mergeable
Back to draft because I'm going to rename folders and move headers to a separate folder (see autowarefoundation/autoware#4569 (comment)) |
493ca06
to
6973420
Compare
@xmfcx @mitsudome-r I've renamed the base folder, this is now ready for review. Thanks! |
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 think this package is not used as it is, it is used as a template to create new modules.
And with these changes, it compiles correctly.
And because nothing depends on it, it should be alright to merge it.
@danielsanchezaran please review it too 🙇 , I will merge this by tomorrow. |
Similar to #6693 (review):
Needs to be updated. |
Could you rebase to latest main and fix the conflicts? |
…e with autoware_ Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
… with autoware_ Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
fe23a28
to
b08a173
Compare
@xmfcx @danielsanchezaran @takayuki5168 thank you all for your reviews 🙂 |
…pace with autoware_ (autowarefoundation#6639) Signed-off-by: Esteve Fernandez <[email protected]>
…pace with autoware_ (#6639) Signed-off-by: Esteve Fernandez <[email protected]>
Description
This PR adds the
autoware_
prefix to the package and puts headers in theautoware
namespace.Part of:
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
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.