Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common.xml: deprecate the _INT frames #356

Merged

Commits on Mar 23, 2024

  1. common.xml: deprecate the _INT frames (mavlink#2092)

    * common.xml: deprecate the _INT frames
    
    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
    
    * Replace the deprecated types where they are used
    
    * Rename lat/lon from X pos/Y pos in WGS84 frame
    
    * Update message_definitions/v1.0/common.xml
    
    * simply the global frames
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Update common.xml
    
    ---------
    
    Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
    peterbarker and hamishwillee committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    fb5d56c View commit details
    Browse the repository at this point in the history