Peter Barker

Results 564 comments of Peter Barker

I'm a bit confused here. ``` pbarker@bluebottle:~$ grep --after-context=10 '# MAV_CMD$' /tmp/master.py # MAV_CMD enums['MAV_CMD'] = {} MAV_CMD_NAV_WAYPOINT = 16 # Navigate to waypoint. enums['MAV_CMD'][16] = EnumEntry('MAV_CMD_NAV_WAYPOINT', '''Navigate to waypoint.''')...

On Thu, 17 Jun 2021, Hamish Willee wrote: > I.e. is that grep of one file, or showing the definitions across multiple files? One file

So it does look like this solution will cause issues in the javascript bindings and in the c-sharp bindings. Is this just a C/C++-11 generation issue? I'm wondering if we...

@anshulsood-02 you cn only dump from one message type when generating a CSV. We could probably come up with a rule on when to emit a CSV line, but we...

No easy way to do that. You can include the new xml in `all.xml` and use the `all` dialect, however.

> @peterbarker @auturgy Should this be merged? I think so. > I don't love the implementation in that the whole idea was that WIP stuff should not be used in...

> I also vote to remove WIP items from stable releases. What do you think @tridge? We need to discuss this in the context of the generated C mavlink headers...

Force-pushed to fix conflicts with has_location changes.

I've created a PR with an alternative approach here: https://github.com/ArduPilot/pymavlink/pull/898 That will let mavutil.py work with both old and new message definitions. Why has this only just now become a...

On Tue, 17 Sep 2024, Simon Hancock wrote: > /* strncpy will zero pad dest array up to n bytes */ Not a blocker at all, but I will note...