Big picture Goal

To give each worker the ability to send [MAVLink] messages to the ground station. This is for enhanced debugging, information, and more.

Objectives

What should a message look like?

Flight Interface Worker: How to receive messages from other workers?

Implementation details

MAVLink messages that work (from drone to ground station)

How to convert from “Message Class” to MAVLink messages?

Message class field mappings

Don’t need to be separated into many packets:

Will need to be separated into many packets:

Extra data per packet / per MAVLink message

Message sending order