Open
Conversation
rmackay9
approved these changes
Apr 16, 2026
peterbarker
previously requested changes
Apr 16, 2026
Contributor
peterbarker
left a comment
There was a problem hiding this comment.
Sorry, but I just looked at the commit list.
"I did stuff" is not a valid commit message, and neither are these.
8f97f28 to
21fedde
Compare
Contributor
Author
Contributor
peterbarker
requested changes
Apr 17, 2026
Contributor
peterbarker
left a comment
There was a problem hiding this comment.
Commit messages need fixing.
* Use consistent underscore for AP_EXTERNAL_AHRS flags * Fix spelling typos * Initialize AP_GSOF:MsgTypes * Use consistent < vs <= in times_healthy Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
* Initialize AP_GSOF:MsgTypes with braces * Fix units in ang_rate_z comment Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
21fedde to
2e30d14
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Address the useful things from Copilot's review
#30232 (comment)
I don't think any of these are functional changes.
The bitmasks are known to work (flight tested on hardware), but initialization in this manner is good defensive programming.
Classification & Testing (check all that apply and add your own)
tested with SITL hardware connected to verify parser doesn't blow up.
Description