Arducopter 3.6 Mavlink version?

A few days ago, I download the ardupilot source version Copter 3.6.

I wonder what is the mavlink version for arducopter 3.6?

I opened the Readme.md in Mavlink folder

there is a sentence ‘The current protocol version is v2’

but there is no message definitions v2.0. just v0.9 and v1.0

what is the mavlink version actually?

Junghyun,

Copter-3.6 supports both mavlink1 (the default) and mavlink2. mavlink2 is backwards compatible with mavlink1 though so very few changes are required on either the ground station or ardupilot side.

One change that needs to be made to use mavlink2 is to set the SERIALx_PROTOCOL = 2 for all UARTs that will try and speak mavlink2. So in particular, those connected to telemetry radios.

1 Like