Skip to content

Commit f8923b0

Browse files
authored
docs: add readme for interface packages (autowarefoundation#4235)
add readme for interface packages Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent 3ae0b00 commit f8923b0

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# autoware_adapi_specs
2+
3+
This package is a specification of Autoware AD API.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# component_interface_specs
2+
3+
This package is a specification of component interfaces.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# component_interface_tools
2+
3+
This package provides the following tools for component interface.
4+
5+
## service_log_checker
6+
7+
Monitor the service log of component_interface_utils and display if the response status is an error.

common/tier4_api_utils/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# tier4_api_utils
2+
3+
This is an old implementation of a class that logs when calling a service.
4+
Please use [component_interface_utils](../component_interface_utils/README.md) instead.
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# component_state_monitor
2+
3+
The component state monitor checks the state of each component using topic state monitor.
4+
This is an implementation for backward compatibility with the AD service state monitor.
5+
It will be replaced in the future using a diagnostics tree.

0 commit comments

Comments
 (0)