Hello to all,
I have found a weird problem with firmware ArduPlane 3.9.4 on a BORMATEC Maja plane. Some of the information of the HUD in mission planer (specifically, airspeed and ground speed) stop updating a few seconds after takeoff. It has happened in all flights with 3.9.4 firmware.
After exporting the telemetry logs to text to see the mavlink packet, I have noticed that the MAVLINK_VFR_HUD message that contains the air and ground speed is not sent by ArduPlane for a few minutes. For example, after this message:
26/01/2019 13:18:06 FE 14 0 0 D3 1 1 4A mavlink_vfr_hud_t airspeed 14,55071 groundspeed 12,31533 alt 36,28 climb 3,776273 heading 233 throttle 86 sig Len 28
the next one is two minutes later:
26/01/2019 13:20:15 FE 14 0 0 19 1 1 4A mavlink_vfr_hud_t airspeed 1,274226 groundspeed 0,996267 alt 18,82 climb 0,4071487 heading 295 throttle 0 sig Len 28
We are using an airspeed sensor and I have read a discussion in GitHub/Ardupilot about not sending the airspeed data if the airspeed sensor fails, but I don’t think it is always failing just after takeoff, and there are other information in the mavlink message that should be sent anyway.
I will apreciate any suggestion about this issue.
Thankyou very much in advance for your help,
Adolfo.
tlog: https://www.dropbox.com/s/kzamdwsthphl3hg/2019-01-26%2013-08-56_groundspeed.tlog?dl=0
text versión: https://www.dropbox.com/s/n6kjn7m7l1q0z4j/2019-01-26%2013-08-56.txt?dl=0