mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 11:47:35 +08:00
Commander: hide hint to param in low position accuracy event for end users
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
@@ -683,7 +683,10 @@ void EstimatorChecks::lowPositionAccuracy(const Context &context, Report &report
|
||||
if (context.isArmed()) {
|
||||
/* EVENT
|
||||
* @description Local position estimate valid but has low accuracy. Warn user.
|
||||
*
|
||||
* <profile name="dev">
|
||||
* This check can be configured via <param>COM_POS_LOW_EPH</param> parameter.
|
||||
* </profile>
|
||||
*/
|
||||
events::send(events::ID("check_estimator_low_position_accuracy"), {events::Log::Error, events::LogInternal::Info},
|
||||
"Local position estimate has low accuracy");
|
||||
|
||||
Reference in New Issue
Block a user