mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
update matrix lib usage
This commit is contained in:
parent
39b69af9bf
commit
ba2b9dfdd9
@ -39,6 +39,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <mathlib/mathlib.h>
|
||||
#include <matrix/math.hpp>
|
||||
|
||||
class WindEstimator
|
||||
{
|
||||
|
||||
@ -61,6 +61,7 @@
|
||||
#define ECL_L1_POS_CONTROLLER_H
|
||||
|
||||
#include <mathlib/mathlib.h>
|
||||
#include <matrix/math.hpp>
|
||||
#include <geo/geo.h>
|
||||
#include <ecl/ecl.h>
|
||||
|
||||
|
||||
@ -40,6 +40,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <mathlib/mathlib.h>
|
||||
#include <matrix/math.hpp>
|
||||
|
||||
class __EXPORT TECS
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user