rust-mavlink 0.17.1 async fails to parse POSITION_TARGET_GLOBAL_INT messages from ArduPlane 4.6.3.
When using AsyncMavConnection::recv(), the message is skipped.
When using AsyncMavConnection::recv_raw() + mavlink::read_v2_msg(), this error is produced:
Failed to read message: InvalidFlag {
flag_type: "PositionTargetTypemask",
value: 65016,
}
I can build a minimal repro case if needed.