mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 09:50:34 +08:00
EKF: Remove excessive verbosity
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ bool Ekf::update()
|
||||
return false;
|
||||
}
|
||||
}
|
||||
printStates();
|
||||
//printStates();
|
||||
//printStatesFast();
|
||||
// prediction
|
||||
if (_imu_updated) {
|
||||
|
||||
Reference in New Issue
Block a user