Queue 1: fix ESKF vertical-channel divergence - #270
Closed
jbrodovsky wants to merge 1 commit into
Closed
Conversation
Placeholder so the stacked PR has a diff. Replaced by the implementation. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This was referenced Sep 4, 2026
9 tasks
jbrodovsky
added a commit
that referenced
this pull request
Sep 4, 2026
Merging queue position 0 with --delete-branch auto-closed the PR stacked on it (#270), and GitHub then refused to reopen it because the head branch had been force-pushed by the stack rebase. The PR had to be recreated as #285. Record the order that avoids it: merge without deleting, retarget the child PR to main, rebase, force-push, and only then delete the merged branch. Also note that rebase-merge rewrites SHAs even on a fast-forward, which is why the rebase needs --onto against a recorded tip. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
v1/01-eskf-fixv1/00-test-speedWhy
Three confirmed defects: position error is radians in
FandHbut metres ininject_error_state; the velocity-attitude block ofFuses a global attitude-error convention while attitude propagation, gyro-bias coupling and injection all use local; and a scalar1e-9covariance jitter is added to all 15 diagonal entries regardless of units.Acceptance criteria
test_data.csvwith full GNSS aiding#[ignore]d ESKF tests re-enablederror_state_transition_jacobianwith non-identityC_bnapply_eskf_correctionandinject_error_stateunified into one functionapply_eskf_correction)Closes #266
Stacked on
v1/00-test-speed(#269) -- review that first; this PR's diff is against it, notmain.Rebase-merge this stack, do not squash: squashing rewrites the base and forces a manual
git rebase --ontoon every branch above it.Queue:
docs/V1_QUEUE.md| Board: https://github.com/users/jbrodovsky/projects/7