-
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.
Add: Include OdomCovariance config in WatchdogConfigArray
Signed-off-by: Stephen Phillips <[email protected]>
- Loading branch information
1 parent
8046d97
commit 5efc512
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
14 changes: 7 additions & 7 deletions
14
clearpath_outdoornav_msgs/clearpath_safety_msgs/msg/WatchdogConfigArray.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 |
---|---|---|
@@ -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 |