Skip to content

Commit

Permalink
Commander: remove -local- from failsafe string to make it simpler to …
Browse files Browse the repository at this point in the history
…understand

Signed-off-by: Silvan Fuhrer <[email protected]>
  • Loading branch information
sfuhrer authored and MaEtUgR committed Oct 10, 2024
1 parent 9cb12d8 commit 34f6568
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 34f6568

Please sign in to comment.