Skip to content

Commit

Permalink
Add: Include OdomCovariance config in WatchdogConfigArray
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 8046d97 commit 5efc512
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Watchdog status message containing information related to device
# monitoring and what action has been taken to recover from an error
# Watchdog config message containing information related to device
# monitoring and what action should be taken to recover from an error


WatchdogConfigNodeStatus[] node_status_config
WatchdogConfigNodeletStatus[] nodelet_status_config
WatchdogConfigCommunication[] communication_config
WatchdogConfigTopicData[] topic_data_config
WatchdogConfigHeartbeat[] heartbeat_config
# WatchdogConfigCovariance[] covariance_config
WatchdogConfigRtkFix[] rtk_fix_config
WatchdogConfigInclination[] inclination_config
WatchdogConfigNodeStatus[] node_status_config
WatchdogConfigNodeletStatus[] nodelet_status_config
WatchdogConfigNumPoints[] num_points_config
WatchdogConfigOdomCovariance[] odom_covariance_config
WatchdogConfigRtkFix[] rtk_fix_config
WatchdogConfigTopicData[] topic_data_config

0 comments on commit 5efc512

Please sign in to comment.