You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Flight modes should be shown in the dropdown, including "Position", "Stabilized" and others. Possibly, the documentation should be improved to explain why/how the available Flight modes should be changed.
Current Behavior
Only 3 Flight modes are shown in the toolbar dropdown: "Hold", "Mission", "Return".
System Information
Operating System: Ubuntu 24.04
QGC Version: 4.4.3
QGC build: custom build, tried building both locally on Ubuntu and on Github
Flight Controller:
Autopilot (with version): PX4 1.15.1
Detailed Description
We have a custom build, based on QGC 4.4.3.
When using our drone and sometimes when using the PX4 simulator, Flight modes dropdown doesn't show the full list of modes, but only 3 of them: "Hold", "Mission", "Return". Please see the screenshots below. They were made with exactly the same simulator, but the apk files were produced once on local system running Ubuntu, and another on Github.
I suspect that the difference is somehow impacted by the Build Type, so I've tried switching between Daily and Stable, but can't find any pattern, when the Flight mode list changes. I can't find any logic for it in the Github workflow file. I found one commit that introduced logic related to Flight modes based on the build type: c002ef6
The text was updated successfully, but these errors were encountered:
I suspect that the difference is somehow impacted by the Build Type, so I've tried switching between Daily and Stable, but can't find any pattern, when the Flight mode list changes.
There is a new WIP mavlink flight modes discovery protocol which is only enabled in debug builds.
Expected Behavior
All Flight modes should be shown in the dropdown, including "Position", "Stabilized" and others. Possibly, the documentation should be improved to explain why/how the available Flight modes should be changed.
Current Behavior
Only 3 Flight modes are shown in the toolbar dropdown: "Hold", "Mission", "Return".
System Information
Detailed Description
We have a custom build, based on QGC 4.4.3.
When using our drone and sometimes when using the PX4 simulator, Flight modes dropdown doesn't show the full list of modes, but only 3 of them: "Hold", "Mission", "Return". Please see the screenshots below. They were made with exactly the same simulator, but the apk files were produced once on local system running Ubuntu, and another on Github.
I suspect that the difference is somehow impacted by the Build Type, so I've tried switching between Daily and Stable, but can't find any pattern, when the Flight mode list changes. I can't find any logic for it in the Github workflow file. I found one commit that introduced logic related to Flight modes based on the build type: c002ef6
The text was updated successfully, but these errors were encountered: