Browse Source

AP_NavEKF2 : correct comment typo

calcuate -> calculate
gps-1.3.1
VMsunghwan 3 years ago committed by Randy Mackay
parent
commit
b34d28fc7a
  1. 2
      libraries/AP_NavEKF2/AP_NavEKF2_RngBcnFusion.cpp

2
libraries/AP_NavEKF2/AP_NavEKF2_RngBcnFusion.cpp

@ -322,7 +322,7 @@ void NavEKF2_core::FuseRngBcnStatic() @@ -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…
Cancel
Save