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

chore(bpp): add prefix autoware_ #7288

Merged

Conversation

satoshi-ota
Copy link
Contributor

@satoshi-ota satoshi-ota commented Jun 6, 2024

Description

rename package to autoware_behavior_path_planner_common from behavior_path_planner_common.

Part of:

Tests performed

grep -R -w behavior_path_planner_common planning

Effects on system behavior

Nothing.

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.

  • 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.

@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:planning Route planning, decision-making, and navigation. (auto-assigned) labels Jun 6, 2024
@satoshi-ota satoshi-ota added run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) and removed type:documentation Creating or refining documentation. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) labels Jun 6, 2024
@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:planning Route planning, decision-making, and navigation. (auto-assigned) labels Jun 6, 2024
@satoshi-ota satoshi-ota force-pushed the chore/add-prefix-bpp-common branch from 97e63dc to 0a097ff Compare June 6, 2024 00:47
@satoshi-ota satoshi-ota removed the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jun 6, 2024
@satoshi-ota satoshi-ota force-pushed the chore/add-prefix-bpp-common branch from 0a097ff to f051d39 Compare June 6, 2024 00:48
@satoshi-ota satoshi-ota removed request for knzo25 and kminoda June 6, 2024 00:48
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
@satoshi-ota satoshi-ota force-pushed the chore/add-prefix-bpp-common branch from 2abda21 to 98aad65 Compare June 6, 2024 01:09
@satoshi-ota satoshi-ota added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jun 6, 2024
@satoshi-ota satoshi-ota enabled auto-merge (squash) June 6, 2024 02:14
@satoshi-ota
Copy link
Contributor Author

We can ignore this error in pre-commit-optional.

Markdown Link Check......................................................Failed
- hook id: markdown-link-check
- exit code: 1


  ERROR: 1 dead links found in planning/autoware_behavior_path_planner_common/docs/behavior_path_planner_path_generation_design.md !
  [✖] https://github.com/autowarefoundation/autoware.universe/blob/main/planning/autoware_behavior_path_planner_common/include/autoware_behavior_path_planner_common/utils/path_shifter/path_shifter.hpp → Status: 404

@tkimura4
Copy link
Contributor

tkimura4 commented Jun 6, 2024

@satoshi-ota
Do you also need to make changes to the
CODEOWNER file?

(Ref. https://github.com/autowarefoundation/autoware.universe/pull/6639/files )

@satoshi-ota
Copy link
Contributor Author

satoshi-ota commented Jun 6, 2024

@tkimura4 Oh. You're right. I'll add a commit. (Fortunatelly, the build ci doesn't run yet.)

-> 8ae64bd

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
@github-actions github-actions bot added the type:ci Continuous Integration (CI) processes and testing. (auto-assigned) label Jun 6, 2024
@satoshi-ota satoshi-ota merged commit 09b0c40 into autowarefoundation:main Jun 6, 2024
22 of 25 checks passed
@satoshi-ota satoshi-ota deleted the chore/add-prefix-bpp-common branch June 6, 2024 07:20
kminoda pushed a commit to kminoda/autoware.universe that referenced this pull request Jun 6, 2024
* chore(common): rename package

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(static_obstacle_avoidance): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(dynamic_obstacle_avoidance): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(side_shift): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(sampling_planner): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(start_planner): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(goal_planner): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(lane_change): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(external_lane_change): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(AbLC): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(bpp-node): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(static_centerline_generator): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(.pages): update link

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
* chore(common): rename package

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(static_obstacle_avoidance): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(dynamic_obstacle_avoidance): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(side_shift): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(sampling_planner): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(start_planner): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(goal_planner): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(lane_change): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(external_lane_change): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(AbLC): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(bpp-node): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(static_centerline_generator): fix header

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(.pages): update link

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) 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
None yet
Development

Successfully merging this pull request may close these issues.

8 participants