Skip to content

create and use AP_AHRS::has_status #30175

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

peterbarker
Copy link
Contributor

Currently just the shape I am intending.

Not sure about the boolean return value on get-filter-status. I think we just make the get_filter_status non-boolean and the backends must make a best-effort to fill in

@peterbarker peterbarker force-pushed the pr/ahrs-has-status branch from d5e774c to 47c2568 Compare May 27, 2025 01:29
@rmackay9
Copy link
Contributor

This looks pretty good to me

@@ -51,6 +51,33 @@ class AP_AHRS {
FLAG_ALWAYS_USE_EKF = 0x1,
};

// enumeration corresponding to buts within nav_filter_status union.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// enumeration corresponding to buts within nav_filter_status union.
// enumeration corresponding to bits within nav_filter_status union.

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.

3 participants