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-Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.8.0
Choose a base ref
...
head repository: mavlink/MAVSDK-Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.9.0
Choose a head ref
  • 7 commits
  • 15 files changed
  • 1 contributor

Commits on Jul 26, 2025

  1. Add missing plugins

    And fixup a copy paste mistake.
    julianoes committed Jul 26, 2025
    Configuration menu
    Copy the full SHA
    48ccbd7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #780 from mavlink/pr-add-plugins

    Add missing plugins
    julianoes authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    38e94c1 View commit details
    Browse the repository at this point in the history
  3. examples: use logging by default

    In the beginning a bit of verbosity is a good thing.
    julianoes committed Jul 26, 2025
    Configuration menu
    Copy the full SHA
    db01181 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b138bd View commit details
    Browse the repository at this point in the history
  5. Improve mavsdk_server logging integration

    - Parse mavsdk_server log levels (Debug/Info/Warn/Error) and
      map to Python logging
    - Strip ANSI color codes from server output
    - Use 'mavsdk_server' as logger name
    - Make warning/error messages visible by default, INFO/DEBUG not
    julianoes committed Jul 26, 2025
    Configuration menu
    Copy the full SHA
    93c2b68 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Configuration menu
    Copy the full SHA
    4f3ce97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #781 from mavlink/pr-improve-logging

    Improve logging of mavsdk_server
    julianoes authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    78798e4 View commit details
    Browse the repository at this point in the history
Loading