-
Notifications
You must be signed in to change notification settings - Fork 13.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VTOL airframes don't start up #12158
Comments
Do you recall the last time this specific configuration (airframe + board) worked? Shot in the dark, could you try #12154 quickly? |
Well with 1.9 it for example works, didn't check anything more recent.
And yes, with #12158 it works also fine.
…On Mon, 3 Jun 2019, 17:50 Daniel Agar, ***@***.***> wrote:
Do you recall the last time this specific configuration (airframe + board)
worked?
Shot in the dark, could you try #12158
<#12158> quickly?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12158>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGMOXC47ZWIWDUGWDYMV453PYU4TPANCNFSM4HSJKC3A>
.
|
I'm currently this happens because NuttX hits the maximum number of 32 tasks and everything after that is not started anymore. We had the problem today on a multicopter with multiple MAVLink instances as well. If you look at the startup in the console you see all commands failing after a certain point. @dagar I think you already know this problem exists in general. |
Can you try #12230? |
I've directly tried current master, as I've seen that #12230 is already merged. And yes, VTOL now works again. |
Fixed in #12230. |
I Tested master on Pixhawk4 mini V5 vtol Position Mode: no issue log: |
After flashing master on a pixhawk4 and selecting a VTOL frame (eg standard vtol, autostart 13000) it doesn't start up cleanly (eg it is no able to connect to QGC). Other airframes work (eg 2100 or 4001).
It seems to be something mixer related, as the start up works (get connection to QGC) if I skip the mixer loading via "set MIXER skip" and "set MIXER_AUX skip" in the config file.
@dagar @RomanBapst @MaEtUgR
The text was updated successfully, but these errors were encountered: