ArduPilot EU Dev Call 2026-07-01

Attnedees (unique): 7

UTC0704

Merged!


UTC0707

Merged!


UTC0710

Merged!


UTC0712

Peter: New tool to refactor the existing test sizes one and build all your boards.

  • For local build testing, not CI.

UTC0715

Randy: We probably need to update Mission Planner to update its .XMLs, to that the mission item columns are properly labelled when selected.

  • Looks good, approved!

UTC0720

Randy: We discussed it, but it falls onto tridge to decide.
Peter: It needs a much stronger justification, because it exposes us to a bigger attack surface.

  • Claiming that the SD card is encrypted is a very strong one, and if we take it on, we’d have to pool significant resources to make sure it’s true and stays true.
  • There are some SD cards that encrypt themselves with special drivers, so that might be an alternatives solution.

Jeff Katz: The idea was to do an incremental PR, so it’s more succinct. And other features (such as the key transfer) would be filled in later.


UTC0732

George: I did some testing, where I left unconfigured MAV_GCS_SYSID/_HIGH. Then I used the new MAVLink messages. But even GCSs with sysid out-of-range could send messages.
P: That’s not what should have happened.
G: Perhaps MAV_OPTIONS had to be set. But we don’t want to be manually setting that parameter.
P: No, we don’t.
G: During testing with MAVProxy, I also noticed that sometimes the control was getting allocated and then immediately released. Probably a bug with MAVProxy, haven’t met it in QGC so far.

< Discussion on adding more fine-grained feature control from individual GCCs >
P: I have an experimental branch, currently workign off of the same message.

  • But we’re better off shipping the simple version that we have in our hands right now.

G: Could we use the capabilities enum to identify the different facilities?
P: I don’t see how they’re similar.
G: How about a parallel system to configure which GCS has access to each facility, similar to how we negociate a mission upload?
P: Hm! Perhaps.