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: PX4/PX4-Autopilot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.0-beta1
Choose a base ref
...
head repository: PX4/PX4-Autopilot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.0-rc1
Choose a head ref
  • 6 commits
  • 24 files changed
  • 5 contributors

Commits on Jan 22, 2026

  1. PWM: Add servo center setting & asymetric deflection (#25897)

    Add PWM_*_CENTERx for each servo.
    Use a bilinear transform to map actuator_servos to PWM signals.
    
    This solution only works for PWM based servos. Other types of servos are not affected.
    
    * PWM: Add servo trim option
    
    * PWM: Improve documentation of PWM trim feature
    
    * PWM: cleaner clamping and docs typo
    
    * update documentation & safety
    
    * add migration formula
    
    * rename param from trim to center
    
    * docs with center instead of trim
    
    * move clamping and reorder values
    
    * improve documentation
    
    * adress failing range check
    
    * improve documentation
    
    * CA: add event for setting CENTER with TRIM
    
    Signed-off-by: Silvan <silvan@auterion.com>
    
    ---------
    
    Signed-off-by: Silvan <silvan@auterion.com>
    Co-authored-by: Silvan <silvan@auterion.com>
    ttechnick and sfuhrer committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    da89d5e View commit details
    Browse the repository at this point in the history
  2. pwm: Add PWM center support to Wheel and Gimbal (#26211)

    * Add Wheel and Gimbal support to PWM center
    
    * Document Center feature for PWM Gimbal
    ttechnick authored and sfuhrer committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    2a78d7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    618995d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

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

Commits on Feb 13, 2026

  1. CI: replace all usage of addnab/docker-run-action

    It's unmaintained and the docker version it uses is not supported anymore.
    MaEtUgR authored and mrpollo committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    fd68d5d View commit details
    Browse the repository at this point in the history
  2. ci: fix S3 upload so tags don't overwrite stable firmware

    Remove the step that uploaded every version tag to the stable/ S3
    directory, which caused QGC users selecting "stable" to receive
    pre-release firmware (#26340). The stable/ and beta/ directories
    are now controlled exclusively by their respective branch pushes,
    while version tags only upload to their versioned archive directory
    (e.g., v1.16.1/). Pre-release tags are also correctly marked on
    GitHub Releases.
    
    Co-authored-by: Julian Oes <julian@oes.ch>
    
    Fixes #26340
    
    Signed-off-by: Ramon Roche <mrpollo@gmail.com>
    mrpollo committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    61904bc View commit details
    Browse the repository at this point in the history
Loading