Closed peterbarker closed 8 months ago
Sounds good to me. We can't really remove the _INT any time soon but marking them deprecated at least removes some essentially identical options that could lead to confusion.
The upstream PR is much-improved from this one; I'll be resetting the content of this PR to whatever gets merged upstream at this point.
I've reset the content of this PR to be the much-improved-by- @hamishwillee version merged into mavlink/mavlink
@peterbarker Really appreciate all this cleanup stuff.
the frame of an altitude is not dependent on how the altitude is being transported (how other fields in the same message are being transported).
ArduPilot has treated these frames to be the same as the non-_INT equivalents in most places for a very long time.
We can save some confusion and perhaps a small amount of flash space if we remove the _INT frames
Upstream PR is here: https://github.com/mavlink/mavlink/pull/2092