mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
Update ecl and adapt to new AlphaFilter location
This commit is contained in:
committed by
Daniel Agar
parent
4209101333
commit
bcd771d832
@@ -53,7 +53,7 @@
|
||||
#include <px4_platform_common/board_common.h>
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
#include <lib/ecl/EKF/AlphaFilter.hpp>
|
||||
#include <lib/ecl/AlphaFilter/AlphaFilter.hpp>
|
||||
|
||||
/**
|
||||
* BatteryBase is a base class for any type of battery.
|
||||
|
||||
+1
-1
Submodule src/lib/ecl updated: e835bc34c4...a296fe7d8c
@@ -40,7 +40,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "FlightTaskManual.hpp"
|
||||
#include <lib/ecl/EKF/AlphaFilter.hpp>
|
||||
#include <lib/ecl/AlphaFilter/AlphaFilter.hpp>
|
||||
|
||||
class FlightTaskManualAltitude : public FlightTaskManual
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user