mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-27 03:20:05 +08:00
update matrix lib usage
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user