mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 07:07:36 +08:00
Merge James's controllib bits into a separate library module.
Add a top-level mathlib header to avoid having to dig around for specific headers.
This commit is contained in:
@@ -43,12 +43,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <systemlib/systemlib.h>
|
||||
#include <mathlib/math/Vector.hpp>
|
||||
#include <mathlib/math/Matrix.hpp>
|
||||
#include <mathlib/math/Quaternion.hpp>
|
||||
#include <mathlib/math/Vector3.hpp>
|
||||
#include <mathlib/math/Dcm.hpp>
|
||||
#include <mathlib/math/EulerAngles.hpp>
|
||||
#include <mathlib/mathlib.h>
|
||||
|
||||
/**
|
||||
* Management function.
|
||||
|
||||
Reference in New Issue
Block a user