PX4 / PX4-Autopilot

PX4 Autopilot Software
https://px4.io
BSD 3-Clause "New" or "Revised" License
8.41k stars 13.47k forks source link

Downloading Log files causes Mag Errors #12007

Open tops4u opened 5 years ago

tops4u commented 5 years ago

Describe the bug While downloading Logfiles (> 10MB) the Cube started flashing Pink. Now by redoing it I noticed that the Cubes RGB LED "Breathing" is "stuttering" while Log Downloads. Sometimes it would timeout the Mags:

image

image

I do not think this is Mission-Critial, but still worth noting.

Drone (please complete the following information): CUAV Pixhack v5, PX4 1.9 RC2

julianoes commented 5 years ago

Mag timeouts are usually an indication of the system being stalled, and not actually a problem of the mag itself. This would mean something in MAVLink FTP is consuming too much CPU or IO and impacting the system overall.

Antiheavy commented 5 years ago

Mag timeouts are usually an indication of the system being stalled, and not actually a problem of the mag itself.

We run into this annoying issue quite often. is there a strategy that could solve it?

dagar commented 5 years ago

There are a few different cases, but some of them will go away after https://github.com/PX4/Firmware/pull/11571 is merged. Other things running in hpwork (land detector, shutdown logic, etc) will no longer be able to block mag readings.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tops4u commented 5 years ago

I probably have to retest this, but I AFAIR it still happens in 1.9.x

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

junwoo091400 commented 1 year ago

@tops4u Could you check again if this still happens now? Although it is super old issue 😆