-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into import-autoware-cmake-utils
- Loading branch information
Showing
272 changed files
with
45,001 additions
and
1,212 deletions.
There are no files selected for viewing
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
Validating CODEOWNERS rules …
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
### Automatically generated from package.xml ### | ||
autoware_dependency_checker/** [email protected] | ||
bag2lanelet/** [email protected] [email protected] | ||
common/autoware_debug_tools/** [email protected] [email protected] [email protected] [email protected] [email protected] | ||
common/mission_planner_rviz_plugin/** [email protected] | ||
common/rtc_manager_rviz_plugin/** [email protected] [email protected] | ||
common/tier4_automatic_goal_rviz_plugin/** [email protected] [email protected] [email protected] [email protected] | ||
|
@@ -11,6 +13,7 @@ common/tier4_debug_tools/** [email protected] | |
common/tier4_logging_level_configure_rviz_plugin/** [email protected] [email protected] [email protected] | ||
common/tier4_screen_capture_rviz_plugin/** [email protected] [email protected] [email protected] | ||
common/tier4_simulated_clock_rviz_plugin/** [email protected] | ||
common/tier4_string_viewer_rviz_plugin/** [email protected] | ||
common/tier4_target_object_type_rviz_plugin/** [email protected] | ||
control/control_debug_tools/** [email protected] [email protected] | ||
control/stop_accel_evaluator/** [email protected] | ||
|
@@ -20,6 +23,11 @@ driving_environment_analyzer/** [email protected] | |
evaluation/tier4_metrics_rviz_plugin/** [email protected] [email protected] [email protected] [email protected] [email protected] | ||
localization/deviation_estimation_tools/deviation_estimator/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
localization/deviation_estimation_tools/deviation_evaluator/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
map/autoware_lanelet2_map_utils/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
map/autoware_lanelet2_map_validator/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
map/autoware_pointcloud_divider/** [email protected] | ||
map/autoware_pointcloud_merger/** [email protected] | ||
planning/autoware_planning_data_analyzer/** [email protected] [email protected] | ||
planning/autoware_route_client/** [email protected] | ||
planning/autoware_rtc_replayer/** [email protected] [email protected] | ||
planning/planning_debug_tools/** [email protected] [email protected] [email protected] | ||
|
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This file is automatically synced from: | ||
# https://github.com/autowarefoundation/sync-file-templates | ||
# To make changes, update the source repository and follow the guidelines in its README. | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: / | ||
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval | ||
schedule: | ||
interval: monthly | ||
open-pull-requests-limit: 1 | ||
labels: | ||
- tag:bot | ||
- type:github-actions |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,11 @@ | ||
## Description | ||
|
||
<!-- Write a brief description of this PR. --> | ||
|
||
## Related links | ||
|
||
<!-- Write the links related to this PR. Private links should be clearly marked as private, for example, '[FOO COMPANY INTERNAL LINK](https://example.com)'. --> | ||
|
||
## Tests performed | ||
|
||
<!-- Describe how you have tested this PR. --> | ||
## How was this PR tested? | ||
|
||
## Notes for reviewers | ||
|
||
<!-- Write additional information if necessary. It should be written if there are related PRs that should be merged at the same time. --> | ||
|
||
## Interface changes | ||
|
||
<!-- Describe any changed interfaces, such as topics, services, or parameters. --> | ||
None. | ||
|
||
## Effects on system behavior | ||
|
||
<!-- Describe how this PR affects the system behavior. --> | ||
|
||
## Pre-review checklist for the PR author | ||
|
||
The PR author **must** check the checkboxes below when creating the PR. | ||
|
||
- [ ] I've confirmed the [contribution guidelines]. | ||
- [ ] The PR follows the [pull request guidelines]. | ||
|
||
## In-review checklist for the PR reviewers | ||
|
||
The PR reviewers **must** check the checkboxes below before approval. | ||
|
||
- [ ] The PR follows the [pull request guidelines]. | ||
- [ ] The PR has been properly tested. | ||
- [ ] The PR has been reviewed by the code owners. | ||
|
||
## 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. | ||
- [ ] The PR is ready for merge. | ||
|
||
After all checkboxes are checked, anyone who has write access can merge the PR. | ||
|
||
[contribution guidelines]: https://autowarefoundation.github.io/autoware-documentation/main/contributing/ | ||
[pull request guidelines]: https://autowarefoundation.github.io/autoware-documentation/main/contributing/pull-request-guidelines/ | ||
None. |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
# This file is automatically synced from: | ||
# https://github.com/autowarefoundation/sync-file-templates | ||
# To make changes, update the source repository and follow the guidelines in its README. | ||
|
||
name: cancel-previous-workflows | ||
|
||
on: | ||
pull_request_target: | ||
|
||
jobs: | ||
cancel-previous-workflows: | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Cancel previous runs | ||
uses: styfle/[email protected].0 | ||
uses: styfle/[email protected].1 | ||
with: | ||
workflow_id: all | ||
all_but_latest: true |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# This file is automatically synced from: | ||
# https://github.com/autowarefoundation/sync-file-templates | ||
# To make changes, update the source repository and follow the guidelines in its README. | ||
|
||
name: comment-on-pr | ||
on: | ||
pull_request_target: | ||
|
||
jobs: | ||
comment-on-pr: | ||
runs-on: ubuntu-22.04 | ||
permissions: | ||
pull-requests: write | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Initial PR comment | ||
uses: marocchino/sticky-pull-request-comment@v2 | ||
with: | ||
message: | | ||
Thank you for contributing to the Autoware project! | ||
🚧 If your pull request is in progress, [switch it to draft mode](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request#converting-a-pull-request-to-a-draft). | ||
Please ensure: | ||
- You've checked our [contribution guidelines](https://autowarefoundation.github.io/autoware-documentation/main/contributing/). | ||
- Your PR follows our [pull request guidelines](https://autowarefoundation.github.io/autoware-documentation/main/contributing/pull-request-guidelines/). | ||
- All required CI checks pass before [marking the PR ready for review](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request#marking-a-pull-request-as-ready-for-review). |
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
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
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
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
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
Oops, something went wrong.