Skip to content
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

[v1.4] Fix calibration in telemetry health #2132

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Conversation

JonasVautherin
Copy link
Collaborator

The calibration check should be stopped when the drone is actually found to be running in hitl mode, and not when the hitl param is received (because the hitl param may say that the drone is not running hitl, in which case we need to continue checking the calibration).

Without this fix, the health booleans related to the calibration tend to be "stuck" on the default false value (because MAVSDK stops checking and never gets to the point where it realizes that the check is actually fine).

… params are received, but when hitl is enabled
Copy link
Collaborator

@julianoes julianoes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, I think that makes more sense.

@julianoes julianoes merged commit 65bc768 into v1.4 Sep 11, 2023
29 checks passed
@julianoes julianoes deleted the 1.4-fix-telemetry-health branch September 11, 2023 04:09
@julianoes julianoes changed the title Fix calibration in telemetry health [v1.4] Fix calibration in telemetry health Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants