minimosd-extra icon indicating copy to clipboard operation
minimosd-extra copied to clipboard

PX4 Messages not shown

Open tops4u opened this issue 6 years ago • 3 comments

Issue details

MAVLINK Messages are no longer shown. They have started to disappear last year, probably due to a change on the PX4 side.

Version

934 onward

Board type

MicroMininmOSD

How "canonical" OSD firmware works?

[ ] Works fine [ ] The same bug [ ] Not applicable [X ] Not tested

TLOG and OSD

Currently not available, I will produce a short TLOG (which can be done on the ground and flip the "Kill Switch" which will trigger a MAVLINK Warning Message). I assume the Message is transferred via http://mavlink.org/messages/common#STATUSTEXT

tops4u avatar May 04 '18 08:05 tops4u

They have started to disappear last year, probably due to a change on the PX4 side.

you should to open issue on PX4 side because they break things

night-ghost avatar May 08 '18 13:05 night-ghost

Probably this is due to Mavlink v1.0 differs to 0.9 in a way that prior to 1.0 the STATUSTEXT was Message ID 254, whereas in 1.0 it is 253.

tops4u avatar May 25 '18 20:05 tops4u

this code is open source so nothing prevents you to look into MAVlink definitions to see #define MAVLINK_MSG_ID_STATUSTEXT 253

night-ghost avatar Jun 01 '18 09:06 night-ghost