Browse Source

Revert "EKF: fix compile error"

This reverts commit 6db552717d.
master
Paul Riseborough 8 years ago
parent
commit
e4a4427991
  1. 2
      EKF/ekf_helper.cpp

2
EKF/ekf_helper.cpp

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

Loading…
Cancel
Save