Skip to content

Commit

Permalink
New message for General purpose Watchdog Status
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanRobotnik committed Feb 21, 2022
1 parent 45424db commit f5ef62b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ add_message_files(DIRECTORY msg
ReturnMessage.msg
PresenceSensor.msg
PresenceSensorArray.msg
WatchdogStatus.msg
WatchdogStatusArray.msg
)

## Generate services in the 'srv' folder
Expand Down
4 changes: 4 additions & 0 deletions msg/WatchdogStatus.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
string id
# False if it's ok, True if fails
bool timed_out
string description
1 change: 1 addition & 0 deletions msg/WatchdogStatusArray.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
WatchdogStatus[] status

0 comments on commit f5ef62b

Please sign in to comment.