forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gnss(septentrio): implement new MAVLink
GNSS_INTEGRITY
message
Implement support for the new MAVLink `GNSS_INTEGRITY` message and add support to the Septentrio driver. wip
- Loading branch information
1 parent
3344721
commit 849cfba
Showing
18 changed files
with
374 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Submodule mavlink
updated
17 files
+40 −0 | .editorconfig | |
+69 −0 | .github/workflows/docs_build_and_deploy.yml | |
+3 −3 | component_metadata/parameter.schema.json | |
+1 −1 | doc/README.md | |
+21 −21 | doc/mavlink_gitbook.py | |
+1 −1 | doc/mavlink_to_html_table.xsl | |
+12 −12 | doc/mavlink_to_html_table_gitbook.xsl | |
+1,261 −0 | doc/mavlink_xml_to_markdown.py | |
+2 −0 | doc/requirements.txt | |
+1 −1 | examples/c/udp_example.c | |
+2 −2 | mavgenerate.py | |
+2 −2 | message_definitions/v1.0/all.xml | |
+111 −30 | message_definitions/v1.0/common.xml | |
+139 −12 | message_definitions/v1.0/development.xml | |
+1 −1 | message_definitions/v1.0/matrixpilot.xml | |
+6 −0 | message_definitions/v1.0/minimal.xml | |
+1 −1 | pymavlink |
This file contains 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
Oops, something went wrong.