mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
AP_NavEKF2 : correct comment typo
calcuate -> calculate
This commit is contained in:
parent
bd76c30768
commit
b34d28fc7a
@ -322,7 +322,7 @@ void NavEKF2_core::FuseRngBcnStatic()
|
||||
// calculate the delta to the estimated receiver position
|
||||
ftype delta = receiverPos.z - bcnMidPosD;
|
||||
|
||||
// calcuate the two hypothesis for our vertical position
|
||||
// calculate the two hypothesis for our vertical position
|
||||
ftype receiverPosDownMax;
|
||||
ftype receiverPosDownMin;
|
||||
if (delta >= 0.0f) {
|
||||
|
Loading…
Reference in New Issue
Block a user