-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
EKF2 stops, causing a flight termination #14133
Comments
I just noticed in both log files that CPU & RAM (cpuload msg) also stops publishing, this happens before the ekf2 stops. Edit: So it seems that the ekf2 isn't really the problem. But why are those modules stopping? |
Hi Can you provide the changes you made? It's impossible to asses w/o knowing what was changed in the code. |
Hi, Sure, two remarkable changes have been made:
|
Any added code can interfere with the whole system (e.g. if there are memory bugs). |
Describe the bug
During flight, the ekf2 module stops publishing all messages, causing a flight termination.
It is remarkable that before it's stops publishing, it publishes one more time all messages at the exact same moment and with exact same timestamp.
Sensor data (sensor_combined, vehicle_magnetometer, etc) keeps publishing as expected.
To Reproduce
This occurred twice, no idea if it's possible to trigger it.
Expected behavior
ekf2 should keep working en publishing it's messages.
Log Files and Screenshots
How can I delete location (gps) information before uploading the Ulogs?
Screenshot from plotted timestamps (sensors + ekf2), added delay to view them separately.
Drone:
Additional context
Flight is mostly done in auto modes (takeoff, loiter, mission)
The text was updated successfully, but these errors were encountered: