I am testing MindPX mavlink communication, and found a possible problem of packing:
MSG_ID_SYSTEM_TIME pack size usually is 22 and that conforms to what is defined in mavlink library. However, I do see packed size is 23 sometime, and this pack can also be properly received and decoded at the peer side.
Anyone experienced same?