Skip to content

Add topic diagnostics and state lock protection for filter. #916

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: ros2
Choose a base branch
from

Conversation

AzaelCicero
Copy link

PR introduces two functionalities:

  1. diagnostic information about subscribed topics done via diagnostic_updater
  2. State Lock Mechanism which monitors how long ago the state variable was updated (not rejected by Mahalanobis threshold) with the global source and in case of exceeding the configurable threshold the variance of this variable is reset. Currently applied only to the X, Y, Z variables.

SDP-3043: Removed forced update of the diagnostics as diagnostic updater

Resolve SDP-4362 "State lock protection"

SDP-4619: Added information per source about the time from last acceptance.

SDP-4619: Added more elaborate diagnostics.

Linter

SDP-4619: After CR.

SDP-4619: Reverted unnecessary reformating.

Removed space.

Removed space.

Fixes after rebase.

Fixes after rebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant