mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 05:20:35 +08:00
att pos estimator: silence annoying messages
This commit is contained in:
@@ -559,7 +559,7 @@ FixedwingEstimator::check_filter_state()
|
||||
|
||||
int check = _ekf->CheckAndBound(&ekf_report);
|
||||
|
||||
const char* ekfname = "#audio: ";
|
||||
const char* ekfname = "att pos estimator: ";
|
||||
|
||||
switch (check) {
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user