AP_NavEKF2 : correct comment typo

calcuate -> calculate
This commit is contained in:
VMsunghwan 2022-01-15 15:20:40 +09:00 committed by Randy Mackay
parent bd76c30768
commit b34d28fc7a

View File

@ -322,7 +322,7 @@ void NavEKF2_core::FuseRngBcnStatic()
// calculate the delta to the estimated receiver position // calculate the delta to the estimated receiver position
ftype delta = receiverPos.z - bcnMidPosD; ftype delta = receiverPos.z - bcnMidPosD;
// calcuate the two hypothesis for our vertical position // calculate the two hypothesis for our vertical position
ftype receiverPosDownMax; ftype receiverPosDownMax;
ftype receiverPosDownMin; ftype receiverPosDownMin;
if (delta >= 0.0f) { if (delta >= 0.0f) {