mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 09:57:34 +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:
@@ -37,7 +37,7 @@
|
||||
* math direction cosine matrix
|
||||
*/
|
||||
|
||||
#include "test/test.hpp"
|
||||
#include "math/test/test.hpp"
|
||||
|
||||
#include "Dcm.hpp"
|
||||
#include "Quaternion.hpp"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
* math vector
|
||||
*/
|
||||
|
||||
#include "test/test.hpp"
|
||||
#include "math/test/test.hpp"
|
||||
|
||||
#include "EulerAngles.hpp"
|
||||
#include "Quaternion.hpp"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
* matrix code
|
||||
*/
|
||||
|
||||
#include "test/test.hpp"
|
||||
#include "math/test/test.hpp"
|
||||
#include <math.h>
|
||||
|
||||
#include "Matrix.hpp"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
* math vector
|
||||
*/
|
||||
|
||||
#include "test/test.hpp"
|
||||
#include "math/test/test.hpp"
|
||||
|
||||
|
||||
#include "Quaternion.hpp"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
* math vector
|
||||
*/
|
||||
|
||||
#include "test/test.hpp"
|
||||
#include "math/test/test.hpp"
|
||||
|
||||
#include "Vector.hpp"
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
* math vector
|
||||
*/
|
||||
|
||||
#include "test/test.hpp"
|
||||
#include "math/test/test.hpp"
|
||||
|
||||
#include "Vector3.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user