You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`pose_no_update_count`| Consecutive count of no measurement update via Pose topic | The count exceeds `pose_no_update_count_threshold_warn`| The count exceeds `pose_no_update_count_threshold_error`|
|`pose_is_passed_mahalanobis_gate`| Whether the Pose topic passes the Mahalanobis distance gate | The Pose topic is beyond the range of Mahalanobis distance for covariance estimation | none |
243
+
|`pose_mahalanobis_distance`| Current Mahalanobis distance for Pose topic | none | none |
|`twist_no_update_count`| Consecutive count of no measurement update via Twist topic | The count exceeds `twist_no_update_count_threshold_warn`| The count exceeds `twist_no_update_count_threshold_error`|
|`twist_is_passed_mahalanobis_gate`| Whether the Twist topic passes the Mahalanobis distance gate | The Twist topic is beyond the range of Mahalanobis distance for covariance estimation | none |
285
+
|`twist_mahalanobis_distance`| Current Mahalanobis distance for Twist topic | none | none |
|`cov_ellipse_long_axis_size`| Size of the covariance ellipse (long axis) | The ellipse is bigger than `warn_ellipse_size`| The ellipse is bigger than `error_ellipse_size`|
297
+
|`cov_ellipse_long_axis_warn_threshold`| Warning threshold for long axis ellipse size | none | none |
298
+
|`cov_ellipse_long_axis_error_threshold`| Error threshold for long axis ellipse size | none | none |
|`cov_ellipse_lateral_direction_size`| Size of the covariance ellipse (lateral direction) | The ellipse is bigger than `warn_ellipse_size_lateral_direction`| The ellipse is bigger than `error_ellipse_size_lateral_direction`|
309
+
|`cov_ellipse_lateral_direction_warn_threshold`| Warning threshold for lateral direction ellipse size | none | none |
310
+
|`cov_ellipse_lateral_direction_error_threshold`| Error threshold for lateral direction ellipse size | none | none |
|`is_activated`| The activation state of the node | The node is not in the activate state | none |
196
-
|`is_set_initialpose`| Whether the initial pose is set | The initial pose is not set | none |
197
-
|`pose_no_update_count`| Consecutive count of no measurement update via Pose topic | The count exceeds `pose_no_update_count_threshold_warn`| The count exceeds `pose_no_update_count_threshold_error`|
198
-
|`twist_no_update_count`| Consecutive count of no measurement update via Twist topic | The count exceeds `twist_no_update_count_threshold_warn`| The count exceeds `twist_no_update_count_threshold_error`|
199
-
|`pose_is_passed_delay_gate`| Whether the Pose topic passes the delay gate | The timestamp is beyond the delay compensation range | none |
200
-
|`twist_is_passed_delay_gate`| Whether the Twist topic passes the delay gate | The timestamp is beyond the delay compensation range | none |
201
-
|`pose_is_passed_mahalanobis_gate`| Whether the Pose topic passes the Mahalanobis distance gate | The Pose topic is beyond the range of Mahalanobis distance for covariance estimation | none |
202
-
|`twist_is_passed_mahalanobis_gate`| Whether the Twist topic passes the Mahalanobis distance gate | The Twist topic is beyond the range of Mahalanobis distance for covariance estimation | none |
203
-
|`cov_ellipse_long_axis`| Size of the covariance ellipse (long axis) | The ellipse is bigger than `warn_ellipse_size`| The ellipse is bigger than `error_ellipse_size`|
204
-
|`cov_ellipse_lateral_direction`| Size of the covariance ellipse (lateral direction) | The ellipse is bigger than `warn_ellipse_size_lateral_direction`| The ellipse is bigger than `error_ellipse_size_lateral_direction`|
334
+
※This diagnostic is published every time the twist callback is executed, providing a record of when twist measurements are received.
0 commit comments