MissionPlanner
MissionPlanner copied to clipboard
GNSS: support MAVLink GNSS receiver status information
Add support for GNSS status information from MAVLink, which includes authentication, errors and interference status.
Context:
- https://github.com/ArduPilot/ardupilot/pull/26990
- https://github.com/mavlink/mavlink/pull/2110
It looks like a custom mavlink implementation, I see not trace this change in the official mavlink library. If this is the situation it does not have any place in the master branch.
You cannot simply change already existing mavlink messages.
I've linked to the change in the MAVLink spec in the original comment. This PR is still closed as it's only for context until the MAVLink change is discussed/merged/changed...
This PR is not up to date with the finalized MAVLink message, a branch called temp-resilience has a more recent version of the support but is untested