Skip to content

Commit

Permalink
Merge pull request #59 from tier4/fix/docs-initial-pose-service
Browse files Browse the repository at this point in the history
fix: service data type
  • Loading branch information
hayato-m126 authored Dec 3, 2024
2 parents 3376330 + 6def6e2 commit ec98513
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions docs/use_case/ar_tag_based_localizer.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Published topics:

## Service name and data type used by the evaluation node

| Service name | Data type |
| ---------------------------- | ---------------------- |
| /api/localization/initialize | InitializeLocalization |
| Service name | Data type |
| ------------------------ | -------------------------------------------------- |
| /localization/initialize | tier4_localization_msgs/srv/InitializeLocalization |

## Arguments passed to logging_simulator.launch

Expand Down
6 changes: 3 additions & 3 deletions docs/use_case/ar_tag_based_localizer.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Published topics:

## 評価ノードが使用する Service 名とデータ型

| service 名 | データ型 |
| ---------------------------- | ---------------------- |
| /api/localization/initialize | InitializeLocalization |
| service 名 | データ型 |
| ------------------------ | -------------------------------------------------- |
| /localization/initialize | tier4_localization_msgs/srv/InitializeLocalization |

## logging_simulator.launch に渡す引数

Expand Down
6 changes: 3 additions & 3 deletions docs/use_case/eagleye.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Published topics:

## Service name and data type used by the evaluation node

| Service name | Data type |
| ---------------------------- | ---------------------- |
| /api/localization/initialize | InitializeLocalization |
| Service name | Data type |
| ------------------------ | -------------------------------------------------- |
| /localization/initialize | tier4_localization_msgs/srv/InitializeLocalization |

## Arguments passed to logging_simulator.launch

Expand Down
6 changes: 3 additions & 3 deletions docs/use_case/eagleye.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ Published topics:

## 評価ノードが使用する Service 名とデータ型

| service 名 | データ型 |
| ---------------------------- | ---------------------- |
| /api/localization/initialize | InitializeLocalization |
| service 名 | データ型 |
| ------------------------ | -------------------------------------------------- |
| /localization/initialize | tier4_localization_msgs/srv/InitializeLocalization |

## logging_simulator.launch に渡す引数

Expand Down
6 changes: 3 additions & 3 deletions docs/use_case/localization.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ Published topics:

## Service name and data type used by the evaluation node

| Service name | Data type |
| ---------------------------- | ---------------------- |
| /api/localization/initialize | InitializeLocalization |
| Service name | Data type |
| ------------------------ | -------------------------------------------------- |
| /localization/initialize | tier4_localization_msgs/srv/InitializeLocalization |

## Arguments passed to logging_simulator.launch

Expand Down
6 changes: 3 additions & 3 deletions docs/use_case/localization.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ Published topics:

## 評価ノードが使用する Service 名とデータ型

| service 名 | データ型 |
| ---------------------------- | ---------------------- |
| /api/localization/initialize | InitializeLocalization |
| service 名 | データ型 |
| ------------------------ | -------------------------------------------------- |
| /localization/initialize | tier4_localization_msgs/srv/InitializeLocalization |

## logging_simulator.launch に渡す引数

Expand Down
6 changes: 3 additions & 3 deletions docs/use_case/performance_diag.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ Published topics:

## Service name and data type used by the evaluation node

| Service name | Data type |
| ---------------------------- | ---------------------- |
| /api/localization/initialize | InitializeLocalization |
| Service name | Data type |
| ------------------------ | -------------------------------------------------- |
| /localization/initialize | tier4_localization_msgs/srv/InitializeLocalization |

## Arguments passed to logging_simulator.launch

Expand Down
6 changes: 3 additions & 3 deletions docs/use_case/performance_diag.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ Published topics:

## 評価ノードが使用する Service 名とデータ型

| service 名 | データ型 |
| ---------------------------- | ---------------------- |
| /api/localization/initialize | InitializeLocalization |
| service 名 | データ型 |
| ------------------------ | -------------------------------------------------- |
| /localization/initialize | tier4_localization_msgs/srv/InitializeLocalization |

## logging_simulator.launch に渡す引数

Expand Down
6 changes: 3 additions & 3 deletions docs/use_case/yabloc.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Published topics:

## Service name and data type used by the evaluation node

| Service name | Data type |
| ---------------------------- | ---------------------- |
| /api/localization/initialize | InitializeLocalization |
| Service name | Data type |
| ------------------------ | -------------------------------------------------- |
| /localization/initialize | tier4_localization_msgs/srv/InitializeLocalization |

## Arguments passed to logging_simulator.launch

Expand Down
6 changes: 3 additions & 3 deletions docs/use_case/yabloc.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ Published topics:

## 評価ノードが使用する Service 名とデータ型

| service 名 | データ型 |
| ---------------------------- | ---------------------- |
| /api/localization/initialize | InitializeLocalization |
| service 名 | データ型 |
| ------------------------ | -------------------------------------------------- |
| /localization/initialize | tier4_localization_msgs/srv/InitializeLocalization |

## logging_simulator.launch に渡す引数

Expand Down

0 comments on commit ec98513

Please sign in to comment.