Dev Call March 16, 2026

CI Workflows

Release Update

Issues & Pull Requests

1 Like

Attendee count (max): 13

UTC2301 - ci · Workflow runs · ArduPilot/ardupilot · GitHub

  • Colcon issues remain!
  • The OpticalFlow test is reproducible on one of Peter’s PRs which might be an opportunity

UTC2306 - ArduPilot 4.7 issues list · Issue #32385 · ArduPilot/ardupilot · GitHub

  • Vehicle update
  • Thanks to everyone helping out in the forums!
  • Several issues fixed
  • But some other red herrings
  • Peter killed the IST8310
  • “Loiter feels slower”?
  • Rover crash check no longer working?
    • Can set up the crash check so if you delay at a waypoint the crash check will trigger

UTC2310 - dev: add a note on what we consider to be an attack surface in AP by peterbarker · Pull Request #7359 · ArduPilot/ardupilot_wiki · GitHub

  • Discussion of ArduPilot attack surface
  • Randy will make a new page
  • Content seems OK
  • some discussion of where to put it
  • Dev wiki?
    • Wants to be visible

UTC2315 - https://github.com/ArduPilot/ardupilot/pull/30232

  • Trimble PX1 support
  • A few more things but then can be merged

UTC2322 - AP_Scripting: RTSP video relay example by tridge · Pull Request #30984 · ArduPilot/ardupilot · GitHub

  • Script to pass video data through the stm32
  • Merged
  • We really should look at whether we can consume video data directly on the stm32 peripheral rather than over ethernet to the stm32
  • Aside: would be nice to get a reliable level-shifting LTE modem board!
    • Corrupted data inc. missing characters
    • Saleae shows large amounts of ground lift or bad voltage levels
    • Not 3.3 ttl voltages
    • Most chipsets are 1.8v
    • The level-shifting doesn’t seem to be reliable
    • You get away with it at lower baud rates
    • Tridge will chat with Huibean
  • Should we pay a bit of money towards getting hardware created?
    • Peter would really like kicad files to be in our hardware repo

UTC2327 - Add JPilot-C board by Maarrk · Pull Request #31100 · ArduPilot/ardupilot · GitHub

  • Support for JPilot-C
  • Merged!

UTC2334 - sim_vehicle.py: stack -A options in an array rather than splitting on… by peterbarker · Pull Request #31838 · ArduPilot/ardupilot · GitHub

  • Stack -A options in sim_vehicle.py
  • Merged!

UTC2335 - AP_Arming: make accel and gyro consistency check happen together by rishabsingh3003 · Pull Request #32022 · ArduPilot/ardupilot · GitHub

  • Rishabh wants to loosen some constraints on a test
  • Fails reliably for him
  • Shouldn’t be the PR
  • But there is a change in behaviour we need to understand

UTC2346 - AP_HAL_ChibiOS: STM32H7: add 12MHz HSE support by mohammadmehdikarami · Pull Request #32317 · ArduPilot/ardupilot · GitHub

  • Allow 12MHz HSE crystal
  • Merged!

UTC2346 - Add and use AP_BARO_CALIBRATION_ENABLED by peterbarker · Pull Request #32326 · ArduPilot/ardupilot · GitHub

  • Add ability to remove baro calibration code
  • Merged!

UTC2349 - ArduPlane: fix compilation error with DCM disabled by Maarrk · Pull Request #32346 · ArduPilot/ardupilot · GitHub

  • Fix compilation with DCM disabled
  • Merged!

UTC2352 - Copter: fix speed overshoot when using inflight tuning (aka "CH6" tuning) of waypoint speed by rmackay9 · Pull Request #32415 · ArduPilot/ardupilot · GitHub

  • Fix overshoot when using inflight tuning using ch6 tuning
  • Randy will change things around to avoid the *100 on the tuning_wp_speed thing
    • Or put an arming check in place to make sure the value is good

UTC0002 - Tradheli: Remove passthrough support for flybar and external tail gyro by bnsgeyer · Pull Request #32430 · ArduPilot/ardupilot · GitHub

  • Remove passthrough support for flybar and external tail gyro
  • Acro-mode-only stuff
  • Good to go once approvals are had

UTC0004 - Tools: add PID unit support and known_units entries by shashwatvoa · Pull Request #32431 · ArduPilot/ardupilot · GitHub

  • Add PID unit support and known_units entries
  • MergeOnCIPass

UTC0005 - AP_Compass: provide base class implementation for AP_Compass_Backend::read by peterbarker · Pull Request #32449 · ArduPilot/ardupilot · GitHub

  • Base class implementation for AP_Compass_backend
  • Merged!

UTC0007 - AP_Bootloader: rename save_comms_ip to restore_comms_ip by peterbarker · Pull Request #32419 · ArduPilot/ardupilot · GitHub

  • Rename a method in the bootloader
  • Merged!

UTC0010 - Fix altitude to match frame in POSITION_TARGET_GLOBAL_INT by peterbarker · Pull Request #32307 · ArduPilot/ardupilot · GitHub

  • Fix altitude sent in mavlink reporting message in Rover
  • Merged!

UTC0015 - close