forked from Archive/PX4-Autopilot
Update ecl and adapt to new AlphaFilter location
This commit is contained in:
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 @@
|
|||
Subproject commit e835bc34c4c84b526941db418f5c9d00d35cbe12
|
||||
Subproject commit a296fe7d8cbac1c3e2cc1efcdc9da29758cb66a1
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
#include <uORB/topics/vehicle_status.h>
|
||||
#include <uORB/topics/vehicle_land_detected.h>
|
||||
#include <vtol_att_control/vtol_type.h>
|
||||
#include <lib/ecl/EKF/AlphaFilter.hpp>
|
||||
#include <lib/ecl/AlphaFilter/AlphaFilter.hpp>
|
||||
|
||||
#include <AttitudeControl.hpp>
|
||||
|
||||
|
|
Loading…
Reference in New Issue