Peter Barker
Peter Barker
Merged, thanks!
This is a single commit - was this really a single commit into master? That would be contrary to our usual standards as it's got a mavlink commit in there....
@jonhoo this is unlikely to be merged as a single commit. Thanks for checking out the mavlink commits. The CI failure happens at random on MacOSX. Fixed in https://github.com/ArduPilot/ardupilot/pull/26700 -...
@hamishwillee could you provide some concrete examples on where this would be applied, please? Is this part of a life-cycle of some description? So do things move from superseded to...
> > could you provide some concrete examples on where this would be applied, please? > > Initially I would move everything that is deprecated to superseded in one PR....
Merged, thanks!
On Wed, 17 May 2017, geofrancis wrote: > soits not so much a glide mode you need but just for the auto landing > sequence to use the wind direction...
Rejig this to just use importlib on Windows
Since pkg_resources is going away and importlib has worked since forever, move to just using it now.
mavplayback only works with .tlog files - it only *looks* for mavlink messages, doesn't attempt to extract data from any other log type. We should probably check the type returned...