feat(pointperfect): add AssistNow (MGA) start-up assistance option - #104
Merged
Conversation
Bump the client submodule so NTRIP (and the one-shot AssistNow burst) opens only after the first GPS_RAW_INT, ensuring the FC will inject MGA to the receiver. GGA remains gated on a stable ≥2D fix.
…n branch PR #2 merged upstream; retarget 5cedcb6 (branch tip) at the merge commit 5f6c998. Identical trees, but the pointer now sits on main.
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
Bumps the pointperfect client to pointperfect-client-mavlink#2 and exposes its new
use_mgaoption in the packaged config: PointPerfect'sNEAR-RTCM-MGA/NEAR-SPARTN-MGAmountpoints deliver u-blox AssistNow ephemeris (UBX-MGA) once on connect, ahead of the corrections, for a faster time to first fix. Requested by our u-blox rep.Problem
The client only used the plain
NEAR-RTCM/NEAR-SPARTNmountpoints; there was no way to opt into the assistance-data feed, and the client's forwarding path could not have delivered the connect-time MGA burst to the receiver intact (details in the client PR).Solution
Submodule bump plus
use_mga = false(opt-in, u-blox receivers only) inpackaging/config/pointperfect.toml, which the ARK UI picks up as a toggle like the other booleans. Merge after the client PR; re-bump the pointer if that PR gains review commits.