forked from Archive/PX4-Autopilot
EKF: Remove excessive verbosity
This commit is contained in:
parent
0da1aa54af
commit
e8273208d7
|
@ -72,7 +72,7 @@ bool Ekf::update()
|
|||
return false;
|
||||
}
|
||||
}
|
||||
printStates();
|
||||
//printStates();
|
||||
//printStatesFast();
|
||||
// prediction
|
||||
if (_imu_updated) {
|
||||
|
|
Loading…
Reference in New Issue