Custom Mavlink Research
Good article
Getting started (definitions)
install
Generate custom XML Message Definitions
python3 -m pymavlink.tools.mavgen --lang=C --wire-protocol=2.0 --output=generated/include/mavlink/v2.0 message_definitions/v1.0/your_custom_dialect.xml
~Dronekit Simple_goto example
Last updated