Skip to content
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

Closed
sfuhrer opened this issue Jun 3, 2019 · 8 comments
Closed

VTOL airframes don't start up #12158

sfuhrer opened this issue Jun 3, 2019 · 8 comments

Comments

@sfuhrer
Copy link
Contributor

sfuhrer commented Jun 3, 2019

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

@dagar
Copy link
Member

dagar commented Jun 3, 2019

Do you recall the last time this specific configuration (airframe + board) worked?

Shot in the dark, could you try #12154 quickly?

@sfuhrer
Copy link
Contributor Author

sfuhrer commented Jun 3, 2019 via email

@Tony3dr
Copy link

Tony3dr commented Jun 5, 2019

@dagar we are having similar issues with the Convergence, Pixhawk 4 mini. The telemetry on the vehicle is not sending the data, no connection on the Master branch. The last time we flew the unit was on PR 12096. We just recently got the unit up and running.

@MaEtUgR
Copy link
Member

MaEtUgR commented Jun 7, 2019

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.

@dagar
Copy link
Member

dagar commented Jun 10, 2019

Can you try #12230?

@sfuhrer
Copy link
Contributor Author

sfuhrer commented Jun 11, 2019

I've directly tried current master, as I've seen that #12230 is already merged. And yes, VTOL now works again.

@dagar
Copy link
Member

dagar commented Jun 11, 2019

Fixed in #12230.

@dagar dagar closed this as completed Jun 11, 2019
@dannyfpv
Copy link

I Tested master on Pixhawk4 mini V5 vtol
Modes Tested

Position Mode: no issue
Altitude Mode: no issue
Stabilized Mode: no issue
Mission Plan Mode: no issue
-RTL: no issue
transsition mode: no issue

log:
https://review.px4.io/plot_app?log=16fc215a-ab05-4e05-9313-fbf05f54e633

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants