mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-16 13:30:34 +08:00
Commander: remove -local- from failsafe string to make it simpler to understand
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
committed by
Matthias Grob
parent
9cb12d8e8e
commit
34f65682ad
@@ -82,7 +82,7 @@ void ModeChecks::checkAndReport(const Context &context, Report &reporter)
|
||||
*/
|
||||
reporter.armingCheckFailure(local_position_modes, health_component_t::local_position_estimate,
|
||||
events::ID("check_modes_local_pos"),
|
||||
events::Log::Error, "Navigation error: No valid local position estimate");
|
||||
events::Log::Error, "Navigation error: No valid position estimate");
|
||||
reporter.clearCanRunBits(local_position_modes);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user