2.19
A drone flying through complex terrain often relies on more than one sensing method to estimate small changes in altitude. Along with direct measureme…
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 locally as a linear function through linearization.
This involves three steps, starting with an initial pressure point, Pi , such as 90 kilopascals, where the approximation is centered. First, the altitude at Pi is calculated using the original equation, labeled h(Pi).
Second, the slope is found by evaluating the derivative of the altitude function at Pi.This slope shows how altitude varies with small pressure changes.
For example, if pressure drops from 90 to 89.2 kilopascals, the drop is multiplied by the slope at the initial pressure to estimate altitude change.
Finally, these values are combined in the linear approximation equation to give the approximate new altitude.
This method is accurate for small pressure changes but becomes less reliable as the pressure moves farther away from the initial pressure.
View the full transcript and gain access to JoVE Core videos
Q1: Why is linearization used instead of the original exponential pressure-altitude formula?
The original exponential pressure-altitude relationship is accurate but too complex for repeated real-time computations during drone flight. Linearization replaces this nonlinear relationship with a straight-line approximation valid near a reference pressure, enabling efficient altitude estimation without complex calculations.
Q2: What are the three main steps in creating a linear approximation for altitude?
First, select an initial pressure point like 90 kilopascals and calculate the altitude at that reference using the original equation. Second, find the slope by evaluating the derivative of the altitude function at that pressure point. Third, combine these values using the tangent-line formula to create the linear approximation equation.
Q3: How does the slope in linearization represent altitude sensitivity to pressure changes?
The slope, found by evaluating the derivative at the reference pressure, shows how much altitude changes in response to small pressure variations. For example, if pressure drops from 90 to 89.2 kilopascals, multiplying this pressure drop by the slope yields the estimated altitude change at that reference point.
Q4: When does the linear approximation become less reliable for altitude estimation?
The linear approximation remains accurate only for small pressure changes near the reference value. As pressure deviates farther from the initial reference pressure, the approximation becomes increasingly unreliable because the straight-line model diverges from the actual exponential relationship.
Q5: What role does the reference pressure play in setting up a linearization?
The reference pressure, such as 90 kilopascals, serves as the center point around which the linear approximation is constructed. The altitude at this reference pressure becomes the baseline, and the derivative evaluated at this point determines the slope for estimating altitude changes nearby.
Q6: How does a drone use linearization to monitor altitude during steady flight?
During steady flight with minor altitude variations, the drone measures small pressure changes and applies the linear approximation formula to efficiently estimate corresponding altitude shifts without performing complex exponential calculations. This method works well for monitoring minor changes but requires updating when larger variations occur.
Q7: Why is air pressure useful as a supplementary altitude sensing method?
Atmospheric pressure decreases predictably as altitude increases, providing an indirect but reliable indicator of vertical movement. This relationship, commonly modeled as exponential decay, allows drones to estimate altitude changes alongside direct measurements, improving navigation accuracy through complex terrain.