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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ensure position esetimate is ok
|
// ensure position estimate is ok
|
||||||
if (!rover.ekf_position_ok()) {
|
if (!rover.ekf_position_ok()) {
|
||||||
// vehicle level position estimate checks
|
// vehicle level position estimate checks
|
||||||
check_failed(display_failure, "Need Position Estimate");
|
check_failed(display_failure, "Need Position Estimate");
|
||||||
|
Loading…
Reference in New Issue
Block a user