forked from autowarefoundation/autoware.universe
-
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 'tier4/main' into ci/dispatch-sim-evaluation-tools
- Loading branch information
Showing
2,236 changed files
with
132,521 additions
and
59,373 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
{ | ||
"ignorePaths": [ | ||
"**/perception/**", | ||
"**/planning/**", | ||
"**/sensing/**", | ||
"sensing/tier4_pcl_extensions/include/**", | ||
"perception/bytetrack/lib/**" | ||
], | ||
"ignoreRegExpList": [], | ||
"words": [] | ||
"words": ["dltype", "tvmgen", "quantizer", "imageio", "mimsave"] | ||
Check warning on line 8 in .cspell-partial.json
|
||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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,41 +1,41 @@ | ||
ci: | ||
"type:ci": | ||
- .github/**/* | ||
- "*.json" | ||
- "*.yaml" | ||
- "*.cfg" | ||
- .clang-format | ||
- .gitignore | ||
- .prettierignore | ||
documentation: | ||
"type:documentation": | ||
- docs/**/* | ||
- "**/*.md" | ||
- "**/*.rst" | ||
- "**/*.jpg" | ||
- "**/*.png" | ||
- "**/*.svg" | ||
common: | ||
"component:common": | ||
- common/**/* | ||
control: | ||
"component:control": | ||
- control/**/* | ||
evaluator: | ||
"component:evaluator": | ||
- evaluator/**/* | ||
launch: | ||
"component:launch": | ||
- launch/**/* | ||
localization: | ||
"component:localization": | ||
- localization/**/* | ||
map: | ||
"component:map": | ||
- map/**/* | ||
perception: | ||
"component:perception": | ||
- perception/**/* | ||
planning: | ||
"component:planning": | ||
- planning/**/* | ||
sensing: | ||
"component:sensing": | ||
- sensing/**/* | ||
simulator: | ||
"component:simulation": | ||
- simulator/**/* | ||
system: | ||
"component:system": | ||
- system/**/* | ||
tools: | ||
"component:tools": | ||
- tools/**/* | ||
vehicle: | ||
"component:vehicle": | ||
- vehicle/**/* |
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,34 @@ | ||
name: beta-to-tier4-main-sync | ||
|
||
on: | ||
workflow_dispatch: | ||
inputs: | ||
source_branch: | ||
description: Source branch | ||
required: true | ||
type: string | ||
|
||
jobs: | ||
sync-beta-branch: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Generate token | ||
id: generate-token | ||
uses: tibdex/github-app-token@v1 | ||
with: | ||
app_id: ${{ secrets.APP_ID }} | ||
private_key: ${{ secrets.PRIVATE_KEY }} | ||
|
||
- name: Run sync-branches | ||
uses: autowarefoundation/autoware-github-actions/sync-branches@v1 | ||
with: | ||
token: ${{ steps.generate-token.outputs.token }} | ||
base-branch: tier4/main | ||
sync-pr-branch: beta-to-tier4-main-sync | ||
sync-target-repository: https://github.com/tier4/autoware.universe.git | ||
sync-target-branch: ${{ inputs.source_branch }} | ||
pr-title: "chore: sync beta branch ${{ inputs.source_branch }} with tier4/main" | ||
pr-labels: | | ||
bot | ||
sync-beta-branch | ||
auto-merge-method: merge |
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,45 @@ | ||
name: dispatch-push-event | ||
on: | ||
push: | ||
|
||
jobs: | ||
search-dispatch-repo: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
include: | ||
- { version: beta/v0.3.**, dispatch-repo: pilot-auto.x1.eve } | ||
outputs: | ||
dispatch-repo: ${{ steps.search-dispatch-repo.outputs.value }} | ||
steps: | ||
- name: Search dispatch repo | ||
id: search-dispatch-repo | ||
run: | | ||
if [[ ${{ github.ref_name }} =~ ${{ matrix.version }} ]]; then | ||
echo ::set-output name=value::"${{ matrix.dispatch-repo }}" | ||
echo "Detected beta branch: ${{ github.ref_name }}" | ||
echo "Dispatch repository: ${{ matrix.dispatch-repo }}" | ||
fi | ||
dispatch-push-event: | ||
runs-on: ubuntu-latest | ||
needs: search-dispatch-repo | ||
if: ${{ needs.search-dispatch-repo.outputs.dispatch-repo != '' }} | ||
steps: | ||
- name: Generate token | ||
id: generate-token | ||
uses: tibdex/github-app-token@v1 | ||
with: | ||
app_id: ${{ secrets.INTERNAL_APP_ID }} | ||
private_key: ${{ secrets.INTERNAL_PRIVATE_KEY }} | ||
|
||
# 注意: workflow_dispatchで指定するブランチはmain固定となっているため、dispatch-repoのmainブランチにupdate-beta-branch.yamlが存在することが前提条件。 | ||
- name: Dispatch the update-beta-branch workflow | ||
run: | | ||
curl -L \ | ||
-X POST \ | ||
-H "Accept: application/vnd.github+json" \ | ||
-H "Authorization: Bearer ${{ steps.generate-token.outputs.token }}" \ | ||
-H "X-GitHub-Api-Version: 2022-11-28" \ | ||
https://api.github.com/repos/tier4/${{ needs.search-dispatch-repo.outputs.dispatch-repo }}/actions/workflows/update-beta-branch.yaml/dispatches \ | ||
-d '{"ref":"main"}' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ name: spell-check-all | |
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: 0 0 * * * | ||
|
||
jobs: | ||
spell-check-all: | ||
|
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,25 @@ | ||
name: sync-awf-latest | ||
|
||
on: | ||
schedule: | ||
- cron: 0 15 * * * | ||
workflow_dispatch: | ||
|
||
jobs: | ||
sync-awf-latest: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
- name: Commit Results | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
git checkout awf-latest | ||
git remote add awf https://github.com/autowarefoundation/autoware.universe | ||
git fetch awf main | ||
git rebase awf/main | ||
git push origin awf-latest --force |
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 |
---|---|---|
|
@@ -5,8 +5,6 @@ | |
<version>0.0.0</version> | ||
<description>The autoware_ad_api_specs package</description> | ||
<maintainer email="[email protected]">Takagi, Isamu</maintainer> | ||
<maintainer email="[email protected]">yabuta</maintainer> | ||
<maintainer email="[email protected]">Kah Hooi Tan</maintainer> | ||
<maintainer email="[email protected]">Ryohsuke Mitsudome</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
|
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.