Send a C Structure over mavlink

Can we send a ‘C Structure’ from GCS to Autopilot?
eg:
struct info{
int serial_id;
int info_1;
char key;
}

No. Just make a new packet in the xml.

1 Like