地面站终端 App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.5 KiB

MAVLink Customisation

QGC communicates with flight stacks using MAVLink, a very lightweight messaging protocol that has been designed for the drone ecosystem.

QGC includes the all.xml dialect by default. The all.xml includes all other dialects in the mavlink/mavlink repository, and allows it to communicate with both PX4 and Ardupilot. Previous versions of QGC (v4.2.8 and earlier), used the ArduPilotMega.xml dialect.

In order to add support for a new set of messages you should add them to development.xml, ArduPilotMega.xml, or common.xml (for PX4), or fork QGroundControl and include your own dialect.

To modify the version of MAVLink used by QGC: