forked from Archive/PX4-Autopilot
navigator: GeofenceBreachAvoidance remove duplicate type alias
This commit is contained in:
parent
8327335fa4
commit
6549017993
|
@ -38,7 +38,6 @@
|
|||
#include <parameters/param.h>
|
||||
|
||||
using namespace matrix;
|
||||
using Vector2d = matrix::Vector2<double>;
|
||||
|
||||
class GeofenceBreachAvoidanceTest : public ::testing::Test
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue