Dev Call Dec 15, 2025

CI Workflows

Release Update

Issues & Pull requests

Attendee count (max): 18

UTC1104 - CI update

  • Sub log download test
  • Blimp manual
  • Clang truncation

UTC1105 - vehicle update

  • ALT_OFFSET issue for later discussion
  • PH not aware of new issues
  • Randy’s not aware of new Copter issues over the last week either

UTC1105 - Correct MAVLink AIS message enumerations by peterbarker · Pull Request #441 · ArduPilot/mavlink · GitHub

  • Merge in fixes to common.xml for AIS messages
  • Merged!

UTC1109 - AP_Mount:Enhance YAW_LOCK to capture heading for target in lock for RC targetting by Hwurzburg · Pull Request #31713 · ArduPilot/ardupilot · GitHub

  • Enhance yaw lock to capture heading for target in lock for rc targeting
  • Randy’s wondering if we should just change the behaviour
  • Consensus we should change it to be the default rather than an option bit

UTC1112 - Ensure stable IMU timing on RealFlight by andyp1per · Pull Request #29921 · ArduPilot/ardupilot · GitHub

  • Ensure stable IMU timings on RealFlight/cygwin
  • Merged!
  • Should check the downloaded version in MP once it updates

UTC1113 - Add ID and Seq to MSG, allowing for long-message reassembly by log analyzers by peterbarker · Pull Request #30468 · ArduPilot/ardupilot · GitHub

  • Add ID and Seq to MSG, allowing for long-message reassembly by log analyzers
  • MergeOnCIPass

UTC1116 - NEU to NED conversion -This includes the conversion. by lthall · Pull Request #31513 · ArduPilot/ardupilot · GitHub

  • NEU to NED conversion
  • There was a problem with class conversion in AP_Param
    • Still doesn’t work properly
    • Save some flash if we do that
  • Some discussion around PID units
  • Increment might be a problem in the MP interface
  • Last of the big NED/NEU reworks
  • 6dof is the next big piece of work!
  • Will be merged by Randy if no objections
  • Increment is used for number of decimal places in MP

UTC1139 - ALT_OFFSET error when commanding waypoint/flight mode · Issue #31637 · ArduPilot/ardupilot · GitHub

  • ALT_OFFSET error when commanding waypoint / flight mode
  • Anywhere we compare a target alt with a current alt we need to use ALT_OFFSET
  • Should we just remove ALT_OFFSET entirely?
    • Make it only apply it to missions?
    • Offset immediately when loading the item
  • Apply it just as we are passing it to TECS?
  • Starts 50m high instead of ending 50m low
  • Should we just remove the functionality?
    • Tridge uses it when tuning a bit
  • Tridge replicated the problem - forced a waypoint and Plane moved incorrectly
    • PH thinks you could trigger this in a few other ways
  • Tridge is attached to the parameter, so we will continue to think about this one

UTC0003 - AP_Mount: use update_mnt_target in SToRM32s, XFRobot and CADDx by peterbarker · Pull Request #31700 · ArduPilot/ardupilot · GitHub

  • use update_mnt_target in SToRM32s, XFRobot and CADDx
  • merged!

UTC0009 - AP_Mount: make Servo backend use update_mnt_target by peterbarker · Pull Request #31704 · ArduPilot/ardupilot · GitHub

  • AP_Mount: make Servo backend use update_mnt_target
  • Can be merged once last commit removed

UTC0010 - AP_Mount: correct rate RC targetting on Solo gimbal by peterbarker · Pull Request #31706 · ArduPilot/ardupilot · GitHub

  • Solo fix for rate targets
  • merged!

UTC0011 - AP_Scripting: load metatables on first use by tpwrules · Pull Request #31717 · ArduPilot/ardupilot · GitHub

  • Update scripting metatables on first use
  • PH is happy
  • Tridge thinks the autotests are good to catch stuff here

UTC0013 - AP_HAL_ChibiOS: zero out uart errors after gathering ftp info by andyp1per · Pull Request #31724 · ArduPilot/ardupilot · GitHub

  • Zero out uart errors after gathering ftp info
  • DevCallEU so we can discuss with Andy

UTC0015 - Support MAVLink COMPONENT_METADATA · Issue #31726 · ArduPilot/ardupilot · GitHub

UTC0026 - close