forked from Archive/PX4-Autopilot
update matrix lib usage
This commit is contained in:
parent
39b69af9bf
commit
ba2b9dfdd9
|
@ -39,6 +39,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <mathlib/mathlib.h>
|
#include <mathlib/mathlib.h>
|
||||||
|
#include <matrix/math.hpp>
|
||||||
|
|
||||||
class WindEstimator
|
class WindEstimator
|
||||||
{
|
{
|
||||||
|
|
|
@ -61,6 +61,7 @@
|
||||||
#define ECL_L1_POS_CONTROLLER_H
|
#define ECL_L1_POS_CONTROLLER_H
|
||||||
|
|
||||||
#include <mathlib/mathlib.h>
|
#include <mathlib/mathlib.h>
|
||||||
|
#include <matrix/math.hpp>
|
||||||
#include <geo/geo.h>
|
#include <geo/geo.h>
|
||||||
#include <ecl/ecl.h>
|
#include <ecl/ecl.h>
|
||||||
|
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <mathlib/mathlib.h>
|
#include <mathlib/mathlib.h>
|
||||||
|
#include <matrix/math.hpp>
|
||||||
|
|
||||||
class __EXPORT TECS
|
class __EXPORT TECS
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue