ArduPilot EU Dev Call 2026-04-22

Attendees (unique): 10

UTC0705

George: I’ve seen it happen twice, where a glitch is falsely detected and leads to undesirable altitude change during surface tracking.
Randy: Adding more filtering is prone to lead to lag and oscillations
G: I can add a parameter with the same default value. And at 0 glitch detection can be disabled.


UTC0716

Pierre: These old files impede maintenance on the wiki.
R: As long as we don’t delete the parameter lists that get served to the GCSs, when people connect old but popular firmware versions.
Pierre: I don’t even know if it’s the wiki that generates this file.

  • We are building all of the versions parameters, every time we build the wiki.

Peter: This PR suggests we just don’t parse the old versions, not delete firmware binaries.
R: We could go as recent as 4.2.
P: We have some partners who still use 4.0.
Pierre: I’ll ask around, make a survey.


UTC0727

P: No vehicle uses this driver anymore.
Andrew: Sure, let’s kill it.


UTC0729

P: clang doesn’t like the no-digraphs option. I’m changing this to something it likes a bit more.


UTC0731

Merged!


UTC0734

A: Looks good, thanks!
Huibean: Should we also change the LTE operator change from -1 to 0 (autoconfig)?
A: I prefer -1, because that way we can control the configuration of the modem.
H: I think at -1 the modem will not search for another carrier when something goes wrong. I remember a “no searching” error?
A: I’ve seen this message change from “no search” to “searching” here in Australia. You need to set the APN for the behaviour to be reliable.


UTC0743

H: ChibiOS has an RTSCTS auto-detect feature, so I enabled it.
P: We don’t simulate RTSCTS in SITL yet. So I don’t see much point here.
A: We can change the default value to 0 instead. Running auto-detection to all simulated UARTS is a bit odd, we don’t want to be doing that.


UTC0750

R: Why not reset all estimators?
A: I would only reset the one that is actively blocking me from arming. The others might take a long time to settle and by that point you might want to be already in the air.


UTC0811

A: I prefer it in AHRS, because this library is hosted in AP_Periph. AP_Vehicle isn’t.

  • It’s nice that we’re trying to unify the set_home behaviour among vehicles.

R: I don’t feel particularly attached to the Copter implementation.

  • We shouldn’t be doing things like changing Home right upon arming, as a rule.

A: I don’t like that it requires an origin to set home.
R: Me neither. As long as we are careful not to check if home is set, when we actually mean for the origin to be set.
P: Also be careful with functions that return altitude from Home.