Dev Call Oct 6,2025

CI Workflows

Release Update

Issues & Pull Requests

Attendee count (max): 14

UTC1101 - 4.6.3

  • Bob’s got a pull request together
  • Tridge wants the quadplane upset recovery stuff brought back and has created a PR for that
  • Param-find PR needs a release note thing
    • Corrects use of flags off the stack
    • Parameters would erroneously report as unsettable
  • Simnet fixes would be nice to have
  • Ekf3 ground clearance fusion fix
  • Fft fix
  • Abs-alt-climb fix
  • Pete Hall will be primary Plane release manager from now

UTC1119 - ArduPilot 4.6 issues list · Issue #28612 · ArduPilot/ardupilot · GitHub

  • Vehicle update
  • servos-not-moving-IOMCU thing is in draft
  • Landing-slope-guide-bug is OK
  • Multi-heap is fixed on cygwin

UTC1123 - SCurve: Add support for circular arc path segments by lthall · Pull Request #31139 · ArduPilot/ardupilot · GitHub

UTC1135 - Add handling for PARAM_ERROR error message by peterbarker · Pull Request #31062 · ArduPilot/ardupilot · GitHub

  • Param_error message
  • Augments parameter protocol to add PARAM_ERROR
  • MergeOnCIPass

UTC1145 - GCS_MAVLink: stop sending RANGEFINDER messages by default by peterbarker · Pull Request #31095 · ArduPilot/ardupilot · GitHub

  • Stop sending RANGEFINDER message by default
  • QGC use DISTANCE_SENSOR?
  • MissionPlanner use DISTANCE_SENSOR
  • Merged!

UTC1152 - Possiblity of AHRS not reporting the correct Accel index · Issue #31131 · ArduPilot/ardupilot · GitHub

  • AHRS not reporting the correct accel index
  • AP_AHRS continues to report the failed accel as the primary
  • Use a specific accel/gyro pair always
    • If either fails then fail over the entire IMU
    • This might preclude use of really fancy gyros that don’t have accelerometers
    • When we need it we will add an option to copy accel data from some other IMU
  • We will be changing the code to make a core dead-dead rather than swiping accel data from another IMU

UTC0003 - AP_Logger: Add support for S25FL064L by rishabsingh3003 · Pull Request #31242 · ArduPilot/ardupilot · GitHub

  • Add support for S25FL064L
  • Merged!

UTC0005 - AP_Compass: rework SITL backend to be a single-instance by peterbarker · Pull Request #31172 · ArduPilot/ardupilot · GitHub

  • Rework SITL backend to be single-instance
  • MergeOnCIPass

UTC0007 - AP_Networking: correct starting of CAN multicast server by peterbarker · Pull Request #31224 · ArduPilot/ardupilot · GitHub

  • Correct starting of CAN multicast server
  • 4.6.2 backport needed
  • We’ll be doing periph releases
  • Merged

UTC0013 - AP_HAL_ChibiOS: correctly order SPI DMA TX and RX channels by tpwrules · Pull Request #31243 · ArduPilot/ardupilot · GitHub

  • Correctly order SPI DMA TX and RX channels
  • Makes generator output consistent
  • Corrects naming of parameters passed through to function

UTC0017 - AP_HAL_ChibiOS: fix bouncebuffer read cache logic by tpwrules · Pull Request #31244 · ArduPilot/ardupilot · GitHub

  • Fix bouncebuffer read cache logic
  • Read buffer must be invalidated after use as nothing guarantees invalidation
  • Alignment issues were causing the dataflash chip to become corrupt
  • Ping Bob Anderson to see if he can say this is correct

UTC0027 - Plane follow lua applet by timtuxworth · Pull Request #30654 · ArduPilot/ardupilot · GitHub

  • Plane follow LUA
  • Some discussion on jitter calculations
    • Had to remove them in here because of multiple-source issues
  • Attitude messages could also be coming in from different paths too in this PR
  • Use GPS timestamp from other vehicle to correlate?!
    • Leap seconds?
  • Merged!

UTC0049 - close