ArduPilot EU Dev Call 2024-10-02

Attendees (max): 8

UTC0704

Merged!


UTC0706

Some test issues still need to be addressed.


UTC0707

Merged!
In the future, we could add a negative maximum pitch for gliders, to protect them from stalling.


UTC0713

We wait for Andy to test.


UTC0716

Andrew: Looks harmless, not much added either. It’s ok.

  • Approved.

UTC0719

Peter: I created this PR from an existing branch.
A: What happens if NaN is passed as accuracy? It is part of the definition.

  • We also need to verify the wind direction convention (wind vector vs wind direction of origin).
  • The message contents are used directly as an EKF wind state.

Peter: Looks like the state is correctly evolving once dead reckoning goes away and the wind message is no longer given.

Looks good, let’s verify the above.


UTC0734

There might be some dirty context related to terrain handling.
Peter to look further.


UTC0737

MAVLink definitions is very detailed and we probably don’t support all of it.
A: Happy for this to go in.


UTC0742

A: If importlib is supported in all of Python 3.X, then we can probably do away with pkg_resources.

  • Need to test in Windows.
  • Icons are pulled via pkg_resources.

Turns out pkg_resources is used in a bunch of places for different reasons.


UTC0752

Merged!


UTC0755

P: This is probably leftover from the effort to have fences as part of the missin. We no longer need that functionality.
A: As long as we test it reasonably, it’s fine.