Dev Call Jul 20, 2026

CI Workflows

Release Update

Issues & Pull Requests

Attendee count (max): 17

UTC2300 - CI ci · Workflow runs · ArduPilot/ardupilot · GitHub

  • A bunch of little random failures

  • Peter’s been getting patches merged with Pierre’s approval

  • There’s an ESP32 PR ther which might reduce some infrastructure flakes

UTC2303 - vehicle update

UTC2320 - AP_HAL_ChibiOS: Fix missing CAN3 by Huibean · Pull Request #32254 · ArduPilot/ardupilot · GitHub

  • Fix CAN3

  • CANs are not independent

    • They share some registers and clocking and whatnot
  • G474 might be broken in the release?

  • Merged!

UTC2323 - AP_HAL_ChibiOS: Add SaamPixV1_1 board support by ashwanisihag · Pull Request #32582 · ArduPilot/ardupilot · GitHub

  • SaamPix1

  • MergeOnCIPass

UTC2327 - Fixes for embedded-JSON-and-parms by peterbarker · Pull Request #32985 · ArduPilot/ardupilot · GitHub

  • Fixes for embedded JSON and parms

  • Why the LAND_DISARMDELAY?

  • Peter to look at again and then merge

  • We should move away from the default model

UTC2341 - Add option bit to accept commands to any component, change default to ignoring by peterbarker · Pull Request #33493 · ArduPilot/ardupilot · GitHub

  • Add option bit to gate acceptance of commands to components other than the autopilot’s component ID

  • Tridge is really worried that people might be trying to send to the component ID

  • “nobody reads the spec” - PH

  • [9:49 AM]rmackay9: no, it would be sent to the autopilot

  • [9:51 AM]rmackay9: nah, let’s get rid of it

  • [9:52 AM]rmackay9: it’s part of a major release, we can add a release warning

  • [9:52 AM]rmackay9: i agree

  • Option bit?

    • To turn it back on?
  • Tridge wants a warning added so that if it does happen we should send a message

  • Leonard found this to be a problem when building support for a gimbal

  • Randy is strongly opposed to the option bit

  • Tridge is strongly for the option bit

UTC0027 - AP_Periph: BMS enhancements and fixes by rmackay9 · Pull Request #33627 · ArduPilot/ardupilot · GitHub

  • BMS enhancements and fixes

  • Randy’s worried about the interface used to write parameters to storage

    • Tridge is OK with it
  • Merged!

UTC0038 - RC_Channel: reserve AuxFunc IDs 250 through 254 for external use by peterbarker · Pull Request #33661 · ArduPilot/ardupilot · GitHub

  • Reserve a range of aux function IDs for local work

  • Would be good to encourage people to reserve if they want to merge

  • Merged!

UTC0040 - AP_Math: fix lateral acceleration spike at velocity zero-crossing in limit_accel_xy by ChrisRosser · Pull Request #33663 · ArduPilot/ardupilot · GitHub

UTC0052 - AP_AIS: Indexing safety fixes and use correct MAVLink invalid values by IamPete1 · Pull Request #33700 · ArduPilot/ardupilot · GitHub

  • AIS fixes and cleanups

  • Merged!

UTC0053 - https://github.com/ArduPilot/ardupilot/pull/33706

  • Correct moving baseline GPS yaw for vehicle attitude

  • Will split the debug logging out

  • Still needs some testing

UTC0100 - AP_RangeFinder: TFMiniPlus: add small delay to improve read reliability by IamPete1 · Pull Request #33709 · ArduPilot/ardupilot · GitHub

  • TFMiniPlusI2c fixes

  • Why haven’t we noticed this before?

    • On real vehicles it can happen

    • It’s just marginal

    • Only occasionally would report unhealthy to GCS

  • Merged!

UTC0106 - AP_HAL_SITL: fix double-EAS2TAS in pitot model by robertlong13 · Pull Request #33713 · ArduPilot/ardupilot · GitHub

  • Fix double-application of eas2tas in SITL

  • Merged!

UTC0110 - Remove reset values from AHRS outputs by peterbarker · Pull Request #33726 · ArduPilot/ardupilot · GitHub

  • Remove reset values from AHRS outputs

  • Can be merged once CI is happy

UTC0113 - AP_Filesystem: correct fgets for last-line-missing-termination by peterbarker · Pull Request #33744 · ArduPilot/ardupilot · GitHub

  • Missing line termination issue

  • Can be merged after the fix

UTC0121 - AP_FW_Controller: add ticks check to make sure there are no duplicate or missed calls by IamPete1 · Pull Request #33748 · ArduPilot/ardupilot · GitHub

  • Add tick-check for running attitude controller

  • Merged!

UTC0124 - hwdef: support SPL06 barometer in FlywooF405S-AIO and HD boards by mbuzdalov · Pull Request #33779 · ArduPilot/ardupilot · GitHub

  • SPL06 on FlywooF405S-AIO

  • Merged!

UTC0132 - off the floor

  • Anything in the 4.7 backports *will* go in, no question!

UTC0133 - close