Skip to content

Commit

Permalink
feat(autoware_adapi_v1_msgs): add metrics
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi committed Apr 12, 2024
1 parent d996e40 commit 92ed7f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoware_adapi_v1_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ rosidl_generate_interfaces(${PROJECT_NAME}
planning/srv/GetCooperationPolicies.srv
system/msg/MrmState.msg
system/msg/Heartbeat.msg
system/msg/MetricArray.msg
system/msg/MetricStatus.msg
vehicle/msg/DoorCommand.msg
vehicle/msg/DoorLayout.msg
vehicle/msg/DoorStatus.msg
Expand Down
2 changes: 2 additions & 0 deletions autoware_adapi_v1_msgs/system/msg/MetricArray.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
builtin_interfaces/Time stamp
autoware_adapi_v1_msgs/MetricStatus[] mertics
2 changes: 2 additions & 0 deletions autoware_adapi_v1_msgs/system/msg/MetricStatus.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
string name
string data

0 comments on commit 92ed7f2

Please sign in to comment.