forked from autowarefoundation/autoware-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
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 sync-upstream
- Loading branch information
Showing
91 changed files
with
1,285 additions
and
24 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name: deploy-docs | |
on: | ||
push: | ||
branches: | ||
- main | ||
- tier4/main | ||
paths: | ||
- mkdocs.yaml | ||
- "**/*.md" | ||
|
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,28 @@ | ||
name: sync-upstream | ||
|
||
on: | ||
schedule: | ||
- cron: 0 0 * * * | ||
workflow_dispatch: | ||
|
||
jobs: | ||
sync-upstream: | ||
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: sync-upstream | ||
sync-target-repository: https://github.com/autowarefoundation/autoware-documentation.git | ||
sync-target-branch: main | ||
pr-title: "chore: sync upstream" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
nav: | ||
- index.md | ||
- component-interfaces | ||
- AD API: ad-api | ||
- autoware-interface | ||
- configuration-management |
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
nav: | ||
- Prototyping: prototyping |
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,3 @@ | ||
nav: | ||
- api | ||
- type |
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,3 @@ | ||
collapse: true | ||
nav: | ||
- list.md |
14 changes: 14 additions & 0 deletions
14
...ign/autoware-interface/prototyping/api/external/get/command/selected/control.md
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,14 @@ | ||
# /api/external/get/command/selected/control | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/ControlCommandStamped | ||
|
||
## Description | ||
|
||
車両にて受け付けた最新の制御コマンドを取得する。 | ||
|
||
## Requirement | ||
|
||
車両が受け付けた local/remote いずれかの制御コマンドを提供すること。 |
14 changes: 14 additions & 0 deletions
14
...ign/autoware-interface/prototyping/api/external/get/command/selected/vehicle.md
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,14 @@ | ||
# /api/external/get/command/selected/vehicle | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/ControlCommandStamped | ||
|
||
## Description | ||
|
||
車両に送信している最新の制御コマンドを取得する。 | ||
|
||
## Requirement | ||
|
||
車両に送信している各種処理を行った最終的な制御コマンドを提供すること。 |
14 changes: 14 additions & 0 deletions
14
docs/design/autoware-interface/prototyping/api/external/get/diagnostics.md
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,14 @@ | ||
# /api/external/get/diagnostics | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/ClassifiedDiagnostics | ||
|
||
## Description | ||
|
||
車両の各種診断情報を取得する。 | ||
|
||
## Requirement | ||
|
||
現在の車両の状態に応じて分類した各種診断情報を提供すること。 |
14 changes: 14 additions & 0 deletions
14
docs/design/autoware-interface/prototyping/api/external/get/door.md
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,14 @@ | ||
# /api/external/get/door | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/DoorStatus | ||
|
||
## Description | ||
|
||
車両のドア状態を取得する。 | ||
|
||
## Requirement | ||
|
||
車両のドア状態を提供すること。 |
14 changes: 14 additions & 0 deletions
14
docs/design/autoware-interface/prototyping/api/external/get/emergency.md
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,14 @@ | ||
# /api/external/get/emergency | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/Emergency | ||
|
||
## Description | ||
|
||
車両を外部指示緊急停止状態を取得する。 | ||
|
||
## Requirement | ||
|
||
車両の停止が完了しているかに関わらず、外部指示緊急停止状態が取得できること。 |
14 changes: 14 additions & 0 deletions
14
docs/design/autoware-interface/prototyping/api/external/get/engage.md
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,14 @@ | ||
# /api/external/get/engage | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/EngageStatus | ||
|
||
## Description | ||
|
||
エンゲージ状態を取得する。 | ||
|
||
## Requirement | ||
|
||
現在のエンゲージ状態が取得できること。 |
14 changes: 14 additions & 0 deletions
14
docs/design/autoware-interface/prototyping/api/external/get/map/info/hash.md
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,14 @@ | ||
# /api/external/get/map/info/hash | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/MapHash | ||
|
||
## Description | ||
|
||
現在設定されている地図のハッシュを取得する。 | ||
|
||
## Requirement | ||
|
||
地図データを保持するファイルのハッシュ値(SHA-256)を取得できること。 |
14 changes: 14 additions & 0 deletions
14
docs/design/autoware-interface/prototyping/api/external/get/map/lanelet/xml.md
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,14 @@ | ||
# /api/external/get/map/lanelet/xml | ||
|
||
## Classification | ||
|
||
- Behavior: Service | ||
- DataType: tier4_external_api_msgs/srv/GetTextFile | ||
|
||
## Description | ||
|
||
地図情報を Lanelet の XML(OSM) 形式で取得する。 | ||
|
||
## Requirement | ||
|
||
必要に応じて地図フォーマットの変換を行い、地図情報が Lanelet の XML(OSM) 形式で取得できること。 |
14 changes: 14 additions & 0 deletions
14
docs/design/autoware-interface/prototyping/api/external/get/metadata/packages.md
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,14 @@ | ||
# /api/external/get/metadata/packages | ||
|
||
## Classification | ||
|
||
- Behavior: Service | ||
- DataType: tier4_external_api_msgs/srv/GetMetadataPackages | ||
|
||
## Description | ||
|
||
Autoware の実装バージョンを特定するための各種情報を取得する。 | ||
|
||
## Requirement | ||
|
||
Autoware を構成する各パッケージが本 API 向けの情報を提供している場合、パッケージ名をキーとする辞書形式で情報が取得できること。 |
14 changes: 14 additions & 0 deletions
14
docs/design/autoware-interface/prototyping/api/external/get/observer.md
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,14 @@ | ||
# /api/external/get/observer | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/Observer | ||
|
||
## Description | ||
|
||
車両の監視を行う対象を取得する。 | ||
|
||
## Requirement | ||
|
||
現在車両の監視を行っている対象を取得できること。 |
14 changes: 14 additions & 0 deletions
14
docs/design/autoware-interface/prototyping/api/external/get/operator.md
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,14 @@ | ||
# /api/external/get/operator | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/Operator | ||
|
||
## Description | ||
|
||
車両の操作を行う対象を取得する。 | ||
|
||
## Requirement | ||
|
||
現在車両の操作を行っている対象を取得できること。 |
19 changes: 19 additions & 0 deletions
19
docs/design/autoware-interface/prototyping/api/external/get/rosbag_logging_mode.md
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,19 @@ | ||
# /api/external/get/rosbag_logging_mode | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/RosbagLoggingMode | ||
|
||
## Description | ||
|
||
rosbag 記録モードを取得する。 | ||
|
||
| Mode | is_operation_mode | | ||
| ------------- | ----------------- | | ||
| 常時記録 | false | | ||
| EM 発生時記録 | true | | ||
|
||
## Requirement | ||
|
||
現在設定されている「常時記録」または「EM 発生時記録」いずれかの rosbag 記録モードを提供すること。 |
14 changes: 14 additions & 0 deletions
14
docs/design/autoware-interface/prototyping/api/external/get/route.md
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,14 @@ | ||
# /api/external/get/route | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/Route | ||
|
||
## Description | ||
|
||
車両の運行ルートを取得する。 | ||
|
||
## Requirement | ||
|
||
[[/api/external/set/route]]により設定された運行ルートを取得できること。 |
14 changes: 14 additions & 0 deletions
14
docs/design/autoware-interface/prototyping/api/external/get/service.md
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,14 @@ | ||
# /api/external/get/service | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/Service | ||
|
||
## Description | ||
|
||
車両のサービス提供状態を取得する。 | ||
|
||
## Requirement | ||
|
||
[[/api/external/set/engage]]により設定されたサービス状態を取得できること。 |
14 changes: 14 additions & 0 deletions
14
docs/design/autoware-interface/prototyping/api/external/get/vehicle/status.md
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,14 @@ | ||
# /api/external/get/vehicle/status | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/VehicleStatusStamped | ||
|
||
## Description | ||
|
||
車両制御に関する情報を取得する。 | ||
|
||
## Requirement | ||
|
||
車両の速度、ステア、ウィンカー、ギアに関する情報を取得できること。 |
18 changes: 18 additions & 0 deletions
18
docs/design/autoware-interface/prototyping/api/external/get/version.md
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,18 @@ | ||
# /api/external/get/version | ||
|
||
## Classification | ||
|
||
- Behavior: Service | ||
- DataType: autoware_external_api_msgs/srv/GetVersion | ||
|
||
## Description | ||
|
||
Autoware External API のバージョン情報を取得する。 | ||
|
||
## Requirement | ||
|
||
以下の規則に従ったバージョン文字列`major.minor.patch`が取得できること。 | ||
|
||
- major: 全体に関わる大規模な変更があったとき。 | ||
- minor: 互換性の失われる変更があったとき。 | ||
- patch: 互換性の維持される変更があったとき。 |
14 changes: 14 additions & 0 deletions
14
docs/design/autoware-interface/prototyping/api/external/set/clear_route.md
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,14 @@ | ||
# /api/external/set/clear_route | ||
|
||
## Classification | ||
|
||
- Behavior: Service | ||
- DataType: tier4_external_api_msgs/srv/ClearRoute | ||
|
||
## Description | ||
|
||
車両の運行ルートを取り消す。 | ||
|
||
## Requirement | ||
|
||
[[/api/external/set/route]]により設定された運行ルートを取り消すこと。 |
14 changes: 14 additions & 0 deletions
14
...design/autoware-interface/prototyping/api/external/set/command/local/control.md
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,14 @@ | ||
# /api/external/set/command/local/control | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/ControlCommandStamped | ||
|
||
## Description | ||
|
||
車両のアクセル・ブレーキ・ステアリングを制御するコマンドを送信する。 | ||
|
||
## Requirement | ||
|
||
現在の車両状態を考慮し、指定されたコマンドを可能な限り反映した制御を行うこと。 |
15 changes: 15 additions & 0 deletions
15
...ign/autoware-interface/prototyping/api/external/set/command/local/gear_shift.md
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 @@ | ||
# /api/external/set/command/local/gear_shift | ||
|
||
## Classification | ||
|
||
- Category: Optional | ||
- Behavior: Topic | ||
- DataType: autoware_external_api_msgs/msg/GearShiftStamped | ||
|
||
## Description | ||
|
||
車両の変速機を制御するコマンドを送信する。 | ||
|
||
## Requirement | ||
|
||
現在の車両状態を考慮し、指定されたコマンドを可能な限り反映した制御を行うこと。 |
14 changes: 14 additions & 0 deletions
14
...sign/autoware-interface/prototyping/api/external/set/command/local/heartbeat.md
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,14 @@ | ||
# /api/external/set/command/local/heartbeat | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/Heartbeat | ||
|
||
## Description | ||
|
||
車両との通信状態を確認するための信号を送信する。 | ||
|
||
## Requirement | ||
|
||
この信号が途切れた場合、車両は監視されていない状態になったとして適切な制御を行うこと。 |
14 changes: 14 additions & 0 deletions
14
docs/design/autoware-interface/prototyping/api/external/set/command/local/shift.md
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,14 @@ | ||
# /api/external/set/command/local/shift | ||
|
||
## Classification | ||
|
||
- Behavior: Topic | ||
- DataType: tier4_external_api_msgs/msg/GearShiftStamped | ||
|
||
## Description | ||
|
||
車両の変速機を制御するコマンドを送信する。 | ||
|
||
## Requirement | ||
|
||
現在の車両状態を考慮し、指定されたコマンドを可能な限り反映した制御を行うこと。 |
Oops, something went wrong.