Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mavlink/MAVSDK
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.10.1
Choose a base ref
...
head repository: mavlink/MAVSDK
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.10.2
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 8, 2025

  1. Configuration menu
    Copy the full SHA
    31bace7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2649 from mavlink/pr-sonar-cpp-version

    CI: Tell sonar we use C++17
    julianoes authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    872f17c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. mavlink_direct: fix message filtering

    The message filtering was not correct with 2 or more subscriptions as
    they would conflict with each other. This should now be fixed with each
    subscription keeping track of what to filter out.
    
    While doing so we switched to the new and nicer Handle/Subscription API
    in SystemImpl rather than the ugly void* cookie thing.
    julianoes committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    17d687a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2650 from mavlink/pr-fix-filtering

    mavlink_direct: fix message filtering
    julianoes authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    fb2b989 View commit details
    Browse the repository at this point in the history
Loading