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:
px4dev
2013-01-06 15:04:30 -08:00
parent 950d104c8d
commit faced6bfe3
26 changed files with 121 additions and 21 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
* math direction cosine matrix
*/
#include "test/test.hpp"
#include "math/test/test.hpp"
#include "Dcm.hpp"
#include "Quaternion.hpp"
+1 -1
View File
@@ -37,7 +37,7 @@
* math vector
*/
#include "test/test.hpp"
#include "math/test/test.hpp"
#include "EulerAngles.hpp"
#include "Quaternion.hpp"
+1 -1
View File
@@ -37,7 +37,7 @@
* matrix code
*/
#include "test/test.hpp"
#include "math/test/test.hpp"
#include <math.h>
#include "Matrix.hpp"
+1 -1
View File
@@ -37,7 +37,7 @@
* math vector
*/
#include "test/test.hpp"
#include "math/test/test.hpp"
#include "Quaternion.hpp"
+1 -1
View File
@@ -37,7 +37,7 @@
* math vector
*/
#include "test/test.hpp"
#include "math/test/test.hpp"
#include "Vector.hpp"
+1 -1
View File
@@ -37,7 +37,7 @@
* math vector
*/
#include "test/test.hpp"
#include "math/test/test.hpp"
#include "Vector3.hpp"