mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00: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.
|
||||
|
||||
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
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user