ArduPilot EU Dev Call 2026-02-04

Attendees (unique): 6

UTC0705

Ruben: Now there is no integral term, but the behaviour should be the same as master.
George: Does there need to be any specific excitation for the adaptive term to grow properly?
Andrew: We don’t log the adaptive gain, right?
R: No, we don’t right now.
A: Let’s try trimming the rudder to lose yaw coordination and see if the new algorithm performs better.

  • It does look to learn a bit of a bettrer value.
  • Let’s avoid introducing the aparm object in the L1 library, and use a constant lower bound.
  • Some autotests are failling, they need to pass.

UTC0749

MergeOnCIPass!


UTC0752

Needs a reply on Thomas’ comment.


UTC0800

Merged!


UTC0811

Merged!


Discussion on how to detect old, corrupted terrain files.

A: We could do it fast and sketchy by looking at the creation date of the .dat files in the flight controller.

  • We need to be careful that the Windows machines don’t change the creation date during unzipping or copying to the SD card.

Peter: Same for the Linux cp variants.