feat(gps): add support for UBX_MSG_MON_SPAN - #28173
Open
ThomasRigi wants to merge 5 commits into
Open
Conversation
ThomasRigi
force-pushed
the
pr-ubx-mon-span
branch
from
August 6, 2026 14:51
194b30a to
7002680
Compare
Contributor
🔎 FLASH Analysispx4_fmu-v5x [Total VM Diff: 1200 byte (0.06 %)]px4_fmu-v6x [Total VM Diff: 1152 byte (0.06 %)]Updated: 2026-08-06T15:22:02 |
ThomasRigi
force-pushed
the
pr-ubx-mon-span
branch
from
August 6, 2026 15:15
7002680 to
6735917
Compare
ThomasRigi
commented
Aug 6, 2026
ThomasRigi
force-pushed
the
pr-ubx-mon-span
branch
from
August 6, 2026 15:51
6735917 to
ca7f0ff
Compare
dakejahl
reviewed
Aug 6, 2026
| add_optional_topic_multi("sensor_temp", 100, 4); | ||
| add_optional_topic_multi("rpm", 200); | ||
| add_optional_topic_multi("sensor_gnss_spectrum_block0", 5000, 2); | ||
| add_optional_topic_multi("sensor_gnss_spectrum_block1", 5000, 2); |
Contributor
There was a problem hiding this comment.
optional topics are finicky, they won't get added to the log if the topic hasn't been advertised by the time the logger runs
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.
Solved Problem
Replaces #20474
UBX_MSG_MON_SPAN has a lot of valuable information for debugging degraded GNSS reception.
Solution
Following the example of @dagar in #20474, but extending it for multi-block logging so that the data is
Changelog Entry
For release notes:
Test coverage
tbc
Context
Not advisable to run on low baudrate. The messages are big.