-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: system diagnostic monitor message (#96)
* feat: add diagnostic graph Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * feat: update diagnostic graph Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * feat: add links Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * feat: split status and struct Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * add name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * add summary Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * add link Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * add stamp Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * add stamp Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * rename message Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * add comment Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> --------- Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
- Loading branch information
1 parent
e87d065
commit f93df94
Showing
5 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
builtin_interfaces/Time stamp | ||
tier4_system_msgs/DiagnosticNode[] nodes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
uint32 index # The index of the nodes in the DiagnosticGraph message. | ||
bool used # Whether the linked node is used if the dependency is conditional. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
diagnostic_msgs/DiagnosticStatus status | ||
tier4_system_msgs/DiagnosticLink[] links |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
builtin_interfaces/Time stamp | ||
bool stop | ||
bool autonomous | ||
bool local | ||
bool remote | ||
bool emergency_stop | ||
bool comfortable_stop | ||
bool pull_over |