Browse Source

Do not print states by default

master
Lorenz Meier 9 years ago
parent
commit
eda69e727f
  1. 2
      EKF/ekf.cpp

2
EKF/ekf.cpp

@ -73,7 +73,7 @@ bool Ekf::update() @@ -73,7 +73,7 @@ bool Ekf::update()
return false;
}
}
printStates();
//printStates();
//printStatesFast();
// prediction
if (_imu_updated) {

Loading…
Cancel
Save