DroidPlanner / Tower

Ground Control Station for Android Devices
https://play.google.com/store/apps/details?id=org.droidplanner.android
Other
619 stars 554 forks source link

PX4 flight modes #1750

Open thedevleon opened 8 years ago

thedevleon commented 8 years ago

Tower connects to my Pixhawk running PX4 just fine, but flight modes are not displayed, nor can be changed. It just says "Unknown".

Can PX4 flight modes be added? Let me explain how it works: 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.