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

AP_ADSB: uAvionix Transponder Updates #28411

Closed

Commits on Oct 9, 2024

  1. AP_ADSB: uAvionix Transponder Status V3

    + Current version of ping200X sends the v1 status message periodically and the v3 status message in response to the transponder control message, so ardupilot needs to handle both gracefully; version 1 and version 3 are very different in structure and naively assuming one version over another will cause errors.
    nicholas-inocencio committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5cad2b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d00152 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19849b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. AP_ADSB: Send ping200X estimated HPL

    + When AP sends the ping200X the GPS data GDL90 message, it needs to provide a valid HPL for the ping200X to report a valid NIC.
    nicholas-inocencio committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e6a6e16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4493039 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d601c8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    217a147 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    768b5f7 View commit details
    Browse the repository at this point in the history