EKF: Remove excessive verbosity

This commit is contained in:
Lorenz Meier 2015-12-21 11:52:05 +01:00
parent 0da1aa54af
commit e8273208d7
1 changed files with 1 additions and 1 deletions

View File

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