Peter Barker
Peter Barker
@durka I guess this one isn't actually particularly useful, then?
On Sun, 30 Apr 2023, Buzz wrote: > I like slots, i'm in favour,if that help sway anyone. Big questions to be answered - does adding slots to each message...
`mavgen.py` in in my path after installing pymavlink. Pretty sure it's there because it's in the `scripts` section of setup.py. It's a wrapper around the `generator/mavgen.py` library - so if...
> Thanks @davidbuzz - I'm not sure how those got in there, but I will revert those two file changes. Do you know who can review the typescript changes? Ping...
On Mon, 26 Jun 2023, Dan Rose wrote: > TIL and good riddance! I wish I knew if and when pymavlink can drop support for dead versions. For all I...
On Wed, 5 Jul 2023, Hamish Willee wrote: > Personally I'd like to update to a new XML validator that requires Python 3.8. I'd also like to be able to...
On Wed, 5 Jul 2023, Christian Clauss wrote: > See Python major and minor graphs. Zooming Python major into 30 day or 60 days shows a pattern where once a...
``` > python3 -m pymavlink.tools.mavgen --lang=Swift --wire-protocol=2.0 --output=generated/swift/mavlink/v2.0 ``` So that's not a correct invocation; this is more like it: ``` python3 tools/mavgen.py --lang=Swift --wire-protocol=2.0 --output=/tmp/xyzzy $HOME/rc/ardupilot/modules/mavlink/message_definitions/v1.0/all.xml ``` ... but...
... note that it should probably *not* be a Swift `Character`. I guess that comes down to intent of `char` in the mavlink protocol. Any C-ish implementation is going to...
Closed by https://github.com/ArduPilot/pymavlink/pull/773 - can you test, @WickedShell ?