Closed thedevleon closed 7 years ago
I will take a look if it is easy to integrate using the current mavlink library, will report back (if I don't forget ;))
Did you take a look? I would implement it myself, but I fried my osd :(
@TobiasBales Just got my replacement OSD and managed to test everything and confirm it works. See my PR #18
Thanks for that, will look into it later today!
Since we've merged the relevant changes in PR #18, and thedevleon seems happy with them, I'm closing this issue.
Running the PlayUAVOSD with a PX4 I do mostly get correct data to be displayed, but sadly the flight mode display just says "Unknown". Could you add PX4 flight modes please :)?
Bascially, PX4 sends it's flight mode in a custom data format
px4_custom_mode
via the custom_mode variable in the mavlink heartbeat message.For more info, see how it's sent and how it's encoded.