Skip to content

ArduSub: include supported MAVLink messages #20

@ES-Alexander

Description

@ES-Alexander

Would be useful if each ArduSub version specifies the MAVLink messages it supports. That should avoid confusing issues where someone tries to send a message in the normal MAVLink spec, but it doesn't exist, or the spec has new parameters that haven't yet been implemented.

Would likely be quite a bit of work to set up initially, but shouldn't be too bad to maintain beyond that, and would be helpful for people wanting to use MAVLink communication to know what is definitely supported.


Partially completed in #52:

  • lists messages and links to firmware source code, but
  • we don't yet have verification that the implementations are functional and/or complete
  • it'd be nice if the code links were to a specific line/section, rather than just the file that declares/registers support

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions