This is a free preview. For full access
Estimating Altitude Changes with Linearization
Description
Linearization can help a drone estimate small altitude changes from air pressure readings. Atmospheric pressure drops as altitude rises, and this relationship is often modeled with an exponential function. The model is accurate, but the math needed to convert pressure into altitude can be too complex for repeated calculation...
Show More
Transcript
A drone flying through complex terrain uses air pressure as a supplementary method to estimate small altitude changes.
In terms of altitude, pressure is often modeled as exponential decay, and its inverse gives altitude as a function of pressure.
This formula is often too complex for repeated computations, so it is approximated local...
Show More