mathlib delete Matrix, Quaternion, Vector

This commit is contained in:
Daniel Agar
2018-03-28 17:05:42 -04:00
parent 0d7b5c4a4e
commit 222a91c6be
32 changed files with 160 additions and 1746 deletions
@@ -49,6 +49,7 @@
#include <stdbool.h>
#include <poll.h>
#include <mathlib/mathlib.h>
#include <matrix/math.hpp>
#include <px4_workqueue.h>
#include <systemlib/systemlib.h>
#include <systemlib/err.h>
+1
View File
@@ -41,6 +41,7 @@
#include <errno.h>
#include <cmath> // NAN
#include <cstring>
#include <lib/mathlib/mathlib.h>
#include <drivers/device/device.h>
+1 -1
View File
@@ -50,7 +50,7 @@
#include <uORB/topics/vehicle_gps_position.h>
#include <uORB/topics/battery_status.h>
#include <uORB/topics/vehicle_attitude.h>
#include <mathlib/math/Quaternion.hpp>
#include <matrix/math.hpp>
using namespace matrix;
+1
View File
@@ -49,6 +49,7 @@
#include <lib/ecl/geo/geo.h>
#include <math.h>
#include <mathlib/mathlib.h>
#include <matrix/math.hpp>
namespace vmount
{