mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 03:00:36 +08:00
clang-tidy trivial cleanup
This commit is contained in:
+6
-4
@@ -1,9 +1,11 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include <matrix/filter.hpp>
|
||||
#include "test_macros.hpp"
|
||||
#include <matrix/filter.hpp>
|
||||
|
||||
using namespace matrix;
|
||||
using matrix::Matrix;
|
||||
using matrix::kalman_correct;
|
||||
using matrix::eye;
|
||||
using matrix::SquareMatrix;
|
||||
using matrix::Vector;
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user