Skip to content

Commit

Permalink
docs(ad_api_adaptors): fix readme to remove unused service (#4117)
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
  • Loading branch information
isamu-takagi authored Jun 29, 2023
1 parent b86d3d8 commit 53b1347
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions system/default_ad_api_helpers/ad_api_adaptors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ When a initial pose topic is received, call the localization initialize API.
This node depends on the map height fitter library.
[See here for more details.](../../../map/map_height_fitter/README.md)

| Interface | Local Name | Global Name | Description |
| ------------ | -------------- | --------------------------------- | ----------------------------------------- |
| Subscription | initialpose | /initialpose | The pose for localization initialization. |
| Client | fit_map_height | /localization/util/fit_map_height | To fix initial pose to map height |
| Client | - | /api/localization/initialize | The localization initialize API. |
| Interface | Local Name | Global Name | Description |
| ------------ | ----------- | ---------------------------- | ----------------------------------------- |
| Subscription | initialpose | /initialpose | The pose for localization initialization. |
| Client | - | /api/localization/initialize | The localization initialize API. |

## routing_adaptor

Expand Down

0 comments on commit 53b1347

Please sign in to comment.