Commit f8923b0 1 parent 3ae0b00 commit f8923b0 Copy full SHA for f8923b0
File tree 5 files changed +22
-0
lines changed
component_interface_specs
component_interface_tools
system/component_state_monitor
5 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ # autoware_adapi_specs
2
+
3
+ This package is a specification of Autoware AD API.
Original file line number Diff line number Diff line change
1
+ # component_interface_specs
2
+
3
+ This package is a specification of component interfaces.
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments