-
Notifications
You must be signed in to change notification settings - Fork 13.9k
[Bug] Preflight check: FAILED without further information #24741
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
Comments
Could you share a log file by chance? You can create one without flying through the MAVLink shell:
then download the log and share it here. |
I am unable to log to file:
and it does not seem possible to change the file path. With
I don't see log messages in the MAVLink Inspector in QGroundControl. Edit: Even after creating directory |
I could only find the The PX4-Autopilot/src/modules/commander/HealthAndArmingChecks/checks/modeCheck.cpp Lines 83 to 85 in 38d67f5
It is suboptimal that you have to crawl through two code bases to get a hint on what the FC is doing. Still, there is no information presented that explains where this issue originates from. |
So you have no way of creating a log file? Here is some further information about the topic FlightReporting |
Describe the bug
commander check
returnsPreflight check: FAILED
without further information why the check fails.QGroundControl reports an "X/Y position control Error" and all other sensors as "Normal".
To Reproduce
commander check
Expected behavior
No issues or information about the reason for the failure.
Screenshot / Media
No response
Flight Log
No response
Software Version
Flight controller
Raspberry Pi 5
Vehicle type
Multicopter
How are the different components wired up (including port information)
pca9685, mpu9250, ak8963 via I2C
Additional context
No response
The text was updated successfully, but these errors were encountered: