AP_NavEKF: Changes to fix the warnings in rover sitl build.
We are starting the process of resolving all the warnings in the ardupilot builds of all vehicles and platforms.
This commit is contained in:
parent
300a02f4e4
commit
4860c84dff
@ -44,7 +44,7 @@ class NavEKF
|
||||
{
|
||||
public:
|
||||
typedef float ftype;
|
||||
#if MATH_CHECK_INDEXES
|
||||
#if defined(MATH_CHECK_INDEXES) && (MATH_CHECK_INDEXES == 1)
|
||||
typedef VectorN<ftype,2> Vector2;
|
||||
typedef VectorN<ftype,3> Vector3;
|
||||
typedef VectorN<ftype,5> Vector5;
|
||||
|
Loading…
Reference in New Issue
Block a user