mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 11:50:35 +08:00
Removed all uses of C library from tests
This commit is contained in:
committed by
James Goppert
parent
9ebf5f89db
commit
e09cf12e2e
+1
-5
@@ -1,11 +1,7 @@
|
||||
#include "test_macros.hpp"
|
||||
#include <matrix/filter.hpp>
|
||||
|
||||
using matrix::Matrix;
|
||||
using matrix::kalman_correct;
|
||||
using matrix::eye;
|
||||
using matrix::SquareMatrix;
|
||||
using matrix::Vector;
|
||||
using namespace matrix;
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user