fix: resolve logic bugs in ESKF and sensor fusion pipeline - #18
Closed
ARYA-mgc wants to merge 2 commits into
Closed
Conversation
Collaborator
|
Hi @ARYA-mgc, |
Owner
Author
|
Closing and reopening to trigger the new PR review bot |
🤖 NavCore PR Review BotAutomated review generated at 2026-07-27 05:52 UTC Summary
🔍 Lint Issues❌ Errors (must fix)
|
| File | Line | Code | Message |
|---|---|---|---|
scripts/analyze_flight.py |
37 | E402 |
module level import not at top of file |
scripts/analyze_flight.py |
53 | E302 |
expected 2 blank lines, found 1 |
scripts/analyze_flight.py |
54 | E221 |
multiple spaces before operator |
scripts/analyze_flight.py |
55 | E221 |
multiple spaces before operator |
scripts/analyze_flight.py |
56 | E221 |
multiple spaces before operator |
scripts/analyze_flight.py |
57 | E221 |
multiple spaces before operator |
scripts/analyze_flight.py |
58 | E221 |
multiple spaces before operator |
scripts/analyze_flight.py |
59 | E221 |
multiple spaces before operator |
scripts/generate_rtk_sim.py |
42 | E127 |
continuation line over-indented for visual indent |
scripts/generate_rtk_sim.py |
43 | E127 |
continuation line over-indented for visual indent |
scripts/generate_rtk_sim.py |
44 | E127 |
continuation line over-indented for visual indent |
scripts/generate_rtk_sim.py |
63 | E127 |
continuation line over-indented for visual indent |
scripts/generate_rtk_sim.py |
64 | E127 |
continuation line over-indented for visual indent |
scripts/generate_rtk_sim.py |
77 | E127 |
continuation line over-indented for visual indent |
scripts/generate_rtk_sim.py |
78 | E127 |
continuation line over-indented for visual indent |
scripts/generate_rtk_sim.py |
79 | E127 |
continuation line over-indented for visual indent |
scripts/generate_rtk_sim.py |
109 | E127 |
continuation line over-indented for visual indent |
scripts/rtk_validate.py |
30 | E402 |
module level import not at top of file |
scripts/rtk_validate.py |
31 | E402 |
module level import not at top of file |
src/core/eskf.py |
2 | E265 |
block comment should start with '# ' |
src/core/eskf_my_version.py |
2 | E265 |
block comment should start with '# ' |
src/core/eskf_my_version.py |
125 | E501 |
line too long (129 > 120 characters) |
src/core/eskf_my_version.py |
126 | E501 |
line too long (130 > 120 characters) |
src/core/sliding_window.py |
463 | E203 |
whitespace before ':' |
src/core/sliding_window.py |
463 | E203 |
whitespace before ':' |
src/core/sliding_window.py |
464 | E203 |
whitespace before ':' |
src/core/sliding_window.py |
464 | E203 |
whitespace before ':' |
src/core/sliding_window.py |
465 | E203 |
whitespace before ':' |
src/core/sliding_window.py |
465 | E203 |
whitespace before ':' |
src/core/sliding_window.py |
466 | E203 |
whitespace before ':' |
| ... | ... | ... | 71 more |
💅 Style (64 total)
Click to expand
| File | Line | Code | Message |
|---|---|---|---|
scripts/analyze_flight.py |
51 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
137 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
209 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
239 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
255 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
262 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
282 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
285 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
288 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
308 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
454 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
476 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
496 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
512 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
534 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
574 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
601 | W291 |
trailing whitespace |
scripts/analyze_flight.py |
704 | W291 |
trailing whitespace |
scripts/pr_review_comment.py |
185 | C901 |
'generate_comment' is too complex (18) |
scripts/validate_logs.py |
28 | W291 |
trailing whitespace |
📐 Jacobian Validation Details
| Test | Status |
|---|---|
TestJacobianValidation::test_mag_jacobian |
✅ PASSED |
TestJacobianValidation::test_optical_flow_jacobian |
✅ PASSED |
TestJacobianValidation::test_radar_jacobian |
✅ PASSED |
TestJacobianValidation::test_lidar_jacobian |
✅ PASSED |
📐 All analytical Jacobians match their numerical finite-difference counterparts within tolerance. The sensor update math is verified.
🤖 Generated by NavCore PR Review Bot — runs on every PR targeting src/, tests/, or scripts/.
Owner
Author
|
@john-max-cyber sorry for noises i will open new pr |
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.
@john-max-cyber Hey - opened this PR as a follow-up to #17 with some logic/bug fixes.
I'm pretty tied up with work this week and next, so if there's any small stuff that needs cleaning up on this, would appreciate a hand with it
Also, message me on Discord - I want to talk through this in more detail
Current Fixes