Skip to content

Commit

Permalink
Add: Message definitions for odometry covariance watchdog
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Phillips <[email protected]>
  • Loading branch information
stephen-cpr committed Jul 31, 2024
1 parent 00a8337 commit fefe8e5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ add_message_files(
WatchdogConfigNodeletStatus.msg
WatchdogConfigNodeStatus.msg
WatchdogConfigNumPoints.msg
WatchdogConfigOdomCovariance.msg
WatchdogConfigRtkFix.msg
WatchdogConfigTopicData.msg
WatchdogStatus.msg
Expand All @@ -35,6 +36,7 @@ add_service_files(
AddNodeletStatusWatchdog.srv
AddNodeStatusWatchdog.srv
AddNumPointsWatchdog.srv
AddOdomCovarianceWatchdog.srv
AddRtkFixWatchdog.srv
AddTopicDataWatchdog.srv
RemoveWatchdog.srv
Expand All @@ -44,6 +46,7 @@ add_service_files(
UpdateNodeletStatusWatchdog.srv
UpdateNodeStatusWatchdog.srv
UpdateNumPointsWatchdog.srv
UpdateOdomCovarianceWatchdog.srv
UpdateRtkFixWatchdog.srv
UpdateTopicDataWatchdog.srv
)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
WatchdogConfigCommon base_config
string topic # Odometry topic
float32 xy_threshold
float32 yaw_threshold
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

WatchdogConfigOdomCovariance config

---
bool success
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

WatchdogConfigOdomCovariance new_config
string current_name # used as a key to find the watchdog in the list of watchdogs
---
bool success

0 comments on commit fefe8e5

Please sign in to comment.