-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
AHRS: added AHRS_OPTIONS and jamming simulator #25676
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I don't understand fully the dcm fallback but the code seems to match to comments
ba3af41
to
a43d8c1
Compare
this one has been really bad for a while
the first option is to disable DCM fallback on fixed wing. This is suitable in environments with a high likelyhood of GPS interference
a43d8c1
to
f76199f
Compare
We would like @robertlong13 to test this before merge to make sure it meets his needs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is perfect. Exactly what I need. I like that you kept it so that it still falls back if the EKF entirely gives up on attitude or vertical position.
Tested with a quick QHover/FBWB flight in RealFlight.
this brings in the separable parts of #24899 to try to progress that work
this includes the AHRS_OPTIONS addition to allow disabling of DCM fallback in plane