Add positioning log and navigation analytics artifacts - #156
Merged
Conversation
Positioning Log Coordinates reads the coordinate lines in fdplog.np.txt. The existing GPS speed artifact reads the same file but parses only the dead reckoning lines, which carry speed and heading and no coordinates, so those lines went unread. Four line shapes are covered and the Source column says which stage produced each row, since they are not equivalent. The Result column is reported as stored; every Trimble Output line recorded Failure on the tested image, so those rows are not confirmed fixes. KML is emitted. Navigation Analytics Events reads the hmi.analytics lines in fdplog.vn.txt. An event spans several consecutive lines on one thread. The application logs the names of the fields it withholds and redacts the coordinates itself, so those field names are reported and no position is recoverable from them. Most events are searches and one records a system shutdown. Also corrects the GPS speed artifact's note. It said the records carry no latitude or longitude, which is true of the lines it parses but reads as a statement about the whole file, which does contain coordinates. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
abrignoni
force-pushed
the
feat/ford-positioning-logs
branch
from
August 27, 2026 07:02
5e37c66 to
9d97da9
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.
Adds two artifacts from the head unit's own service logs.
Also corrects the GPS speed artifact's note, which said the records carry no latitude or longitude. That is true of the lines it parses but reads as a statement about the whole file.