minimosd-extra
minimosd-extra copied to clipboard
PX4 Messages not shown
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
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
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.
this code is open source so nothing prevents you to look into MAVlink definitions to see #define MAVLINK_MSG_ID_STATUSTEXT 253