This is from a quadcopter that as far as I know doesn't have an airspeed sensor.

https://logs.px4.io/plot_app?log=0ad8c6f0-a7d5-47a1-be91-0da064561eea
There's a mismatch between the ecl and firmware bitmasks (got broken here: https://github.com/PX4/PX4-ECL/pull/668).
The innovation that fails is the yaw observation

@dagar If we update the bitmask on Firmware, we'll have to fix all the tools parsing it as well and the same thing will happen next time... should we log 13 booleans instead of a bitmask?
should we log 13 booleans instead of a bitmask?
Yes please! It'll burn a bit of flash storing the string for each field (need for listener and logger), but I think it's worth it.
@dagar where should we track this issue? (which project board?)
We can consider this fixed by https://github.com/PX4/PX4-Autopilot/pull/16383.
Most helpful comment
Yes please! It'll burn a bit of flash storing the string for each field (need for listener and logger), but I think it's worth it.