Skip to content

Commit

Permalink
feat: add note for api name
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi committed Nov 28, 2024
1 parent 0cb50af commit 999ea7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/design/autoware-interfaces/prototyping/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# List of TIER IV API

!!! note

TIER IV API は High-level API または TIER IV External API と呼ばれる場合があります。

## Deprecated API

これらの API は TIER IV の独自実装であり、段階的に [AD API](../ad-api/list/index.md) に統合する予定です。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Operation mode compatibility

!!! note

TIER IV API は High-level API または TIER IV External API と呼ばれる場合があります。

## 構成(TIER IV API)

TIER IV API は、以下のような2つの入力セレクター(operator と observer)と、2つのフィルター(pause_driving と engage)からなる構成に基づいて設計されました。
フィルターの engage は車両の直接操作時(DRIVER)以外では常に適用され false の場合にコマンドを停止で上書きする効果を持ちます。
TIER IV API における Operation Mode は、以下のような2つの入力セレクター(operator と observer)と、2つのフィルター(pause_driving と engage)からなる構成に基づいて設計されました。
Engage フィルターは車両の直接操作時(DRIVER)以外では常に適用され false の場合にコマンドを停止で上書きする効果を持ちます。
もう一方のフィルターの pause_driving は AUTONOMOUS のみが対象で true の場合に車両の最高速度を 0 km/h に設定することで車両を停止させていました。

![block-tier4](./operation-mode/block-tier4.drawio.svg)
Expand Down

0 comments on commit 999ea7b

Please sign in to comment.