-
Notifications
You must be signed in to change notification settings - Fork 649
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_velocity_run_out_module): prefix package with autoware_ and move code to the autoware namespace #7154
Merged
danielsanchezaran
merged 2 commits into
main
from
prefix-behavior_velocity_run_out_module
Jun 6, 2024
Merged
refactor(autoware_velocity_run_out_module): prefix package with autoware_ and move code to the autoware namespace #7154
danielsanchezaran
merged 2 commits into
main
from
prefix-behavior_velocity_run_out_module
Jun 6, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esteve
added
the
tag:run-build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
label
May 28, 2024
github-actions
bot
added
type:documentation
Creating or refining documentation. (auto-assigned)
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
type:ci
Continuous Integration (CI) processes and testing. (auto-assigned)
component:launch
Launch files, scripts and initialization tools. (auto-assigned)
labels
May 28, 2024
esteve
force-pushed
the
prefix-behavior_velocity_run_out_module
branch
3 times, most recently
from
May 28, 2024 13:31
6b6fe98
to
82e4636
Compare
esteve
requested review from
kosuke55,
mkuri,
shmpwk,
takayuki5168,
TomohitoAndo,
tkimura4,
kyoichi-sugahara,
soblin,
maxime-clem,
satoshi-ota,
taikitanaka3,
rej55,
TakaHoribe and
zulfaqar-azmi-t4
as code owners
May 28, 2024 13:32
soblin
approved these changes
Jun 4, 2024
esteve
force-pushed
the
prefix-behavior_velocity_run_out_module
branch
from
June 4, 2024 12:43
514c0d6
to
81e1d40
Compare
kosuke55
approved these changes
Jun 5, 2024
esteve
force-pushed
the
prefix-behavior_velocity_run_out_module
branch
2 times, most recently
from
June 5, 2024 13:05
d7ed2b2
to
0aacd09
Compare
…are_ and move code to the autoware namespace Signed-off-by: Esteve Fernandez <[email protected]>
danielsanchezaran
force-pushed
the
prefix-behavior_velocity_run_out_module
branch
from
June 6, 2024 01:44
5a49d25
to
a9dd147
Compare
danielsanchezaran
requested review from
anhnv3991,
KYabuuchi,
Motsu-san,
RyuYamamoto,
SakodaShintaro,
TaikiYamada4,
YamatoAndo and
meliketanrikulu
as code owners
June 6, 2024 01:44
@esteve Sorry I fixed the merge conflicts but accidentally added other things, I wil;l fix this and get this PR to merge |
danielsanchezaran
force-pushed
the
prefix-behavior_velocity_run_out_module
branch
from
June 6, 2024 01:55
abfef08
to
12af9c2
Compare
kosuke55
approved these changes
Jun 6, 2024
@danielsanchezaran thanks, no problem. What additionals changes did you add? |
@danielsanchezaran in general, it's frowned upon to force-push other people's branches, so please don't do it in the future. Thanks. |
KhalilSelyan
pushed a commit
that referenced
this pull request
Jul 22, 2024
…are_ and move code to the autoware namespace (#7154) * refactor(autoware_velocity_run_out_module): prefix package with autoware_ and move code to the autoware namespace Signed-off-by: Esteve Fernandez <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Esteve Fernandez <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:launch
Launch files, scripts and initialization tools. (auto-assigned)
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
tag:run-build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
type:ci
Continuous Integration (CI) processes and testing. (auto-assigned)
type:documentation
Creating or refining documentation. (auto-assigned)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.