mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Rover: Comment typo fix in AP_Arming.cpp
This commit is contained in:
parent
0d4018107b
commit
b670615b3a
@ -59,7 +59,7 @@ bool AP_Arming_Rover::gps_checks(bool display_failure)
|
||||
return false;
|
||||
}
|
||||
|
||||
// ensure position esetimate is ok
|
||||
// ensure position estimate is ok
|
||||
if (!rover.ekf_position_ok()) {
|
||||
// vehicle level position estimate checks
|
||||
check_failed(display_failure, "Need Position Estimate");
|
||||
|
Loading…
Reference in New Issue
Block a user