Peter Barker
Peter Barker
... actually, all of this is garbage - it's not a Matek board: 
> LGTM. BTW how dangerous is this mistake by the way? I think it comes down to the compiler. I've read that it can be very bad on Windows.
> Nobody but you seems to have permissions to view the link unfortunately so I can’t see any context from the scanner. Sorry, I was actually wondering about that bit...
I'm wondering whether the output is correct for this one. We announce how many we've completed, like we do for jumps. But perhaps this should be like waypoints instead where...
> thanks for this. I think that 2 floating out at the front should perhaps have something before it so that it's clear what it is (it's the mission command...
Adjusted this to announce which circle it is starting: 
Relevant links: Spec: https://docs.google.com/document/d/18qdDgfML97lItom09MJhngYnFzAm1zFdmlCKG7TaBpg/edit# RFC: https://github.com/mavlink/rfcs/pull/14 lievents for reference: https://github.com/bkueng/libevents schema: https://github.com/mavlink/mavlink/tree/master/component_information qgc: https://github.com/bkueng/qgroundcontrol/commit/c56fcd37c3507606987ddae5d552b6d0b09e12c9
Really don't need the runtime generation of the data. Add markup to the code where we can describe the event information. Write a tool to extract that markup during the...
@ugol-1 are you going to implement that command-line option? Looks like there's interest in fixing the fgview stuff.
@ugol-1 sorry for the delay in getting to this! I've rolled this change into my PR over here: https://github.com/ArduPilot/ardupilot/pull/27993 which also adds the option to autotest.py Thanks for doing this!