mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
Include helper_functions like all other library components
This commit is contained in:
parent
60c9c99dcc
commit
a374f37a54
@ -7,7 +7,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "math.hpp"
|
||||
#include "helper_functions.hpp"
|
||||
|
||||
namespace matrix
|
||||
{
|
||||
|
||||
@ -29,7 +29,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "math.hpp"
|
||||
#include "helper_functions.hpp"
|
||||
|
||||
namespace matrix
|
||||
{
|
||||
|
||||
@ -9,7 +9,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "math.hpp"
|
||||
#include "helper_functions.hpp"
|
||||
|
||||
namespace matrix
|
||||
{
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
#ifdef __PX4_QURT
|
||||
#include "dspal_math.h"
|
||||
#endif
|
||||
#include "helper_functions.hpp"
|
||||
#include "Matrix.hpp"
|
||||
#include "SquareMatrix.hpp"
|
||||
#include "Slice.hpp"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#include "test_macros.hpp"
|
||||
#include <matrix/helper_functions.hpp>
|
||||
#include <matrix/math.hpp>
|
||||
|
||||
using namespace matrix;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user