Skip to content

Commit a203874

Browse files
committed
add description
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent 2c7b94d commit a203874

4 files changed

Lines changed: 28 additions & 0 deletions

File tree

docs/design/autoware-architecture-v1/interfaces/components/list/map-get_differential_pointcloud_map.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,16 @@ timeout: ---
1919

2020
## Errors
2121

22+
Load failure: If the map fails to load because it doesn't exist, is in the wrong format, etc., a failure response is returned and a diagnostic error is reported.
23+
2224
## Support
2325

26+
This interface may not be provided if entire map loading interface is provided.
27+
2428
## Limitations
2529

30+
Large data: If large maps are used, DDS configuration may be required. [See this page for details.](https://autowarefoundation.github.io/autoware-documentation/main/installation/additional-settings-for-developers/network-configuration/dds-settings/)
31+
2632
## Use Cases
2733

2834
## Requirement

docs/design/autoware-architecture-v1/interfaces/components/list/map-get_partial_pointcloud_map.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,16 @@ timeout: ---
1919

2020
## Errors
2121

22+
Load failure: If the map fails to load because it doesn't exist, is in the wrong format, etc., a failure response is returned and a diagnostic error is reported.
23+
2224
## Support
2325

26+
This interface may not be provided if entire map loading interface is provided.
27+
2428
## Limitations
2529

30+
Large data: If large maps are used, DDS configuration may be required. [See this page for details.](https://autowarefoundation.github.io/autoware-documentation/main/installation/additional-settings-for-developers/network-configuration/dds-settings/)
31+
2632
## Use Cases
2733

2834
## Requirement

docs/design/autoware-architecture-v1/interfaces/components/list/map-pointcloud_map.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,22 @@ qos_depth: 1
1818

1919
## Description
2020

21+
Provide the entire point cloud map for other components.
22+
2123
## Message
2224

2325
## Errors
2426

27+
Load failure: If the map fails to load because it doesn't exist, is in the wrong format, etc., the map is not published and a diagnostic error is reported.
28+
2529
## Support
2630

31+
This interface may not be provided if partial map loading interface is provided.
32+
2733
## Limitations
2834

35+
Large data: If large maps are used, DDS configuration may be required. [See this page for details.](https://autowarefoundation.github.io/autoware-documentation/main/installation/additional-settings-for-developers/network-configuration/dds-settings/)
36+
2937
## Use Cases
3038

3139
## Requirement

docs/design/autoware-architecture-v1/interfaces/components/list/map-vector_map.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,22 @@ qos_depth: 1
1818

1919
## Description
2020

21+
Provide the entire lanelet2 map for other components.
22+
2123
## Message
2224

2325
## Errors
2426

27+
Load failure: If the map fails to load because it doesn't exist, is in the wrong format, etc., the map is not published and a diagnostic error is reported.
28+
2529
## Support
2630

31+
This interface may not be provided if partial map loading interface is provided.
32+
2733
## Limitations
2834

35+
Large data: If large maps are used, DDS configuration may be required. [See this page for details.](https://autowarefoundation.github.io/autoware-documentation/main/installation/additional-settings-for-developers/network-configuration/dds-settings/)
36+
2937
## Use Cases
3038

3139
## Requirement

0 commit comments

Comments
 (0)