Skip to content
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_planner)!: prefix package and namespace with autoware_ #6693

Merged
merged 53 commits into from
May 27, 2024

Conversation

esteve
Copy link
Contributor

@esteve esteve commented Mar 27, 2024

Description

This PR adds the autoware_ prefix to the package and puts headers in the autoware 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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@esteve esteve added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Mar 27, 2024
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Mar 27, 2024
@esteve esteve changed the title build(behavior_velocity_planner): build(static_centerline_optimizer): prefix package and namespace with autoware_ build(behavior_velocity_planner): prefix package and namespace with autoware_ Mar 27, 2024
@esteve esteve force-pushed the prefix-behavior_velocity_planner branch from d743317 to 4e686b1 Compare March 27, 2024 15:09
@esteve esteve marked this pull request as draft March 27, 2024 16:39
@esteve esteve force-pushed the prefix-behavior_velocity_planner branch 2 times, most recently from 49f86e2 to d275517 Compare April 2, 2024 13:35
@esteve esteve force-pushed the prefix-behavior_velocity_planner branch from 798be97 to 7e375bc Compare April 9, 2024 14:24
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:map Map creation, storage, and loading. (auto-assigned) type:ci Continuous Integration (CI) processes and testing. (auto-assigned) component:launch Launch files, scripts and initialization tools. (auto-assigned) component:simulation Virtual environment setups and simulations. (auto-assigned) labels Apr 12, 2024
@esteve esteve force-pushed the prefix-behavior_velocity_planner branch from 1fc5e81 to 630942e Compare April 12, 2024 15:46
@github-actions github-actions bot removed type:documentation Creating or refining documentation. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:map Map creation, storage, and loading. (auto-assigned) labels Apr 12, 2024
esteve and others added 17 commits May 24, 2024 13:43
…autoware_behavior_velocity_planner

Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
…locity_planner.launch.xml

Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
…ior_velocity_planner . BehaviorVelocityPlannerNode loads, but plugins do not.

Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
…behavior_velocity_planner namespace

Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
@esteve esteve force-pushed the prefix-behavior_velocity_planner branch from 294c6cf to f8b4cb6 Compare May 24, 2024 11:44
@esteve
Copy link
Contributor Author

esteve commented May 24, 2024

@xmfcx thanks, I've pushed the fix in f8b4cb6

@esteve esteve enabled auto-merge (squash) May 24, 2024 11:44
@xmfcx
Copy link
Contributor

xmfcx commented May 27, 2024

@esteve I will rename the PR title to refactor() instead of build() since this is a heavy refactoring task. But other than that, I've tested it and it works well. Thanks for the efforts.

@xmfcx xmfcx changed the title build(behavior_velocity_planner): prefix package and namespace with autoware_ refactor(behavior_velocity_planner): prefix package and namespace with autoware_ May 27, 2024
@xmfcx xmfcx disabled auto-merge May 27, 2024 09:34
@xmfcx xmfcx changed the title refactor(behavior_velocity_planner): prefix package and namespace with autoware_ refactor(behavior_velocity_planner)!: prefix package and namespace with autoware_ May 27, 2024
@xmfcx xmfcx merged commit 177db15 into main May 27, 2024
26 of 27 checks passed
@xmfcx xmfcx deleted the prefix-behavior_velocity_planner branch May 27, 2024 09:36
@esteve
Copy link
Contributor Author

esteve commented May 27, 2024

@xmfcx thanks for your feedback and the patience 🙂

karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…th autoware_ (autowarefoundation#6693)

Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
a-maumau pushed a commit to a-maumau/autoware.universe that referenced this pull request Jun 7, 2024
…th autoware_ (autowarefoundation#6693)

Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
…th autoware_ (#6693)

Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
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:deploy-docs Mark for deploy-docs action generation. (used-by-ci) 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)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants