Vehicle overview for Log Analysis - #1858
Open
OmkarSarkar204 wants to merge 4 commits into
Open
Conversation
OmkarSarkar204
force-pushed
the
vehicle-overview
branch
from
July 28, 2026 06:57
02dbd9d to
c0c4893
Compare
OmkarSarkar204
marked this pull request as draft
July 28, 2026 06:58
OmkarSarkar204
force-pushed
the
vehicle-overview
branch
from
July 29, 2026 04:25
beb9fc0 to
660a33f
Compare
Coverage Report for CI Build 30421805872Coverage decreased (-0.7%) to 91.554%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats💛 - Coveralls |
OmkarSarkar204
force-pushed
the
vehicle-overview
branch
from
July 29, 2026 14:39
660a33f to
1f27702
Compare
amilcarlucas
requested changes
Jul 29, 2026
amilcarlucas
left a comment
Collaborator
There was a problem hiding this comment.
I think this can be greatly simplified, see the comments
OmkarSarkar204
force-pushed
the
vehicle-overview
branch
9 times, most recently
from
July 31, 2026 05:01
58756b5 to
8eb718a
Compare
OmkarSarkar204
marked this pull request as ready for review
July 31, 2026 08:45
10 tasks
OmkarSarkar204
force-pushed
the
vehicle-overview
branch
from
July 31, 2026 17:48
8eb718a to
7612a1a
Compare
Signed-off-by: Omkar Sarkar <omkarsarkar24@gmail.com>
amilcarlucas
force-pushed
the
vehicle-overview
branch
2 times, most recently
from
August 1, 2026 03:44
dd98a80 to
0c91b6f
Compare
… to a single file
…harden log parsing split side-effecting loaders into data_sources.py add shared log-analysis utilities/types in utils.py remove ArduCopter hardcode by threading vehicle_type through backend_log_analysis.py integrate PM validation into log summary output in backend_log_analysis.py reduce duplicated field guards via base helper in data_model_quality_base.py move shared param-value lookup usage to utility imports in backend_vehicle_overview.py and data_model_quality_esc.py preserve firmware extraction behavior while decoupling imports in backend_firmware_version.py fix pyright dynamic-attribute typing in backend_log_extraction.py
amilcarlucas
force-pushed
the
vehicle-overview
branch
from
August 1, 2026 03:49
0c91b6f to
59d90f1
Compare
Signed-off-by: Omkar Sarkar <omkarsarkar24@gmail.com>
OmkarSarkar204
force-pushed
the
vehicle-overview
branch
from
August 1, 2026 06:03
f9427f5 to
d5c3357
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.
Description
Describe what this PR is trying to achieve. Please read our Contributing Guide for detailed guidelines.
Checklist
git commit --signoff)Testing
Describe how you tested these changes: