EKF: fix compile error

This commit is contained in:
Paul Riseborough 2017-02-28 11:24:07 +11:00
parent a02a046f5e
commit 6db552717d
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@
#include "ekf.h" #include "ekf.h"
#include "mathlib.h" #include "mathlib.h"
using std::abs;
// Reset the velocity states. If we have a recent and valid // Reset the velocity states. If we have a recent and valid
// gps measurement then use for velocity initialisation // gps measurement then use for velocity initialisation
bool Ekf::resetVelocity() bool Ekf::resetVelocity()