Skip to content

[mavlink] Refactored MavlinkModule, added UDP support and system ID support

Davide Mor requested to merge mavlink2 into main

This merge contains the following changes:

  • Refactor of MavlinkModule
    • Sparation of BaseMavlinkModule and SerialMavlinkModule
    • Merged MavlinkCommandAdapter, MavlinkWriter and MavlinkReader into MavlinkCodec
    • Separated code related to port into Ports/
  • Added support for picking which system ID to target when sending data
  • Connection settings now go dark when the connection is open, as those options no longer affect anything
  • Added support for UDP though UdpMavlinkModule and UdpPort

Merge request reports

Loading