mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 15:24:08 +08:00
Move AlphaFilter out of EKF
This commit is contained in:
parent
daec5ae608
commit
a296fe7d8c
@ -44,7 +44,7 @@
|
||||
#include <ecl.h>
|
||||
#include "common.h"
|
||||
#include "RingBuffer.h"
|
||||
#include "AlphaFilter.hpp"
|
||||
#include <AlphaFilter/AlphaFilter.hpp>
|
||||
#include "imu_down_sampler.hpp"
|
||||
#include "EKFGSF_yaw.h"
|
||||
#include "sensor_range_finder.hpp"
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
#include <cmath>
|
||||
#include <matrix/math.hpp>
|
||||
|
||||
#include "EKF/AlphaFilter.hpp"
|
||||
#include "AlphaFilter/AlphaFilter.hpp"
|
||||
|
||||
using matrix::Vector3f;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user