Was running PX4 in SITL and encountered these mid-flight and after disarming. It has never happened since so it’s not a problem for now but just curious what could be the cause of it. Seems that it might be the enum for flight mode?
What’s your QGC version? Have you tried the latest one?
Also, what is the PX4 version.
I would guess that this is recent PX4 that uses standard modes, but SITL is outputting a custom mode for which no AVAILABLE_MODES was emitted. Is there a way to work out what mode 655360 corresponds to?
Thanks for the reply, it’s version 4.3
Thanks for the reply, it is a fork of v1.15. Maybe it’s an added number from a mixture of modes? Not too sure about it
You can also see this happen if you send mavlink messages in an incorrect format and type. Definitely done it on prototyping hardware peripherals and custom modes. Sometimes it garbles out stuff like that and I’m sure there’s actually to some logic behind it but it goes away every time you get the code in order.
I suspect it might be some buffer overflow on some custom message I sent