Hello, newbie here when it comes to analyzing logs.
I recently had a crash due to a midflight termination. I’m flying the hero UAV Vtol system with a Pixracer Pro flight controller, and the flight was supposed to be a simple hover. We were able to arm the drone, and hover for 20 seconds in place, when suddenly all power was cut.
The logs indicate that an “attitude invalid” flag was thrown, which results in a complete cut of power. I can’t find any information about why this would have been thrown, and why “terminate” is the automatic fail condition associated with this flag. Any additional insight would be very helpful.
Other strange anomalies that I see in the logs:
-local and global estimations have a lot of error .
-There seems to be a huge amount of estimated pitch, roll, and yaw rate.
Logs:
https://review.px4.io/plot_app?log=0eed6973-883d-4a1c-90fc-9d1b2f433174
Thanks.