-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert emergency stop watchdog to a more generl trigger watchdog
- Loading branch information
1 parent
6a9d554
commit 5bea0ff
Showing
7 changed files
with
14 additions
and
13 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
3 changes: 0 additions & 3 deletions
3
clearpath_outdoornav_msgs/clearpath_safety_msgs/msg/WatchdogConfigEmergencyStop.msg
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
clearpath_outdoornav_msgs/clearpath_safety_msgs/msg/WatchdogConfigTrigger.msg
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,4 @@ | ||
WatchdogConfigCommon base_config | ||
string topic | ||
float32 timeout | ||
bool condition # true = trigger on true, false = trigger on false |
5 changes: 0 additions & 5 deletions
5
clearpath_outdoornav_msgs/clearpath_safety_msgs/srv/AddEmergencyStopWatchdog.srv
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
clearpath_outdoornav_msgs/clearpath_safety_msgs/srv/AddTriggerWatchdog.srv
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,5 @@ | ||
|
||
WatchdogConfigTrigger config | ||
|
||
--- | ||
bool success |
2 changes: 1 addition & 1 deletion
2
..._msgs/srv/UpdateEmergencyStopWatchdog.srv → ...safety_msgs/srv/UpdateTriggerWatchdog.srv
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
WatchdogConfigEmergencyStop new_config | ||
WatchdogConfigTrigger new_config | ||
string current_name # used as a key to find the watchdog in the list of watchdogs | ||
--- | ||
bool success |