Px4-autopilot: ekf2 airspeed check bit on a multicopter

Created on 11 Dec 2020  路  5Comments  路  Source: PX4/PX4-Autopilot

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

Screen Shot 2020-12-10 at 9 23 17 PM

https://logs.px4.io/plot_app?log=0ad8c6f0-a7d5-47a1-be91-0da064561eea

bug ekf2

Most helpful comment

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.

All 5 comments

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
2020-12-11_09-45-29_01_plot

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dk7xe picture dk7xe  路  3Comments

Stifael picture Stifael  路  3Comments

prothen picture prothen  路  5Comments

julianoes picture julianoes  路  3Comments

zhanghouxin07 picture zhanghouxin07  路  5Comments