EKF Filtered parameters

Hello,

I’m new here and I’d like to know where I can find the post processed variables from the code. I’m a little bit lost in the code. I found some declarations of void Log_Write_GPS(uint8_t instance); void Log_Write_IMU(); but I can’t find the code of these functions. I need filtered values of acceleration, x position, y position, altitute e etc.

Thank you.

It’s documented here:

http://copter.ardupilot.com/wiki/common-apm-navigation-extended-kalman-filter-overview/

And full parameter details here:

http://dev.ardupilot.com/wiki/extended-kalman-filter/

The official log documentation redirects back to the above links for EKF as it is a complex subject:

http://copter.ardupilot.com/wiki/common-downloading-and-analyzing-data-logs-in-mission-planner/#log_types_dataflash_vs_tlogs

On the same subject, I noticed via GitHub subscription that there is currently issue/feature/pull request being worked on which will provide clear and simple EKF status for various sensors, directly visible on the HUD and “quick” status panel. Maybe you can find that and get hold of a daily build when it’s implemented, to diagnose your EKF problems easier in the future.

Thank you CodeChief! I’ll take a look on it right now!