Skip to content

Commit

Permalink
feat(autoware_adapi_v1_msgs): add diagnostics (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi authored May 2, 2024
1 parent 78762f0 commit ed9bd65
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions autoware_adapi_v1_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ rosidl_generate_interfaces(${PROJECT_NAME}
planning/srv/GetCooperationPolicies.srv
system/msg/MrmState.msg
system/msg/Heartbeat.msg
system/msg/DiagGraphStruct.msg
system/msg/DiagGraphStatus.msg
system/msg/DiagLinkStruct.msg
system/msg/DiagNodeStruct.msg
system/msg/DiagNodeStatus.msg
vehicle/msg/DoorCommand.msg
vehicle/msg/DoorLayout.msg
vehicle/msg/DoorStatus.msg
Expand Down
3 changes: 3 additions & 0 deletions autoware_adapi_v1_msgs/system/msg/DiagGraphStatus.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
builtin_interfaces/Time stamp
string id
autoware_adapi_v1_msgs/DiagNodeStatus[] nodes
4 changes: 4 additions & 0 deletions autoware_adapi_v1_msgs/system/msg/DiagGraphStruct.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
builtin_interfaces/Time stamp
string id
autoware_adapi_v1_msgs/DiagNodeStruct[] nodes
autoware_adapi_v1_msgs/DiagLinkStruct[] links
3 changes: 3 additions & 0 deletions autoware_adapi_v1_msgs/system/msg/DiagLinkStruct.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# The index of nodes in the graph struct message.
uint32 parent
uint32 child
2 changes: 2 additions & 0 deletions autoware_adapi_v1_msgs/system/msg/DiagNodeStatus.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# The level of diagnostic_msgs/msg/DiagnosticStatus.
byte level
1 change: 1 addition & 0 deletions autoware_adapi_v1_msgs/system/msg/DiagNodeStruct.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
string path

0 comments on commit ed9bd65

Please sign in to comment.